We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bfc091 commit adc9f27Copy full SHA for adc9f27
.github/workflows/trivy-scan.yml
@@ -33,6 +33,6 @@ jobs:
33
output: 'trivy-results.sarif'
34
ignore-unfixed: true
35
severity: 'HIGH,CRITICAL'
36
- - uses: github/codeql-action/upload-sarif@9fdb3e49720b44c48891d036bb502feb25684276 # v3.25.6
+ - uses: github/codeql-action/upload-sarif@f079b8493333aace61c81488f8bd40919487bd9f # v3.25.7
37
with:
38
sarif_file: 'trivy-results.sarif'
0 commit comments