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
if [[ ${SCAN_STATUS}!="completed"||"${IMAGE_CERTIFIED}"!="true" ]];then
104
-
echoerr "Image you are trying to publish did not pass the certification test, its status is \"${SCAN_STATUS}\" and certified is \"${IMAGE_CERTIFIED}\""
105
-
return 1
106
-
fi
107
-
else
108
-
echoerr "Image you are trying to publish does not exist."
0 commit comments