We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52c52df commit 59ab0a0Copy full SHA for 59ab0a0
.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@1b1aada464948af03b950897e5eb522f92603cc2 # v3.24.9
+ - uses: github/codeql-action/upload-sarif@d39d31e687223d841ef683f52467bd88e9b21c14 # v3.25.3
37
with:
38
sarif_file: 'trivy-results.sarif'
0 commit comments