cruise-automation / k-rail

Kubernetes security tool for policy enforcement
Apache License 2.0
444 stars 55 forks source link

Validate InitContainers #21

Closed dustin-decker closed 4 years ago

dustin-decker commented 4 years ago

This change validates InitContainers in addition to Containers within a PodSpec for policies that iterate containers for violations.

Merging this is a non-backwards compatible change to existing policies so it will result in a new Major release according to semver.

Signed-off-by: dustin-decker dustindecker@protonmail.com