From bd170938c53c82a227668f5f589f35d65ed202dc Mon Sep 17 00:00:00 2001 From: David Wertenteil Date: Tue, 5 Jul 2022 11:12:58 +0300 Subject: [PATCH] update readme --- README.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 303dd581..8e35d503 100644 --- a/README.md +++ b/README.md @@ -233,17 +233,11 @@ kubescape scan --format prometheus kubescape scan --exceptions examples/exceptions/exclude-kube-namespaces.json ``` -#### Scan Helm charts - Render the helm chart using [`helm template`](https://helm.sh/docs/helm/helm_template/) and pass to stdout +#### Scan Helm charts ``` -helm template [NAME] [CHART] [flags] --dry-run | kubescape scan - +kubescape scan --submit ``` -e.g. -``` -helm template bitnami/mysql --generate-name --dry-run | kubescape scan - -``` - - ### Offline/Air-gaped Environment Support [Video tutorial](https://youtu.be/IGXL9s37smM)