fix(sdk): patch container CVEs and suppress unfixable bookworm criticals (#11592)

This commit is contained in:
Daniel Barranquero
2026-06-15 16:59:44 +02:00
committed by GitHub
parent 3cb360e9ae
commit 566167489b
6 changed files with 70 additions and 5 deletions
+2 -2
View File
@@ -63,7 +63,7 @@ runs:
exit-code: '0'
scanners: 'vuln'
timeout: '5m'
version: 'v0.69.2'
version: 'v0.71.0'
- name: Run Trivy vulnerability scan (SARIF)
if: inputs.upload-sarif == 'true' && github.event_name == 'push'
@@ -76,7 +76,7 @@ runs:
exit-code: '0'
scanners: 'vuln'
timeout: '5m'
version: 'v0.69.2'
version: 'v0.71.0'
- name: Upload Trivy results to GitHub Security tab
if: inputs.upload-sarif == 'true' && github.event_name == 'push'