We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a909005 commit 30f336bCopy full SHA for 30f336b
.github/workflows/scans.yml
@@ -59,6 +59,7 @@ jobs:
59
with:
60
image-path: ${{ github.sha }}
61
output: clair_results.sarif
62
+ return-code: ${{ github.event_name == 'pull_request' }}
63
db-file: matcher.db
64
65
- if: ${{ success() || failure() }}
0 commit comments