We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51833bd commit 7ea8bdfCopy full SHA for 7ea8bdf
.github/workflows/trivy.yml
@@ -41,6 +41,6 @@ jobs:
41
severity: 'CRITICAL,HIGH'
42
43
- name: Upload Trivy scan results to GitHub Security tab
44
- uses: github/codeql-action/upload-sarif@v2
+ uses: github/codeql-action/upload-sarif@v3
45
with:
46
sarif_file: 'trivy-results.sarif'
0 commit comments