Skip to content

Commit bcc4c44

Browse files
Reet00J12934
authored andcommitted
Update CRD examples in the artifacthub
Signed-off-by: Samreet Singh <samreet.singh@iteratec.com>
1 parent 84dd56d commit bcc4c44

1 file changed

Lines changed: 8 additions & 12 deletions

File tree

operator/Chart.yaml

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -133,24 +133,20 @@ annotations:
133133
- apiVersion: "cascading.securecodebox.io/v1"
134134
kind: CascadingRule
135135
metadata:
136-
name: "zap-http"
136+
name: "nmap-hostscan"
137137
labels:
138138
securecodebox.io/invasive: non-invasive
139-
securecodebox.io/intensive: medium
139+
securecodebox.io/intensive: light
140140
spec:
141141
matches:
142142
anyOf:
143-
- category: "Open Port"
144-
attributes:
145-
service: http
146-
state: open
147-
- category: "Open Port"
148-
attributes:
149-
service: https
150-
state: open
143+
- category: "Subdomain"
144+
osi_layer: "NETWORK"
151145
scanSpec:
152-
scanType: "zap-baseline-scan"
153-
parameters: ["-t", "{{attributes.service}}://{{$.hostOrIP}}"]
146+
scanType: "nmap"
147+
parameters:
148+
- "-Pn"
149+
- "{{location}}"
154150
artifacthub.io/license: Apache-2.0
155151
artifacthub.io/links: |
156152
- name: Documentation

0 commit comments

Comments
 (0)