Update pkg/cmd/attestation/verify/verify.go
Co-authored-by: Phill MV <phillmv@github.com>
This commit is contained in:
parent
43810a5fc3
commit
91967cced8
1 changed files with 1 additions and 1 deletions
|
|
@ -267,7 +267,7 @@ func runVerify(opts *Options) error {
|
|||
}
|
||||
attestations = filteredAttestations
|
||||
|
||||
opts.Logger.VerbosePrintf("Verifying attestations with predicate type: %s\n", opts.PredicateType)
|
||||
opts.Logger.VerbosePrintf("Verifying attestations with predicate type: %s\n", ec.PredicateType)
|
||||
|
||||
sp, err := buildSigstoreVerifyPolicy(ec, *artifact)
|
||||
if err != nil {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue