We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6311c76 commit 14845c2Copy full SHA for 14845c2
.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@b611370bb5703a7efb587f9d136a52ea24c5c38c # v3.25.11
+ - uses: github/codeql-action/upload-sarif@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
37
with:
38
sarif_file: 'trivy-results.sarif'
0 commit comments