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 56065b2 commit b2668f3Copy full SHA for b2668f3
.github/workflows/trivy-scan.yml
@@ -46,6 +46,6 @@ jobs:
46
trivy-config: ${{ inputs.config-path }}
47
- name: Upload Trivy scan results to GitHub Security tab
48
if: inputs.upload-results
49
- uses: github/codeql-action/upload-sarif@v3.26.10
+ uses: github/codeql-action/upload-sarif@v3
50
with:
51
sarif_file: 'trivy-results.sarif'
0 commit comments