File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 88
99set -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 "
1414DEB_PATH=" $( mktemp -d) /vanta.deb"
1515DEB_INSTALL_CMD=" dpkg -Ei"
1616
Original file line number Diff line number Diff line change 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 "
1212DEVELOPER_ID=" Vanta Inc (632L25QNV4)"
1313CERT_SHA_FINGERPRINT=" 48893790A4B4FB1684589E3AC91CC25EDD5284F9E7BA07025CBDF2814FE74984"
1414PKG_PATH=" $( mktemp -d) /vanta.pkg"
You can’t perform that action at this time.
0 commit comments