Skip to content

Commit b24280d

Browse files
Heiko KieselZero3141
authored andcommitted
Improve Troubleshooting section in kubeaudit example
Signed-off-by: Heiko Kiesel <heiko.kiesel@iteratec.com>
1 parent 9648734 commit b24280d

File tree

1 file changed

+5
-0
lines changed
  • scanners/kubeaudit/examples/juice-shop

1 file changed

+5
-0
lines changed

scanners/kubeaudit/examples/juice-shop/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,8 @@ helm upgrade --install kubeaudit secureCodeBox/kubeaudit -n kubeaudit-tests
2929
kubectl apply -f scan.yaml -n kubeaudit-tests
3030
```
3131
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

Comments
 (0)