message formatting

Signed-off-by: Meredith Lancaster <malancas@github.com>
This commit is contained in:
Meredith Lancaster 2024-10-25 15:00:11 -06:00
parent fa6536493f
commit 28fa42a324

View file

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