From b367351c264d17cd5e6f96b544bfffa89a0509f7 Mon Sep 17 00:00:00 2001 From: sachin chauhan Date: Mon, 2 Dec 2024 15:57:04 +0100 Subject: [PATCH] enable kyvernovalidation target in default --- targets.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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