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 13c2f54 commit 121576bCopy full SHA for 121576b
.github/workflows/security-scan.yml
@@ -122,7 +122,7 @@ jobs:
122
continue-on-error: true
123
124
- name: Upload container scan results
125
- if: steps.pull-image.outputs.image_exists == 'true' && always()
+ if: steps.pull-image.outputs.image_exists == 'true' && (success() || failure())
126
uses: github/codeql-action/upload-sarif@v3
127
with:
128
sarif_file: 'trivy-${{ matrix.component }}.sarif'
0 commit comments