From a89071c30d925b8013aedac4a25ede17e19b3ebc Mon Sep 17 00:00:00 2001 From: Meredith Lancaster Date: Mon, 18 Nov 2024 12:25:57 -0700 Subject: [PATCH] wording Signed-off-by: Meredith Lancaster --- pkg/cmd/attestation/verification/policy.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/cmd/attestation/verification/policy.go b/pkg/cmd/attestation/verification/policy.go index 4765a8672..4b843b82a 100644 --- a/pkg/cmd/attestation/verification/policy.go +++ b/pkg/cmd/attestation/verification/policy.go @@ -55,7 +55,7 @@ func (c EnforcementCriteria) BuildPolicyInformation() string { ` The following policy criteria will be enforced against all attestations: - Attestation predicate type must match %s -- Attestation must be signed by a certificate whose OIDC issuer matches %s +- Attestation's signing certificate must have an OIDC issuer matching %s - Attestation must be associated with an artifact built in an organization whose URI is %s` info := fmt.Sprintf(template, c.PredicateType, c.Certificate.Issuer, c.Certificate.SourceRepositoryOwnerURI)