Deprecated host-scanner

Signed-off-by: David Wertenteil <dwertent@armosec.io>
This commit is contained in:
David Wertenteil
2023-07-04 09:43:10 +03:00
parent aa0fe21a2e
commit 8989cc1679
12 changed files with 189 additions and 28 deletions

View File

@@ -17,7 +17,7 @@ You can also check [other installation methods](installation.md)
## Run your first scan
```sh
kubescape scan --enable-host-scan --verbose
kubescape scan --verbose
```
You will see output like this:
@@ -33,7 +33,7 @@ _Some documentation on using Kubescape is yet to move here from the [ARMO Platfo
* Scan a running Kubernetes cluster:
```sh
kubescape scan --enable-host-scan --verbose
kubescape scan --verbose
```
> **Note**