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