From fac86438897529967641910a0b7d60e19e08a51e Mon Sep 17 00:00:00 2001 From: laurentsimon Date: Thu, 26 May 2022 15:21:39 +0000 Subject: [PATCH] updates --- pkg/provenance.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/provenance.go b/pkg/provenance.go index 82c34ff5e..71ef16f8e 100644 --- a/pkg/provenance.go +++ b/pkg/provenance.go @@ -51,7 +51,7 @@ var ( // TODO: remove old builders. var trustedReusableWorkflows = map[string]bool{ - "slsa-framework/slsa-github-generator/.github/workflows/slsa2_provenance.yml": true, + trustedBuilderRepository + "/.github/workflows/slsa2_provenance.yml": true, "slsa-framework/slsa-github-generator-go/.github/workflows/slsa3_builder.yml": true, "slsa-framework/slsa-github-generator-go/.github/workflows/builder.yml": true, trustedBuilderRepository + "/.github/workflows/builder_go_slsa3.yml": true,