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

Commit 3dd1804

Browse files
committed
Updating Readme
1 parent 6475f61 commit 3dd1804

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
- [Purpose of this Project](#purpose-of-this-project)
2121
- [Quickstart](#quickstart)
2222
- [Prerequisites](#prerequisites)
23-
- [Deployment](#deployment)
23+
- [Deployment (based on Helm)](#deployment-based-on-helm)
2424
- [Examples](#examples)
2525
- [Access Services](#access-services)
2626
- [How does it work?](#how-does-it-work)
@@ -58,14 +58,14 @@ There is a german article about [Security DevOps – Angreifern (immer) einen Sc
5858

5959
- kubernetes (last 4 mayor releases supported: `1.15`, `1.16`, `1.17` & `1.18`)
6060

61-
### Deployment
61+
### Deployment (based on Helm)
6262

6363
```bash
64-
# Deploy secureCodeBox Operator
64+
# Deploy the secureCodeBox Operator first
6565
kubectl create namespace securecodebox-system
6666
helm -n securecodebox-system install securecodebox-operator ./operator/
6767

68-
# Deploy definitions for the integrated scanners
68+
# Deploy SCB scanner Charts for each security scanner you want to use (all optional)
6969
helm upgrade --install amass ./integrations/amass/
7070
helm upgrade --install kube-hunter ./integrations/kube-hunter/
7171
helm upgrade --install nikto ./integrations/nikto

0 commit comments

Comments
 (0)