You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hooks/cascading-scans/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -119,6 +119,6 @@ zap-http zap-baseline-scan non-invasive medium
119
119
120
120
| Key | Type | Default | Description |
121
121
|-----|------|---------|-------------|
122
-
|hookJob.ttlSecondsAfterFinished| string |`nil`|Seconds after which the kubernetes job for the hook will be deleted. Requires the Kubernetes TTLAfterFinished controller: https://kubernetes.io/docs/concepts/workloads/controllers/ttlafterfinished/|
|hook.image.tag| string |defaults to the charts version | The image Tag defaults to the charts version if not defined.|
124
+
|hook.ttlSecondsAfterFinished| string |`nil`| Seconds after which the kubernetes job for the hook will be deleted. Requires the Kubernetes TTLAfterFinished controller: https://kubernetes.io/docs/concepts/workloads/controllers/ttlafterfinished/|
# hook.image.tag -- The image Tag defaults to the charts version if not defined.
14
+
# @default -- defaults to the charts version
15
+
tag: null
15
16
16
-
hookJob:
17
-
# hookJob.ttlSecondsAfterFinished -- Seconds after which the kubernetes job for the hook will be deleted. Requires the Kubernetes TTLAfterFinished controller: https://kubernetes.io/docs/concepts/workloads/controllers/ttlafterfinished/
17
+
# hook.ttlSecondsAfterFinished -- Seconds after which the kubernetes job for the hook will be deleted. Requires the Kubernetes TTLAfterFinished controller: https://kubernetes.io/docs/concepts/workloads/controllers/ttlafterfinished/
Copy file name to clipboardExpand all lines: hooks/finding-post-processing/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ The `override` field specifies the desired fields and values that need to be upd
54
54
55
55
| Key | Type | Default | Description |
56
56
|-----|------|---------|-------------|
57
-
| hookJob.ttlSecondsAfterFinished | string | `nil` | Seconds after which the kubernetes job for the hook will be deleted. Requires the Kubernetes TTLAfterFinished controller: https://kubernetes.io/docs/concepts/workloads/controllers/ttlafterfinished/ |
| hook.image.tag | string | defaults to the charts version | The image Tag defaults to the charts version if not defined. |
59
+
| hook.ttlSecondsAfterFinished | string | `nil` | Seconds after which the kubernetes job for the hook will be deleted. Requires the Kubernetes TTLAfterFinished controller: https://kubernetes.io/docs/concepts/workloads/controllers/ttlafterfinished/ |
# image.tag -- The image Tag defaults to the charts version if not defined.
13
-
# @default -- defaults to the charts version
14
-
tag: null
15
-
16
-
rules: []
9
+
rules:
10
+
[]
17
11
#- matches:
18
12
# anyOf:
19
13
# - category: "Open Port"
@@ -28,6 +22,13 @@ rules: []
28
22
# severity: "high"
29
23
# description: "Telnet is bad"
30
24
31
-
hookJob:
32
-
# hookJob.ttlSecondsAfterFinished -- Seconds after which the kubernetes job for the hook will be deleted. Requires the Kubernetes TTLAfterFinished controller: https://kubernetes.io/docs/concepts/workloads/controllers/ttlafterfinished/
# hook.image.tag -- The image Tag defaults to the charts version if not defined.
30
+
# @default -- defaults to the charts version
31
+
tag: null
32
+
33
+
# hook.ttlSecondsAfterFinished -- Seconds after which the kubernetes job for the hook will be deleted. Requires the Kubernetes TTLAfterFinished controller: https://kubernetes.io/docs/concepts/workloads/controllers/ttlafterfinished/
|hookJob.ttlSecondsAfterFinished| string |`nil`|Seconds after which the kubernetes job for the hook will be deleted. Requires the Kubernetes TTLAfterFinished controller: https://kubernetes.io/docs/concepts/workloads/controllers/ttlafterfinished/|
|hook.image.tag| string |defaults to the charts version | The image Tag defaults to the charts version if not defined.|
26
+
|hook.ttlSecondsAfterFinished| string |`nil`| Seconds after which the kubernetes job for the hook will be deleted. Requires the Kubernetes TTLAfterFinished controller: https://kubernetes.io/docs/concepts/workloads/controllers/ttlafterfinished/|
27
27
| webhookUrl | string |`"http://example.com"`| The URL of your WebHook endpoint |
# hook.image.tag -- The image Tag defaults to the charts version if not defined.
17
+
# @default -- defaults to the charts version
18
+
tag: null
18
19
19
-
hookJob:
20
-
# hookJob.ttlSecondsAfterFinished -- Seconds after which the kubernetes job for the hook will be deleted. Requires the Kubernetes TTLAfterFinished controller: https://kubernetes.io/docs/concepts/workloads/controllers/ttlafterfinished/
20
+
# hook.ttlSecondsAfterFinished -- Seconds after which the kubernetes job for the hook will be deleted. Requires the Kubernetes TTLAfterFinished controller: https://kubernetes.io/docs/concepts/workloads/controllers/ttlafterfinished/
0 commit comments