From 1cff866eb14fce4a9d8d75a983dd0e4d602409be Mon Sep 17 00:00:00 2001 From: Yury Tsarev Date: Thu, 25 Nov 2021 08:52:13 +0100 Subject: [PATCH] Add Kubescape (#2) Add https://www.armosec.io/armo-kubescape Signed-off-by: Yury Tsarev --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 64bd405..d3a542f 100644 --- a/README.md +++ b/README.md @@ -145,6 +145,7 @@ Dynamic application security testing (DAST) is a type of application testing (in | :---------- | :---------- | :---------- | :----------: | | **KubiScan** | [https://github.com/cyberark/KubiScan](https://github.com/cyberark/KubiScan) | A tool for scanning Kubernetes cluster for risky permissions |![Kubiscan](https://img.shields.io/github/stars/cyberark/kubiscan?style=for-the-badge) | | **Kubeaudit** | [https://github.com/Shopify/kubeaudit](https://github.com/Shopify/kubeaudit) | Audit Kubernetes clusters for various different security concerns |![kube-audit](https://img.shields.io/github/stars/Shopify/kubeaudit?style=for-the-badge) | +| **Kubescape** | [https://github.com/armosec/kubescape](https://github.com/armosec/kubescape) | The first open-source tool for testing if Kubernetes is deployed according to the NSA-CISA and the MITRE ATT&CKĀ®. |![kubescape](https://img.shields.io/github/stars/armosec/kubescape?style=for-the-badge) | | **kubesec** | [https://github.com/controlplaneio/kubesec](https://github.com/controlplaneio/kubesec) | Security risk analysis for Kubernetes resources |![kubesec](https://img.shields.io/github/stars/controlplaneio/kubesec?style=for-the-badge) | | **kube-bench** | [https://github.com/aquasecurity/kube-bench ](https://github.com/aquasecurity/kube-bench ) | Kubernetes benchmarking tool|![Kubiscan](https://img.shields.io/github/stars/aquasecurity/kube-bench?style=for-the-badge) | | **kube-score** | [https://github.com/zegl/kube-score](https://github.com/zegl/kube-score) | Static code analysis of your Kubernetes object definitions |![kube-score](https://img.shields.io/github/stars/zegl/kube-score?style=for-the-badge) |