Skip to content

Commit 2068fdd

Browse files
authored
Update scripts to point to agent version 2.16.1 (#84)
* Update scripts to point to agent version 2.16.1 * bump macos runner version
1 parent 6228cf8 commit 2068fdd

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: /var/vanta/vanta-cli status
2222

2323
build-macos:
24-
runs-on: macos-13
24+
runs-on: macos-latest
2525

2626
steps:
2727
- uses: actions/checkout@v1

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.15.0/vanta-amd64.deb"
11+
DEB_URL="https://agent-downloads.vanta.com/targets/versions/2.16.1/vanta-amd64.deb"
1212
# Checksums need to be updated when DEB_URL is updated.
13-
DEB_CHECKSUM="02ba826388dee61aaf3e97f4bec61896620bc616754e7d107c0efcc79abd43a0"
13+
DEB_CHECKSUM="bb8eccb929b63dc7c7137fd35716a69d5e20b616ae200a89ae519c6d2d6cf7f1"
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.15.0/vanta-universal.pkg"
9+
PKG_URL="https://agent-downloads.vanta.com/targets/versions/2.16.1/vanta-universal.pkg"
1010
# Checksum needs to be updated when PKG_URL is updated.
11-
CHECKSUM="f3cd509d9c0fb3042c02d485caf18194ba233dcaa037f51b736f84f2f2e68c64"
11+
CHECKSUM="66c71af348441c7efdb88d98fd43e8f9d401bd21976bcb0ff7b1a4fb56a9628c"
1212
DEVELOPER_ID="Vanta Inc (632L25QNV4)"
1313
CERT_SHA_FINGERPRINT="48893790A4B4FB1684589E3AC91CC25EDD5284F9E7BA07025CBDF2814FE74984"
1414
PKG_PATH="$(mktemp -d)/vanta.pkg"

0 commit comments

Comments
 (0)