mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-31 03:45:17 +00:00
fmt
Signed-off-by: Jim Bugwadia <jim@nirmata.com>
This commit is contained in:
parent
85c346c0a6
commit
a9b96ff882
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ func substituteVariables(rule *v1.Rule, ctx context.EvalInterface, logger logr.L
|
|||
}
|
||||
|
||||
// replace attestations
|
||||
for i, _ := range rule.VerifyImages {
|
||||
for i := range rule.VerifyImages {
|
||||
ruleCopy.VerifyImages[i].Attestations = rule.VerifyImages[i].Attestations
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue