Signed-off-by: Meredith Lancaster <malancas@github.com>
This commit is contained in:
Meredith Lancaster 2024-11-26 13:49:32 -07:00
parent 92c623ab54
commit 389d0b31dc

View file

@ -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
}