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.
2 parents 189da89 + 8e1ecc0 commit c184be5Copy full SHA for c184be5
.github/workflows/stackhpc-container-image-build.yml
@@ -231,7 +231,7 @@ jobs:
231
run: mv image-scan-output image-build-logs/image-scan-output
232
233
- name: Fail if no images have passed scanning
234
- run: if [ $(wc -l < image-build-logs/image-scan-output/clean-images.txt) -le 0 ]; then exit 1; fi
+ run: if [ $(wc -l < image-build-logs/image-scan-output/critical-images.txt) -gt 0 ]; then exit 1; fi
235
if: ${{ !inputs.push-dirty }}
236
237
- name: Copy clean images to push-attempt-images list
0 commit comments