diff --git a/hack/verify-allows.sh b/hack/verify-allows.sh index 1516ba9..e38dfd9 100755 --- a/hack/verify-allows.sh +++ b/hack/verify-allows.sh @@ -18,6 +18,8 @@ function check_allows() { return 0 fi fi + elif [[ "${line}" == "${image%\:*}" ]]; then + return 0 fi done <"${file}"