Skip to content

Commit fae2ea4

Browse files
authored
Merge pull request #34 from accuknox/fix/build-deb-failing-job
chore: upgrade trivy version to 0.69.2
2 parents 4ee83e5 + 4939e74 commit fae2ea4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

utils/prepare-aspm-scanners.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ echo "✅ Packaged as $SECRET_TAR"
4242

4343
### 3. Trivy -> container.tar.gz
4444
echo "=== [3/6] Downloading Trivy ==="
45-
TRIVY_VERSION="0.65.0"
45+
TRIVY_VERSION="0.69.2"
4646
TRIVY_URL="https://get.trivy.dev/trivy?type=tar.gz&version=${TRIVY_VERSION}&os=linux&arch=amd64"
4747
TRIVY_TAR="trivy.tar.gz"
4848
CONTAINER_BIN="container"

0 commit comments

Comments
 (0)