Update pkg/cmd/attestation/verification/policy.go
Co-authored-by: Phill MV <phillmv@github.com>
This commit is contained in:
parent
862786cca6
commit
241bb2edd1
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ func (c EnforcementCriteria) BuildPolicyInformation() string {
|
|||
The following policy criteria will be enforced against all attestations:
|
||||
- Predicate type must match %s
|
||||
- Signing certificate's OIDC issuer must match %s
|
||||
- Artifact must be built in an organization whose URI is %s`
|
||||
- Source Repository Owner URI must match %s`
|
||||
|
||||
info := fmt.Sprintf(template, c.PredicateType, c.Certificate.Issuer, c.Certificate.SourceRepositoryOwnerURI)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue