Signed-off-by: Meredith Lancaster <malancas@github.com>
This commit is contained in:
Meredith Lancaster 2024-11-18 12:25:57 -07:00
parent cfbc1c7e10
commit a89071c30d

View file

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