This repository was archived by the owner on Oct 14, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ There is a german article about [Security DevOps – Angreifern (immer) einen Sc
6363
6464### Deployment (based on Helm)
6565
66- Deploy the secureCodeBox Operator first:
66+ Deploy the secureCodeBox operator first:
6767
6868``` bash
6969kubectl create namespace securecodebox-system
@@ -81,21 +81,21 @@ helm upgrade --install zap ./scanner/zap/
8181helm upgrade --install wpscan ./scanner/wpscan/
8282```
8383
84- Optional Deploy some Demo Apps for scanning:
84+ Optional deploy some demo apps for scanning:
8585
8686``` bash
8787helm upgrade --install dummy-ssh ./demo-apps/dummy-ssh/
8888```
8989
90- Deploy secureCodeBox Hooks
90+ Deploy secureCodeBox Hooks:
9191
9292``` bash
9393helm upgrade --install aah ./hooks/update-field/
9494helm upgrade --install gwh ./hooks/generic-webhook/
9595helm upgrade --install issh ./hooks/imperative-subsequent-scans/
9696```
9797
98- Persistence Provider: Elasticsearch:
98+ Persistence provider Elasticsearch:
9999
100100``` bash
101101helm upgrade --install elkh ./hooks/persistence-elastic/
You can’t perform that action at this time.
0 commit comments