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 }