Skip to content

Commit 46cb45b

Browse files
authored
Update scripts to point to agent version 2.12.0 (#77)
1 parent 6d0f394 commit 46cb45b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

install-linux.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66

77
set -e
88

9-
DEB_URL="https://agent-downloads.vanta.com/targets/versions/2.11.0/vanta-amd64.deb"
9+
DEB_URL="https://agent-downloads.vanta.com/targets/versions/2.12.0/vanta-amd64.deb"
1010
# Checksums need to be updated when DEB_URL is updated.
11-
DEB_CHECKSUM="8763c60427111fc84a20662c92aa3b80b35b01825108220b24653e4d25e39d26"
11+
DEB_CHECKSUM="17312a1c1195bed192216c6240a322581bb569c0bd3a88de42b587203362d403"
1212
DEB_PATH="$(mktemp -d)/vanta.deb"
1313
DEB_INSTALL_CMD="dpkg -Ei"
1414

install-macos.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ set -e
66
# VANTA_OWNER_EMAIL (the email of the person who owns this computer)
77
# VANTA_REGION (the region the Agent talks to, such as "us", "eu" or "aus".)
88

9-
PKG_URL="https://agent-downloads.vanta.com/targets/versions/2.11.0/vanta-universal.pkg"
9+
PKG_URL="https://agent-downloads.vanta.com/targets/versions/2.12.0/vanta-universal.pkg"
1010
# Checksum needs to be updated when PKG_URL is updated.
11-
CHECKSUM="3ecd027dcc6079af06c3372fd0bee1d36f5304c5465d64c97779c6c05478323b"
11+
CHECKSUM="4e49a169593c599f2e2fc2e083a4fc67f6278905ff0dfd63acfc709c174d7190"
1212
DEVELOPER_ID="Vanta Inc (632L25QNV4)"
1313
CERT_SHA_FINGERPRINT="D90D17FA20360BC635BC1A59B9FA5C6F9C9C2D4915711E4E0C182AA11E772BEF"
1414
PKG_PATH="$(mktemp -d)/vanta.pkg"

0 commit comments

Comments
 (0)