diff --git a/verifiers/internal/gha/builder.go b/verifiers/internal/gha/builder.go index dbe0479..596f970 100644 --- a/verifiers/internal/gha/builder.go +++ b/verifiers/internal/gha/builder.go @@ -175,8 +175,8 @@ func verifyTrustedBuilderRef(id *WorkflowIdentity, ref string) error { if (id.SourceRepository == trustedBuilderRepository || id.SourceRepository == e2eTestRepository) && options.TestingEnabled() { - // Allow verification on the main branch to support e2e tests. - if ref == "refs/heads/main" { + // // Allow verification on the main branch to support e2e tests. + if ref == "refs/heads/main" || ref == "refs/heads/ramonpetgrave64-internal-builder-sigstore-bundle" { return nil }