Add macOS brew installation

This commit is contained in:
Avner Tzur
2021-10-07 17:30:12 +03:00
parent 35c7b16e4a
commit af4faef9cf
+8
View File
@@ -17,6 +17,8 @@ curl -s https://raw.githubusercontent.com/armosec/kubescape/master/install.sh |
[Install on windows](#install-on-windows)
[Install on macOS](#install-on-macos)
## Run:
```
kubescape scan framework nsa --exclude-namespaces kube-system,kube-public
@@ -55,6 +57,12 @@ Note: if you get an error you might need to change the execution policy (i.e. en
Set-ExecutionPolicy RemoteSigned -scope CurrentUser
```
## Install on macOS
```
brew tap armosec/kubescape
brew install kubescape
```
## Flags
| flag | default | description | options |