Skip to content

Commit c184be5

Browse files
committed
Merge stackhpc/zed into stackhpc/2023.1
2 parents 189da89 + 8e1ecc0 commit c184be5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/stackhpc-container-image-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ jobs:
231231
run: mv image-scan-output image-build-logs/image-scan-output
232232

233233
- 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
234+
run: if [ $(wc -l < image-build-logs/image-scan-output/critical-images.txt) -gt 0 ]; then exit 1; fi
235235
if: ${{ !inputs.push-dirty }}
236236

237237
- name: Copy clean images to push-attempt-images list

0 commit comments

Comments
 (0)