From b787a8b785f2c1352c0e3ebb981e80bc65cf626e Mon Sep 17 00:00:00 2001 From: Meredith Lancaster Date: Mon, 18 Nov 2024 13:39:06 -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 4b843b82a..b530fba5c 100644 --- a/pkg/cmd/attestation/verification/policy.go +++ b/pkg/cmd/attestation/verification/policy.go @@ -65,7 +65,7 @@ The following policy criteria will be enforced against all attestations: } if c.Certificate.RunnerEnvironment == GitHubRunner { - info += "\n- Attestation's signing certificate must be generated by an Action workflow executed in a GitHub hosted runner" + info += "\n- Attestation must be generated by an Action workflow executed in a GitHub hosted runner" } if c.SAN != "" {