diff --git a/targets.go b/targets.go index 127544e..3614201 100644 --- a/targets.go +++ b/targets.go @@ -16,7 +16,7 @@ func Validate() error { } mg.Deps(mg.F(kubeScore, templates)) mg.Deps(mg.F(kubeConform, templates, "api-platform")) - // mg.Deps(mg.F(validateKyvernoPolicies, templates)) + mg.Deps(mg.F(validateKyvernoPolicies, templates)) mg.Deps(Pallets) fmt.Println("Validation passed") return nil