Skip to content

Commit 121576b

Browse files
dewitt4Copilot
andauthored
Update .github/workflows/security-scan.yml
Co-authored-by: Copilot <[email protected]>
1 parent 13c2f54 commit 121576b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/security-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
continue-on-error: true
123123

124124
- name: Upload container scan results
125-
if: steps.pull-image.outputs.image_exists == 'true' && always()
125+
if: steps.pull-image.outputs.image_exists == 'true' && (success() || failure())
126126
uses: github/codeql-action/upload-sarif@v3
127127
with:
128128
sarif_file: 'trivy-${{ matrix.component }}.sarif'

0 commit comments

Comments
 (0)