File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed 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.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 "
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.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 "
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