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

Commit 76e3025

Browse files
committed
#13 Move comments out of example scripts
It is easier to read if the describing text is not inside the fenced markdown blocks. Signed-off-by: Sven Strittmatter <sven.strittmatter@iteratec.com>
1 parent ff66a2b commit 76e3025

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

README.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,9 @@ 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:
67+
6668
```bash
67-
# Deploy the secureCodeBox Operator first
6869
kubectl create namespace securecodebox-system
6970
helm -n securecodebox-system install securecodebox-operator ./operator/
7071

@@ -78,16 +79,25 @@ helm upgrade --install sslyze ./scanner/sslyze/
7879
helm upgrade --install trivy ./scanner/trivy/
7980
helm upgrade --install zap ./scanner/zap/
8081
helm upgrade --install wpscan ./scanner/wpscan/
82+
```
83+
84+
Optional Deploy some Demo Apps for scanning:
8185

82-
# Optional Deploy some Demo Apps for scanning
86+
```bash
8387
helm upgrade --install dummy-ssh ./demo-apps/dummy-ssh/
88+
```
8489

85-
# Deploy secureCodeBox Hooks
90+
Deploy secureCodeBox Hooks
91+
92+
```bash
8693
helm upgrade --install aah ./hooks/update-field/
8794
helm upgrade --install gwh ./hooks/generic-webhook/
8895
helm upgrade --install issh ./hooks/imperative-subsequent-scans/
96+
```
8997

90-
## Persistence Provider: Elasticsearch
98+
Persistence Provider: Elasticsearch:
99+
100+
```bash
91101
helm upgrade --install elkh ./hooks/persistence-elastic/
92102
```
93103

0 commit comments

Comments
 (0)