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 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
6565kubectl create namespace securecodebox-system
6666helm -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)
6969helm upgrade --install amass ./integrations/amass/
7070helm upgrade --install kube-hunter ./integrations/kube-hunter/
7171helm upgrade --install nikto ./integrations/nikto
You can’t perform that action at this time.
0 commit comments