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 +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -69,15 +69,15 @@ kubectl create namespace securecodebox-system
6969helm -n securecodebox-system install securecodebox-operator ./operator/
7070
7171# Deploy SCB scanner Charts for each security scanner you want to use (all optional)
72- helm upgrade --install amass ./integrations /amass/
73- helm upgrade --install kube-hunter ./integrations /kube-hunter/
74- helm upgrade --install nikto ./integrations /nikto
75- helm upgrade --install nmap ./integrations /nmap/
76- helm upgrade --install ssh-scan ./integrations /ssh_scan/
77- helm upgrade --install sslyze ./integrations /sslyze/
78- helm upgrade --install trivy ./integrations /trivy/
79- helm upgrade --install zap ./integrations /zap/
80- helm upgrade --install wpscan ./integrations /wpscan/
72+ helm upgrade --install amass ./scanner /amass/
73+ helm upgrade --install kube-hunter ./scanner /kube-hunter/
74+ helm upgrade --install nikto ./scanner /nikto
75+ helm upgrade --install nmap ./scanner /nmap/
76+ helm upgrade --install ssh-scan ./scanner /ssh_scan/
77+ helm upgrade --install sslyze ./scanner /sslyze/
78+ helm upgrade --install trivy ./scanner /trivy/
79+ helm upgrade --install zap ./scanner /zap/
80+ helm upgrade --install wpscan ./scanner /wpscan/
8181
8282# Optional Deploy some Demo Apps for scanning
8383helm upgrade --install dummy-ssh ./demo-apps/dummy-ssh/
You can’t perform that action at this time.
0 commit comments