Skip to content
This repository was archived by the owner on Oct 14, 2020. It is now read-only.

Commit d7a047b

Browse files
committed
#13 Move out bash comment as doc
For sake of consistency this one is pulled up from the fenced bashe code, too. Signed-off-by: Sven Strittmatter <sven.strittmatter@iteratec.com>
1 parent b0ab318 commit d7a047b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,11 @@ Deploy the secureCodeBox operator first:
7171
```bash
7272
kubectl create namespace securecodebox-system
7373
helm -n securecodebox-system install securecodebox-operator ./operator/
74+
```
75+
76+
Optionally deploy SCB scanner Charts for each security scanner you want to use:
7477

75-
# Deploy SCB scanner Charts for each security scanner you want to use (all optional)
78+
```bash
7679
helm upgrade --install amass ./scanner/amass/
7780
helm upgrade --install kube-hunter ./scanner/kube-hunter/
7881
helm upgrade --install nikto ./scanner/nikto

0 commit comments

Comments
 (0)