Skip to content

Commit 99a8166

Browse files
authored
Use Infof for formatted logging message (#1414)
1 parent 6c8d3e2 commit 99a8166

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/container/verifier/verifier.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ func getVerifiedResults(
119119
verify.WithoutIdentitiesUnsafe(),
120120
))
121121
if err != nil {
122-
logger.Info("bundle verification failed: %v", err)
122+
logger.Infof("bundle verification failed: %v", err)
123123
continue
124124
}
125125
// We've successfully verified and extracted the artifact provenance information

0 commit comments

Comments
 (0)