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.72k stars 174 forks source link

Split check setup into exported functions #423

Closed prskr closed 1 year ago

prskr commented 2 years ago

By splitting the checks setup into a function-per-check way kube-score is easier to be used as a library like mentioned in #419.