Skip to content

Commit 07cb4a4

Browse files
authored
Merge pull request #330 from lcarva/RHTAP-5644-main
acs-image-check: emit report on success
2 parents 2021b88 + 9241ab4 commit 07cb4a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rhtap/acs-image-check.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ function rox-image-check() {
5050
ROXCTL_CHECK_STATUS=$?
5151

5252
if [ "$ROXCTL_CHECK_STATUS" -eq 0 ]; then
53-
exit
53+
return
5454
fi
5555

5656
# Number of policy violations with Critical and High severity parsed from the report

0 commit comments

Comments
 (0)