This repository was archived by the owner on Oct 14, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed
imperative-subsequent-scans Expand file tree Collapse file tree 4 files changed +9
-9
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``` bash
6464# Deploy secureCodeBox Operator
6565kubectl create namespace securecodebox-system
66- helm -n securecodebox-system install securecodebox-operator ./operator/ --set image.tag=hooks
66+ helm -n securecodebox-system install securecodebox-operator ./operator/
6767
6868# Deploy definitions for the integrated scanners
6969helm upgrade --install amass ./integrations/amass/
Original file line number Diff line number Diff line change @@ -6,15 +6,15 @@ cascade:
66 # Cascade nmap scans for each subdomain found by amass
77 amassNmap : true
88 # Cascade nmap SMB scans for each SMB Port found by nmap
9- nmapSmb : false
9+ nmapSmb : true
1010 # Cascade SSH scans for each SSH Port found by nmap
11- nmapSsh : false
11+ nmapSsh : true
1212 # Cascade SSL scans for each HTTP Port found by nmap
13- nmapSsl : false
13+ nmapSsl : true
1414 # Cascade Nikto scans for each HTTP Port found by nmap
15- nmapNikto : false
15+ nmapNikto : true
1616 # Cascade ZAP scans for each HTTP Port found by nmap
17- nmapZapBaseline : false
17+ nmapZapBaseline : true
1818
1919image :
2020 registry : docker.io
Original file line number Diff line number Diff line change 55image :
66 registry : docker.io
77 repository : scbexperimental/persistence-elastic
8- tag : null
9- digest : sha256:25e860d051de0fb7ecb74508d749909d9ec8b5d49cb10466509777bc98e3ec7a
8+ tag : hooks
9+ digest : null
1010
1111indexPrefix : " scbv2"
1212
Original file line number Diff line number Diff line change 11parserImage :
22 registry : docker.io
33 repository : scbexperimental/parser-nmap
4- tag : latest
4+ tag : hooks
You can’t perform that action at this time.
0 commit comments