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

Commit fa080b9

Browse files
committed
Preparing readme for merge to master.
1 parent a70a89f commit fa080b9

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ There is a german article about [Security DevOps – Angreifern (immer) einen Sc
6363
```bash
6464
# Deploy secureCodeBox Operator
6565
kubectl 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
6969
helm upgrade --install amass ./integrations/amass/

hooks/imperative-subsequent-scans/values.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

1919
image:
2020
registry: docker.io

hooks/persistence-elastic/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
image:
66
registry: docker.io
77
repository: scbexperimental/persistence-elastic
8-
tag: null
9-
digest: sha256:25e860d051de0fb7ecb74508d749909d9ec8b5d49cb10466509777bc98e3ec7a
8+
tag: hooks
9+
digest: null
1010

1111
indexPrefix: "scbv2"
1212

integrations/nmap/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
parserImage:
22
registry: docker.io
33
repository: scbexperimental/parser-nmap
4-
tag: latest
4+
tag: hooks

0 commit comments

Comments
 (0)