You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments