From 34170faae99d677ebd8a0dd4a912b866e7bd7a3f Mon Sep 17 00:00:00 2001 From: danielgrunbergerarmo Date: Wed, 18 Aug 2021 14:45:49 +0300 Subject: [PATCH] update readme.md --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 99246b86..41fa69d6 100644 --- a/README.md +++ b/README.md @@ -9,14 +9,20 @@ Tests are configured with YAML files, making this tool easy to update as test sp ## Installation To install the tool locally, run this: -`curl -s https://raw.githubusercontent.com/armosec/kubescape/master/install.sh | /bin/bash` +``` +curl -s https://raw.githubusercontent.com/armosec/kubescape/master/install.sh | /bin/bash +``` ## Run To get a fast check of the security posture of your Kubernetes cluster, run this: -`kubescape scan framework nsa` +``` +kubescape scan framework nsa --exclude-namespaces kube-system,kube-public +``` + +If you wish to scan all namespaces in your cluster, remove the `--exclude-namespaces` flag.