From 75f76fcecdbfe36969a4436450bf0b9d31fc5141 Mon Sep 17 00:00:00 2001 From: David Wertenteil <64066841+dwertent@users.noreply.github.com> Date: Wed, 1 Sep 2021 17:23:52 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c7a277ac..be555dad 100644 --- a/README.md +++ b/README.md @@ -79,13 +79,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 ```