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 != "" {