Commit 43d7323
committed
CI: Fix failure condition for container image builds when all images are dirty
In the case where all images contain HIGH CVEs, but none contain
CRITICAL CVEs, we should not fail the build. However the condition
previously failed if there were no images without any CVEs. This change
modifies the condition to fail only when there are CRITICAL CVEs.1 parent 1f7d8d7 commit 43d7323
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
232 | 232 | | |
233 | 233 | | |
234 | 234 | | |
235 | | - | |
| 235 | + | |
236 | 236 | | |
237 | 237 | | |
238 | 238 | | |
| |||
0 commit comments