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)