Skip to content
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.

Commit

Permalink
Update pkg/imageallowrules/imageallowrules.go
Browse files Browse the repository at this point in the history
Signed-off-by: Thorsten Klein <tk@thklein.io>
  • Loading branch information
iwilltry42 committed Sep 6, 2023
1 parent b77e088 commit 7c3da38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/imageallowrules/imageallowrules.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ iarLoop:
// Any verification error or failed verification issue will skip on to the next IAR
for _, rule := range imageAllowRule.Signatures.Rules {
if err := VerifySignatureRule(ctx, c, namespace, image, rule, verifyOpts); err != nil {
logrus.Errorf("Verification failed for %s against %s/%s: %v", image, imageAllowRule.Namespace, imageAllowRule.Name, err)
logrus.Infof("Verification failed for %s against %s/%s: %v", image, imageAllowRule.Namespace, imageAllowRule.Name, err)
continue iarLoop
}
}
Expand Down

0 comments on commit 7c3da38

Please sign in to comment.