message formatting
Signed-off-by: Meredith Lancaster <malancas@github.com>
This commit is contained in:
parent
fa6536493f
commit
28fa42a324
1 changed files with 1 additions and 1 deletions
|
|
@ -259,7 +259,7 @@ func runVerify(opts *Options) error {
|
|||
return err
|
||||
}
|
||||
|
||||
opts.Logger.VerbosePrintf("Verifying attestations with the predicate type %s\n", opts.PredicateType)
|
||||
opts.Logger.VerbosePrintf("Verifying attestations with predicate type: %s\n", opts.PredicateType)
|
||||
|
||||
sigstoreRes := opts.SigstoreVerifier.Verify(attestations, policy)
|
||||
if sigstoreRes.Error != nil {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue