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 +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -61,12 +61,12 @@ helm -n securecodebox-system install securecodebox-operator ./operator/
6161helm install persistence-elastic ./persistence/persistence-elastic/
6262
6363# Deploy definitions for the integrated scanners
64- kubectl apply -f integrations/ amass/amass-scan-type.yaml -f integrations/amass/amass-parse-definition.yaml
65- kubectl apply -f integrations/nikto/nikto-scan-type.yaml -f integrations/nikto/nikto-parse-definition.yaml
64+ helm install amass ./ integrations/amass/
65+ helm install niko ./ integrations/niko/
6666helm install nmap ./integrations/nmap/
67- kubectl apply -f integrations/ssh_scan/ ssh-scan-scan-type.yaml -f integrations/ssh_scan/ssh-scan-parse-definition.yaml
68- kubectl apply -f integrations/ sslyze/sslyze-scan-type.yaml -f integrations/sslyze/sslyze-parse-definition.yaml
69- kubectl apply -f integrations/ zap/zap-scan-type.yaml -f integrations/zap/zap-parse-definition.yaml
67+ helm install ssh-scan ./ integrations/ssh_scan/
68+ helm install sslyze ./ integrations/sslyze/
69+ helm install zap ./ integrations/zap/
7070
7171# Now everything is installed. You can try deploying scans from the `operator/config/samples/` directory
7272
You can’t perform that action at this time.
0 commit comments