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 327f407 + 678e6c8 commit c1ecfc0Copy full SHA for c1ecfc0
rhtap/acs-image-check.sh
@@ -64,7 +64,7 @@ function rox-image-check() {
64
)
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
+ if [[ "$severe_violations" -eq 0 ]]; then
68
exit "$ROXCTL_CHECK_STATUS"
69
fi
70
}
0 commit comments