Skip to content

Commit 5ac3cbb

Browse files
authored
Merge pull request #262 from Roming22/main
fix: improve acs-image-check output
2 parents 191dd4e + b996fa9 commit 5ac3cbb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

rhtap/acs-image-check.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,10 @@ function rox-image-check() {
6565

6666
# If roxctl image check exited with non-zero code and it is not because of policy violations, report error
6767
if [[ "$severe_violations" -eq 0 ]]; then
68+
echo "Error occurred during roxctl image check, please check the logs of rox-image-check step."
6869
exit "$ROXCTL_CHECK_STATUS"
70+
else
71+
echo "Note: Violations are reported for informational purposes only and do not cause the task to fail."
6972
fi
7073
}
7174

0 commit comments

Comments
 (0)