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 3a58760 commit 943b7d0Copy full SHA for 943b7d0
1 file changed
.github/workflows/docker-publish.yml
@@ -163,6 +163,7 @@ jobs:
163
164
- name: Upload Trivy scan results to GitHub Security tab
165
uses: github/codeql-action/upload-sarif@b0c4fd77f6c559021d78430ec4d0d169ae74a4eb # v3
166
+ continue-on-error: true
167
with:
168
sarif_file: "trivy-results.sarif"
- if: always()
169
+ if: always() && hashFiles('trivy-results.sarif') != ''
0 commit comments