We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47c413f commit 9d8c091Copy full SHA for 9d8c091
.github/workflows/build.yaml
@@ -46,7 +46,7 @@ jobs:
46
47
- name: Upload Trivy scan results to GitHub Security tab
48
if: github.ref == 'refs/heads/master' && github.event_name == 'push'
49
- uses: github/codeql-action/upload-sarif@v1
+ uses: github/codeql-action/upload-sarif@v2
50
with:
51
sarif_file: 'trivy-results.sarif'
52
0 commit comments