Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
Signed-off-by: VedRatan <[email protected]>
  • Loading branch information
VedRatan committed Nov 8, 2024
1 parent 9b3eebe commit 3ae78a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/adapter/nimbus-kyverno/processor/kpbuilder.go
Original file line number Diff line number Diff line change
Expand Up @@ -668,5 +668,5 @@ func generatePol(polengine string, cve string, image string, np *v1alpha1.Nimbus
}
}

return pol
return pol, nil
}

0 comments on commit 3ae78a0

Please sign in to comment.