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

Commit 413d025

Browse files
committed
#13 Fix path to scanner in readme
The direcotry for the scanner helm charts changed from `integrations` to `scanner`. Signed-off-by: Sven Strittmatter <sven.strittmatter@iteratec.com>
1 parent 7ffb377 commit 413d025

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -69,15 +69,15 @@ kubectl create namespace securecodebox-system
6969
helm -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
8383
helm upgrade --install dummy-ssh ./demo-apps/dummy-ssh/

0 commit comments

Comments
 (0)