zegl / kube-score

Kubernetes object analysis with recommendations for improved reliability and security. kube-score actively prevents downtime and bugs in your Kubernetes YAML and Charts. Static code analysis for Kubernetes.
https://kube-score.com
MIT License
2.75k stars 177 forks source link

Add new --all-default-optional flag to enable all optional tests. #529

Closed kmarteaux closed 1 year ago

kmarteaux commented 1 year ago
RELNOTE: New score command line flag --all-default-optional. When set to true all optional tests are enabled. Using this flag with --ignore-test will throw an error. 

Fixes #509