From b2799bcecb8959e3163c34bd1fc3b0150bb8b34b Mon Sep 17 00:00:00 2001 From: Ariel <33500359+ArielShup@users.noreply.github.com> Date: Sun, 12 Dec 2021 17:04:56 +0200 Subject: [PATCH] Update README.md adding Kubei, an opensource vulnerabilities scanner designed to run locally inside Kubernetes clusters to provide an accurate snapshot of the known CVEs/Docker CIS benchmarks designed for large scale Kubernetes clusters (parallel scanners options, namespaces and severity selection options) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f32ed5e..71635da 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ A curated list of awesome Kubernetes security resources. Can you dig it? - [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-scan](https://github.com/octarinesec/kube-scan) - k8s cluster risk assessment tool +- [Kubei](https://github.com/Portshift/kubei) - Vulnerabilities scanner for Kubernetes clusters - [kube2iam](https://github.com/jtblin/kube2iam) - Provide different AWS IAM roles for pods running on Kubernetes - [kubeaudit](https://github.com/Shopify/kubeaudit) - Audit your Kubernetes clusters against common security controls - [kubectl-bindrole](https://github.com/Ladicle/kubectl-bindrole) - Find Kubernetes roles bound to a specified ServiceAccount, Group or User