We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4ee83e5 + 4939e74 commit fae2ea4Copy full SHA for fae2ea4
1 file changed
utils/prepare-aspm-scanners.sh
@@ -42,7 +42,7 @@ echo "✅ Packaged as $SECRET_TAR"
42
43
### 3. Trivy -> container.tar.gz
44
echo "=== [3/6] Downloading Trivy ==="
45
-TRIVY_VERSION="0.65.0"
+TRIVY_VERSION="0.69.2"
46
TRIVY_URL="https://get.trivy.dev/trivy?type=tar.gz&version=${TRIVY_VERSION}&os=linux&arch=amd64"
47
TRIVY_TAR="trivy.tar.gz"
48
CONTAINER_BIN="container"
0 commit comments