rm format-vers flag from examples

This commit is contained in:
David Wertenteil
2022-05-11 08:22:31 +03:00
parent b928892f0a
commit 2dff63b101
2 changed files with 2 additions and 2 deletions

View File

@@ -38,7 +38,7 @@ curl -s https://raw.githubusercontent.com/armosec/kubescape/master/install.sh |
## Run:
```
kubescape scan --submit --enable-host-scan --format-version v2 --verbose
kubescape scan --submit --enable-host-scan --verbose
```
<img src="docs/summary.png">

View File

@@ -54,6 +54,6 @@ echo -e "\033[0m"
$KUBESCAPE_EXEC version
echo
echo -e "\033[35mUsage: $ $KUBESCAPE_EXEC scan --submit --enable-host-scan --format-version v2 --verbose"
echo -e "\033[35mUsage: $ $KUBESCAPE_EXEC scan --submit --enable-host-scan --verbose"
echo -e "\033[0m"