We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9648734 commit b24280dCopy full SHA for b24280d
scanners/kubeaudit/examples/juice-shop/README.md
@@ -29,3 +29,8 @@ helm upgrade --install kubeaudit secureCodeBox/kubeaudit -n kubeaudit-tests
29
kubectl apply -f scan.yaml -n kubeaudit-tests
30
```
31
Also, you must adjust the namespace in the scan.yaml with the `-n` flag.
32
+
33
+Alternatively, you can set the scope of kubeaudit to cluster:
34
+```bash
35
+helm upgrade --install kubeaudit secureCodeBox/kubeaudit -n kubeaudit-tests --set="kubeauditScope=cluster"
36
+```
0 commit comments