We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 94c3877 + 88c941e commit 4a8d49eCopy full SHA for 4a8d49e
.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@ccf74c947955fd1cf117aef6a0e4e66191ef6f61 # v3.25.4
+ - uses: github/codeql-action/upload-sarif@b7cec7526559c32f1616476ff32d17ba4c59b2d6 # v3.25.5
37
with:
38
sarif_file: 'trivy-results.sarif'
0 commit comments