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

Commit dadeef5

Browse files
committed
Reorder alphabaticly
1 parent a665c10 commit dadeef5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ helm -n securecodebox-system install securecodebox-operator ./operator/
6161
helm install persistence-elastic ./persistence/persistence-elastic/
6262

6363
# Deploy nmap, amass and ssh_scan ScanJob and ParseJob Definition
64-
kubectl apply -f integrations/nmap/nmap-scan-type.yaml -f integrations/nmap/nmap-parse-definition.yaml
6564
kubectl apply -f integrations/amass/amass-scan-type.yaml -f integrations/amass/amass-parse-definition.yaml
65+
kubectl apply -f integrations/nmap/nmap-scan-type.yaml -f integrations/nmap/nmap-parse-definition.yaml
6666
kubectl apply -f integrations/ssh_scan/ssh-scan-scan-type.yaml -f integrations/ssh_scan/ssh-scan-parse-definition.yaml
6767
kubectl apply -f integrations/sslyze/sslyze-scan-type.yaml -f integrations/sslyze/sslyze-parse-definition.yaml
6868
kubectl apply -f integrations/zap/zap-scan-type.yaml -f integrations/zap/zap-parse-definition.yaml

0 commit comments

Comments
 (0)