We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c04aaae + c4fee36 commit c83651dCopy full SHA for c83651d
.github/workflows/ansible-aws-image-build.yml
@@ -86,7 +86,7 @@ jobs:
86
exit-code: '1'
87
output: 'trivy-results.sarif'
88
- name: Upload Trivy scan results to GitHub Security tab
89
- uses: github/codeql-action/upload-sarif@v2
+ uses: github/codeql-action/upload-sarif@v3
90
if: failure() # If Trivy found vulnerabilities
91
with:
92
sarif_file: 'trivy-results.sarif'
0 commit comments