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 2021b88 + 9241ab4 commit 07cb4a4Copy full SHA for 07cb4a4
rhtap/acs-image-check.sh
@@ -50,7 +50,7 @@ function rox-image-check() {
50
ROXCTL_CHECK_STATUS=$?
51
52
if [ "$ROXCTL_CHECK_STATUS" -eq 0 ]; then
53
- exit
+ return
54
fi
55
56
# Number of policy violations with Critical and High severity parsed from the report
0 commit comments