From 37afc1352fa4e532c28080e7166a78686f117632 Mon Sep 17 00:00:00 2001 From: dwertent Date: Sun, 29 Aug 2021 13:34:40 +0300 Subject: [PATCH] adding helm support to readme --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index bae0a089..4a414e09 100644 --- a/README.md +++ b/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`