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 1f7d8d7 + 43d7323 commit d21a3aeCopy full SHA for d21a3ae
.github/workflows/stackhpc-container-image-build.yml
@@ -232,7 +232,7 @@ jobs:
232
run: mv image-scan-output image-build-logs/image-scan-output
233
234
- name: Fail if no images have passed scanning
235
- 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) -eq 0 ]; then exit 1; fi
236
if: ${{ !inputs.push-dirty }}
237
238
- name: Copy clean images to push-attempt-images list
0 commit comments