mirror of
https://github.com/kubescape/kubescape.git
synced 2026-02-14 18:09:55 +00:00
adding helm support to readme
This commit is contained in:
12
README.md
12
README.md
@@ -77,6 +77,18 @@ kubescape scan framework nsa --exclude-namespaces kube-system,kube-public --sile
|
||||
kubescape scan framework nsa --exclude-namespaces kube-system,kube-public --silence -o junit > results.xml
|
||||
```
|
||||
|
||||
### Helm Support
|
||||
|
||||
1. Render the helm template to an output yaml
|
||||
```
|
||||
helm template [CHART] [flags] --generate-name --dry-run --output-dir helm-output
|
||||
```
|
||||
|
||||
2. Run `kubescape` with rended yaml files
|
||||
```
|
||||
kubescape scan framework nsa helm-output/*
|
||||
```
|
||||
|
||||
# How to build
|
||||
|
||||
Note: development (and the release process) is done with Go `1.16`
|
||||
|
||||
Reference in New Issue
Block a user