opa: update image validation to exclude alpine and mariadb images (#2337)

This commit is contained in:
eball
2025-12-27 14:04:31 +08:00
committed by GitHub
parent 11f556e9af
commit 87674cc5d9

View File

@@ -251,6 +251,8 @@ data:
not startswith(image, "ghcr.io/coder/coder:v2.19.0")
not startswith(image, "apecloud/")
not startswith(image, "kldtks/")
not startswith(image, "alpine:")
not startswith(image, "mariadb:")
}
is_root_user(ctx) if {