From 4caa0c3e5a4b9c577eea7eed674ec753178a484d Mon Sep 17 00:00:00 2001 From: Julien Blin Date: Mon, 20 Jul 2026 13:54:47 -0400 Subject: [PATCH] Update signature source --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 1aa7900..563797c 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -78,7 +78,7 @@ extract_agent_archive() { cosign verify-blob "$agent_path" \ --bundle "$bundle_path" \ - --certificate-identity-regexp '^https://gitlab.com/kothardev/applications/kothar-backend.*' \ + --certificate-identity-regexp '^https://gitlab.com/kothardev/applications/kothar-(backend|platform).*' \ --certificate-oidc-issuer=https://gitlab.com >/dev/null fi }