update readme

This commit is contained in:
David Wertenteil
2022-07-05 11:12:58 +03:00
parent e91a73a32e
commit bd170938c5
+2 -8
View File
@@ -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 </path/to/directory> --submit
```
e.g.
```
helm template bitnami/mysql --generate-name --dry-run | kubescape scan -
```
### Offline/Air-gaped Environment Support
[Video tutorial](https://youtu.be/IGXL9s37smM)