diff --git a/README.md b/README.md index e6b2578c..1e2a04e5 100644 --- a/README.md +++ b/README.md @@ -80,13 +80,13 @@ for example: helm template bitnami/mysql --generate-name --dry-run | kubescape scan framework nsa - ``` -### Offline Support +### Offline Support It is possible to run Kubescape offline! First download the framework and then scan with `--use-from` flag -* Download and save in file, if file name not specified, will store save to `~/.kubescape/.json` +* Download and save in file, if file name not specified, will store save to `~/.kubescape/.json` ``` kubescape download framework nsa --output nsa.json ```