diff --git a/README.md b/README.md index c1b4346e0..a07055a2c 100644 --- a/README.md +++ b/README.md @@ -850,7 +850,6 @@ Projects * [kube-bench](https://github.com/aquasecurity/kube-bench) - The Kubernetes Bench for Security is a Go application that checks whether Kubernetes is deployed according to security best practices. * [kube-hunter](https://github.com/aquasecurity/kube-hunter) - Hunt for security weaknesses in Kubernetes clusters. * [kube-psp-advisor](https://github.com/sysdiglabs/kube-psp-advisor) - Help building an adaptive and fine-grained pod security policy. -* [kube-score](https://github.com/zegl/kube-score) - Kubernetes object analysis with recommendations for improved reliability and security * [kube2iam](https://github.com/jtblin/kube2iam) - Provides different AWS IAM roles for pods running on Kubernetes * [Kubesec.io](http://kubesec.io/) * [Pomerium](http://www.pomerium.io/) - a zero-trust identity-aware access proxy inspired by BeyondCorp. @@ -918,6 +917,11 @@ Projects * [kubegen](https://github.com/errordeveloper/kubegen) * [kubeval](https://github.com/garethr/kubeval) +## Static Analysis + +* [kube-score](https://github.com/zegl/kube-score) - Kubernetes object analysis with recommendations for improved reliability and security +* [popeye](https://github.com/derailed/popeye) - Kubernetes cluster resource sanitzer + ## Tuning * [Ktune](https://github.com/skippbox/ktune)