wording
Signed-off-by: Meredith Lancaster <malancas@github.com>
This commit is contained in:
parent
cfbc1c7e10
commit
a89071c30d
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue