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 4073339 commit f9d28d1Copy full SHA for f9d28d1
.github/workflows/build.yaml
@@ -48,7 +48,7 @@ jobs:
48
49
- name: Upload Trivy scan results to GitHub Security tab
50
if: github.ref == 'refs/heads/master' && (github.event_name == 'push' || github.event_name == 'schedule')
51
- uses: github/codeql-action/upload-sarif@v2
+ uses: github/codeql-action/upload-sarif@v3
52
with:
53
sarif_file: 'trivy-results.sarif'
54
0 commit comments