Skip to content

Commit

Permalink
enable kyvernovalidation target in default (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
sachinchauhan23 authored Dec 5, 2024
1 parent b8610b4 commit 525d4cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion targets.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 525d4cb

Please sign in to comment.