Skip to content

Commit 6228cf8

Browse files
authored
Update scripts to point to version 2.15.0 (#80)
# Changes - Update scripts to point to agent version 2.15.0 # Testing CI will validate checksums and installation
1 parent d060fd4 commit 6228cf8

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
@@ -8,9 +8,9 @@
88

99
set -e
1010

11-
DEB_URL="https://agent-downloads.vanta.com/targets/versions/2.14.0/vanta-amd64.deb"
11+
DEB_URL="https://agent-downloads.vanta.com/targets/versions/2.15.0/vanta-amd64.deb"
1212
# Checksums need to be updated when DEB_URL is updated.
13-
DEB_CHECKSUM="21845a5e9477cfb61f779a9c1d9af2c9ad94cd7f6b95d8dd076effb935ee7d49"
13+
DEB_CHECKSUM="02ba826388dee61aaf3e97f4bec61896620bc616754e7d107c0efcc79abd43a0"
1414
DEB_PATH="$(mktemp -d)/vanta.deb"
1515
DEB_INSTALL_CMD="dpkg -Ei"
1616

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 Vanta Device Monitor talks to, such as "us", "eu" or "aus".)
88

9-
PKG_URL="https://agent-downloads.vanta.com/targets/versions/2.14.0/vanta-universal.pkg"
9+
PKG_URL="https://agent-downloads.vanta.com/targets/versions/2.15.0/vanta-universal.pkg"
1010
# Checksum needs to be updated when PKG_URL is updated.
11-
CHECKSUM="060b408570c05f9e02eac187e3c917665c843e7a432c8d9b418ca968c5775b81"
11+
CHECKSUM="f3cd509d9c0fb3042c02d485caf18194ba233dcaa037f51b736f84f2f2e68c64"
1212
DEVELOPER_ID="Vanta Inc (632L25QNV4)"
1313
CERT_SHA_FINGERPRINT="48893790A4B4FB1684589E3AC91CC25EDD5284F9E7BA07025CBDF2814FE74984"
1414
PKG_PATH="$(mktemp -d)/vanta.pkg"

0 commit comments

Comments
 (0)