The Kyverno CLI test command can be used to test if a policy is behaving as expected. Please refer to the test command documentation for details. You can also find examples in the sample policies repo. Continuous Integration By using the Kyverno CLI, it is possible to test Kyverno policies in a Continuous Integration (CI) pipeline. There are two primary use cases for such CI integration. The first use case is that Kubernetes resources, defined in YAML files, can be tested against a set of Kyv...