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 1c9a471 commit fd232c2Copy full SHA for fd232c2
.github/workflows/build.yaml
@@ -45,7 +45,7 @@ jobs:
45
46
- name: Upload Trivy scan results to GitHub Security tab
47
if: github.ref == 'refs/heads/master' && (github.event_name == 'push' || github.event_name == 'schedule')
48
- uses: github/codeql-action/upload-sarif@v1
+ uses: github/codeql-action/upload-sarif@v3
49
with:
50
sarif_file: "trivy-results.sarif"
51
0 commit comments