From 389d0b31dca4cdd7a434e2cbb8753acf67363df9 Mon Sep 17 00:00:00 2001 From: Meredith Lancaster Date: Tue, 26 Nov 2024 13:49:32 -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 b5d641688..fa75f4c9f 100644 --- a/pkg/cmd/attestation/verification/policy.go +++ b/pkg/cmd/attestation/verification/policy.go @@ -57,7 +57,7 @@ The following policy criteria will be enforced against all attestations: - Predicate type must match %s`, c.PredicateType) if c.Certificate.RunnerEnvironment == GitHubRunner { - runnerInfo := "\n- Attestation must have been generated by an Action workflow executed in a GitHub hosted runner" + runnerInfo := "\n- Attestation must have been generated by an Action workflow executed in a GitHub-hosted runner" policyInfo += runnerInfo }