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 81cd270 commit 9c4f687Copy full SHA for 9c4f687
.github/workflows/trivy-scan.yml
@@ -54,6 +54,6 @@ jobs:
54
github-pat: ${{ secrets.GH_ACTIONS_REPO_TOKEN }}
55
- name: Upload Trivy scan results to GitHub Security tab
56
if: inputs.upload-results
57
- uses: github/codeql-action/upload-sarif@v3
+ uses: github/codeql-action/upload-sarif@v4
58
with:
59
sarif_file: 'trivy-results.sarif'
0 commit comments