From 155034d9503bb1efd2e4a0ebdaa7f887232b8956 Mon Sep 17 00:00:00 2001 From: Shiming Zhang Date: Wed, 19 Jun 2024 10:04:01 +0800 Subject: [PATCH] Fix allows --- hack/verify-allows.sh | 2 ++ 1 file changed, 2 insertions(+) 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}"