Skip to content

Commit 19c0905

Browse files
authored
Update scripts for 2.8.1 release (#72)
* Update scripts for 2.8.1 release * update macos runner version
1 parent 49e40cf commit 19c0905

File tree

5 files changed

+12
-312
lines changed

5 files changed

+12
-312
lines changed

.github/workflows/main.yml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,13 @@ jobs:
2121
run: /var/vanta/vanta-cli status
2222

2323
build-macos:
24-
runs-on: macos-latest
25-
24+
runs-on: macos-13
25+
2626
steps:
2727
- uses: actions/checkout@v1
28-
# NB: Disabled until release 2.8 fixes FAKEKEY installation [sc-127560]
29-
# - name: Test install on macOS
30-
# run: |
31-
# chmod +x ./install-macos.sh
32-
# VANTA_KEY=FAKEKEY ./install-macos.sh
33-
# - name: Check that it's running correctly
34-
# run: /usr/local/vanta/vanta-cli status
28+
- name: Test install on macOS
29+
run: |
30+
chmod +x ./install-macos.sh
31+
VANTA_KEY=FAKEKEY ./install-macos.sh
32+
- name: Check that it's running correctly
33+
run: /usr/local/vanta/vanta-cli status

beta/install-linux.sh

Lines changed: 0 additions & 182 deletions
This file was deleted.

beta/install-macos.sh

Lines changed: 0 additions & 117 deletions
This file was deleted.

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://vanta-agent-repo.s3.amazonaws.com/targets/versions/2.7.1/vanta-amd64.deb"
9+
DEB_URL="https://vanta-agent-repo.s3.amazonaws.com/targets/versions/2.8.1/vanta-amd64.deb"
1010
# Checksums need to be updated when DEB_URL is updated.
11-
DEB_CHECKSUM="5899df5f1510ed181c9997a2c8fb62c4e78bf724f95537ad7fd011921a090a60"
11+
DEB_CHECKSUM="7bec7ee8f51964037f7b8ed7923e6adc3d0112ae4249eef52fef508b6d0559c5"
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. Ignored if VANTA_KEY is missing.)
77
# VANTA_REGION (the region the Agent talks to, such as "us" or "eu".)
88

9-
PKG_URL="https://vanta-agent-repo.s3.amazonaws.com/targets/versions/2.7.1/vanta-universal.pkg"
9+
PKG_URL="https://vanta-agent-repo.s3.amazonaws.com/targets/versions/2.8.1/vanta-universal.pkg"
1010
# Checksum needs to be updated when PKG_URL is updated.
11-
CHECKSUM="9e7c3a9191636790130fe1c49ce17b3f2f7fbaa0cfe7eca1d5b56c688727623c"
11+
CHECKSUM="31159006453a4352c41eaeab9bbd527fa9af00cdaf5268e06c6def20f52ef7cf"
1212
DEVELOPER_ID="Vanta Inc (632L25QNV4)"
1313
CERT_SHA_FINGERPRINT="D90D17FA20360BC635BC1A59B9FA5C6F9C9C2D4915711E4E0C182AA11E772BEF"
1414
PKG_PATH="$(mktemp -d)/vanta.pkg"

0 commit comments

Comments
 (0)