We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef39565 commit d6e6462Copy full SHA for d6e6462
.github/workflows/build.yaml
@@ -45,6 +45,7 @@ jobs:
45
output: 'trivy-results.sarif'
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
50
with:
51
sarif_file: 'trivy-results.sarif'
0 commit comments