From 8c3eeab7ed9eef03e65e5d80b9997f0363f51d23 Mon Sep 17 00:00:00 2001 From: Daniel Grunberger <84905812+Daniel-GrunbergerCA@users.noreply.github.com> Date: Tue, 17 Aug 2021 13:37:24 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 0929fdcb..99246b86 100644 --- a/README.md +++ b/README.md @@ -34,17 +34,13 @@ To get a fast check of the security posture of your Kubernetes cluster, run this Kubescape is running the following tests according to what is defined by [Kubernetes Hardening Guidance by to NSA and CISA](https://www.nsa.gov/News-Features/Feature-Stories/Article-View/Article/2716980/nsa-cisa-release-kubernetes-hardening-guidance/) * Non-root containers * Immutable container filesystem -* Building secure container images * Privileged containers * hostPID, hostIPC privileges * hostNetwork access * allowedHostPaths field * Protecting pod service account tokens -* Pods in kube-system and kube-public * Resource policies * Control plane hardening -* Encrypted secrets -* Anonymous Requests ## Technology