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 191dd4e + b996fa9 commit 5ac3cbbCopy full SHA for 5ac3cbb
rhtap/acs-image-check.sh
@@ -65,7 +65,10 @@ function rox-image-check() {
65
66
# If roxctl image check exited with non-zero code and it is not because of policy violations, report error
67
if [[ "$severe_violations" -eq 0 ]]; then
68
+ echo "Error occurred during roxctl image check, please check the logs of rox-image-check step."
69
exit "$ROXCTL_CHECK_STATUS"
70
+ else
71
+ echo "Note: Violations are reported for informational purposes only and do not cause the task to fail."
72
fi
73
}
74
0 commit comments