fix(ci): bump Trivy to 0.72.0, old release asset is gone
CI & Release / Verify simulator (push) Successful in 7s
CI & Release / Trivy scan (push) Successful in 9s
CI & Release / Semantic Release (push) Successful in 3s

This commit is contained in:
2026-07-08 13:55:52 +01:00
parent 4ab5ab0153
commit 2787a361bd
+1 -1
View File
@@ -82,7 +82,7 @@ jobs:
- name: Install Trivy
run: |
TRIVY_VER="0.58.2"
TRIVY_VER="0.72.0"
curl -fsSL "https://github.com/aquasecurity/trivy/releases/download/v${TRIVY_VER}/trivy_${TRIVY_VER}_Linux-64bit.tar.gz" \
| tar -xz -C /usr/local/bin trivy
trivy --version