chore(ci): bump Trivy scanner to v0.71.2 (#11728)

This commit is contained in:
Hugo Pereira Brito
2026-06-30 11:45:55 +01:00
committed by GitHub
parent 5ccb044b85
commit 36006de8ce
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -63,7 +63,7 @@ runs:
exit-code: '0'
scanners: 'vuln'
timeout: '5m'
version: 'v0.71.0'
version: 'v0.71.2'
- 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.71.0'
version: 'v0.71.2'
- name: Upload Trivy results to GitHub Security tab
if: inputs.upload-sarif == 'true' && github.event_name == 'push'