We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b1c5aa commit 4a6a27bCopy full SHA for 4a6a27b
1 file changed
README.md
@@ -70,7 +70,7 @@ jobs:
70
fail_silently: false
71
72
- if: |-
73
- steps.analyze-code-security-scc.outputs.iac_scan_result_sarif_path != ''
+ (steps.analyze-code-security-scc.outputs.iac_scan_result_sarif_path != '') && always()
74
uses: 'actions/upload-artifact@v4'
75
with:
76
name: 'sarif'
0 commit comments