fix printf linter issue
Signed-off-by: Meredith Lancaster <malancas@github.com>
This commit is contained in:
parent
9c3d1e5c50
commit
fec5bfbbad
1 changed files with 1 additions and 1 deletions
|
|
@ -209,7 +209,7 @@ func RunVerify(opts *Options) error {
|
|||
}
|
||||
|
||||
func verifySLSAPredicateType(logger *logging.Logger, apr []*verification.AttestationProcessingResult) error {
|
||||
logger.VerbosePrintf("Evaluating attestations have valid SLSA predicate type...\n")
|
||||
logger.VerbosePrint("Evaluating attestations have valid SLSA predicate type...\n")
|
||||
|
||||
for _, result := range apr {
|
||||
if result.VerificationResult.Statement.PredicateType != SLSAPredicateType {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue