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: .templates/new-scanner/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,18 +61,17 @@ Please include any extra Helm chart configurations that can be useful.
61
61
|-----|------|---------|-------------|
62
62
| cascadingRules.enabled | bool |`false`| Enables or disables the installation of the default cascading rules for this scanner |
63
63
| imagePullSecrets | list |`[]`| Define imagePullSecrets when a private registry is used (see: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/)|
64
-
| parser.nodeSelector | object |`{}`| Optional nodeSelector settings that control how the scanner job is scheduled (see: https://kubernetes.io/docs/tasks/configure-pod-container/assign-pods-nodes/)|
65
64
| parser.affinity | object |`{}`| Optional affinity settings that control how the parser job is scheduled (see: https://kubernetes.io/docs/tasks/configure-pod-container/assign-pods-nodes-using-node-affinity/)|
66
65
| parser.env | list |`[]`| Optional environment variables mapped into each parseJob (see: https://kubernetes.io/docs/tasks/inject-data-application/define-environment-variable-container/)|
67
66
| parser.image.pullPolicy | string |`"IfNotPresent"`| Image pull policy. One of Always, Never, IfNotPresent. Defaults to Always if :latest tag is specified, or IfNotPresent otherwise. More info: https://kubernetes.io/docs/concepts/containers/images#updating-images|
| parser.image.tag | string | defaults to the charts version | Parser image tag |
69
+
| parser.nodeSelector | object |`{}`||
70
70
| parser.resources | object |`{ requests: { cpu: "200m", memory: "100Mi" }, limits: { cpu: "400m", memory: "200Mi" } }`| Optional resources lets you control resource limits and requests for the parser container. See https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/|
71
71
| parser.scopeLimiterAliases | object |`{}`| Optional finding aliases to be used in the scopeLimiter. |
72
72
| parser.tolerations | list |`[]`| Optional tolerations settings that control how the parser job is scheduled (see: https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/)|
73
73
| parser.ttlSecondsAfterFinished | string |`nil`| seconds after which the Kubernetes job for the parser will be deleted. Requires the Kubernetes TTLAfterFinished controller: https://kubernetes.io/docs/concepts/workloads/controllers/ttlafterfinished/|
74
74
| scanner.activeDeadlineSeconds | string |`nil`| There are situations where you want to fail a scan Job after some amount of time. To do so, set activeDeadlineSeconds to define an active deadline (in seconds) when considering a scan Job as failed. (see: https://kubernetes.io/docs/concepts/workloads/controllers/job/#job-termination-and-cleanup)|
75
-
| scanner.nodeSelector | object |`{}`| Optional nodeSelector settings that control how the scanner job is scheduled (see: https://kubernetes.io/docs/tasks/configure-pod-container/assign-pods-nodes/)|
76
75
| scanner.affinity | object |`{}`| Optional affinity settings that control how the scanner job is scheduled (see: https://kubernetes.io/docs/tasks/configure-pod-container/assign-pods-nodes-using-node-affinity/)|
77
76
| scanner.backoffLimit | int | 3 | There are situations where you want to fail a scan Job after some amount of retries due to a logical error in configuration etc. To do so, set backoffLimit to specify the number of retries before considering a scan Job as failed. (see: https://kubernetes.io/docs/concepts/workloads/controllers/job/#pod-backoff-failure-policy)|
78
77
| scanner.env | list |`[]`| Optional environment variables mapped into each scanJob (see: https://kubernetes.io/docs/tasks/inject-data-application/define-environment-variable-container/)|
@@ -83,6 +82,7 @@ Please include any extra Helm chart configurations that can be useful.
83
82
| scanner.image.repository | string |`"docker.io/securecodebox/scanner-new-scanner"`| Container Image to run the scan |
84
83
| scanner.image.tag | string |`nil`| defaults to the charts appVersion |
85
84
| scanner.nameAppend | string |`nil`| append a string to the default scantype name. |
85
+
| scanner.nodeSelector | object |`{}`| Optional nodeSelector settings that control how the scanner job is scheduled (see: https://kubernetes.io/docs/tasks/configure-pod-container/assign-pods-nodes/)|
86
86
| scanner.podSecurityContext | object |`{}`| Optional securityContext set on scanner pod (see: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/)|
| lurker.image.tag | string | defaults to the charts version | Parser image tag |
86
86
| minio | object |`{"auth":{"rootPassword":"password","rootUser":"admin"},"defaultBuckets":"securecodebox","enabled":true,"resources":{"requests":{"memory":"256Mi"}},"tls":{"enabled":false}}`| Minio default config. More config options an info: https://github.com/minio/minio/blob/master/helm/minio/values.yaml|
87
87
| minio.enabled | bool |`true`| Enable this to use minio as storage backend instead of a cloud bucket provider like AWS S3, Google Cloud Storage, DigitalOcean Spaces etc. |
88
+
| nodeSelector | object |`{}`||
88
89
| podSecurityContext | object |`{}`| Sets the securityContext on the operators pod level. See: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container|
89
90
| presignedUrlExpirationTimes | object |`{"hooks":"1h","parsers":"1h","scanners":"12h"}`| Duration how long presigned urls are valid |
Copy file name to clipboardExpand all lines: scanners/amass/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,18 +74,17 @@ Kubernetes: `>=v1.11.0-0`
74
74
|-----|------|---------|-------------|
75
75
| cascadingRules.enabled | bool |`false`| Enables or disables the installation of the default cascading rules for this scanner |
76
76
| imagePullSecrets | list |`[]`| Define imagePullSecrets when a private registry is used (see: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/)|
77
-
| parser.nodeSelector | object |`{}`| Optional nodeSelector settings that control how the scanner job is scheduled (see: https://kubernetes.io/docs/tasks/configure-pod-container/assign-pods-nodes/)|
78
77
| parser.affinity | object |`{}`| Optional affinity settings that control how the parser job is scheduled (see: https://kubernetes.io/docs/tasks/configure-pod-container/assign-pods-nodes-using-node-affinity/)|
79
78
| parser.env | list |`[]`| Optional environment variables mapped into each parseJob (see: https://kubernetes.io/docs/tasks/inject-data-application/define-environment-variable-container/)|
80
79
| parser.image.pullPolicy | string |`"IfNotPresent"`| Image pull policy. One of Always, Never, IfNotPresent. Defaults to Always if :latest tag is specified, or IfNotPresent otherwise. More info: https://kubernetes.io/docs/concepts/containers/images#updating-images|
| parser.image.tag | string | defaults to the charts version | Parser image tag |
82
+
| parser.nodeSelector | object |`{}`| Optional nodeSelector settings that control how the scanner job is scheduled (see: https://kubernetes.io/docs/tasks/configure-pod-container/assign-pods-nodes/)|
83
83
| parser.resources | object |`{ requests: { cpu: "200m", memory: "100Mi" }, limits: { cpu: "400m", memory: "200Mi" } }`| Optional resources lets you control resource limits and requests for the parser container. See https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/|
84
84
| parser.scopeLimiterAliases | object |`{}`| Optional finding aliases to be used in the scopeLimiter. |
85
85
| parser.tolerations | list |`[]`| Optional tolerations settings that control how the parser job is scheduled (see: https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/)|
86
86
| parser.ttlSecondsAfterFinished | string |`nil`| seconds after which the Kubernetes job for the parser will be deleted. Requires the Kubernetes TTLAfterFinished controller: https://kubernetes.io/docs/concepts/workloads/controllers/ttlafterfinished/|
87
87
| scanner.activeDeadlineSeconds | string |`nil`| There are situations where you want to fail a scan Job after some amount of time. To do so, set activeDeadlineSeconds to define an active deadline (in seconds) when considering a scan Job as failed. (see: https://kubernetes.io/docs/concepts/workloads/controllers/job/#job-termination-and-cleanup)|
88
-
| scanner.nodeSelector | object |`{}`| Optional nodeSelector settings that control how the scanner job is scheduled (see: https://kubernetes.io/docs/tasks/configure-pod-container/assign-pods-nodes/)|
89
88
| scanner.affinity | object |`{}`| Optional affinity settings that control how the scanner job is scheduled (see: https://kubernetes.io/docs/tasks/configure-pod-container/assign-pods-nodes-using-node-affinity/)|
90
89
| scanner.backoffLimit | int | 3 | There are situations where you want to fail a scan Job after some amount of retries due to a logical error in configuration etc. To do so, set backoffLimit to specify the number of retries before considering a scan Job as failed. (see: https://kubernetes.io/docs/concepts/workloads/controllers/job/#pod-backoff-failure-policy)|
91
90
| scanner.env | list |`[]`| Optional environment variables mapped into each scanJob (see: https://kubernetes.io/docs/tasks/inject-data-application/define-environment-variable-container/)|
@@ -96,6 +95,7 @@ Kubernetes: `>=v1.11.0-0`
96
95
| scanner.image.repository | string |`"docker.io/securecodebox/scanner-amass"`| Container Image to run the scan |
97
96
| scanner.image.tag | string |`nil`| defaults to the charts appVersion |
98
97
| scanner.nameAppend | string |`nil`| append a string to the default scantype name. |
98
+
| scanner.nodeSelector | object |`{}`| Optional nodeSelector settings that control how the scanner job is scheduled (see: https://kubernetes.io/docs/tasks/configure-pod-container/assign-pods-nodes/)|
99
99
| scanner.podSecurityContext | object |`{}`| Optional securityContext set on scanner pod (see: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/)|
Copy file name to clipboardExpand all lines: scanners/cmseek/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,18 +72,17 @@ Kubernetes: `>=v1.11.0-0`
72
72
|-----|------|---------|-------------|
73
73
| cascadingRules.enabled | bool |`false`| Enables or disables the installation of the default cascading rules for this scanner |
74
74
| imagePullSecrets | list |`[]`| Define imagePullSecrets when a private registry is used (see: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/)|
75
-
| parser.nodeSelector | object |`{}`| Optional nodeSelector settings that control how the scanner job is scheduled (see: https://kubernetes.io/docs/tasks/configure-pod-container/assign-pods-nodes/)|
76
75
| parser.affinity | object |`{}`| Optional affinity settings that control how the parser job is scheduled (see: https://kubernetes.io/docs/tasks/configure-pod-container/assign-pods-nodes-using-node-affinity/)|
77
76
| parser.env | list |`[]`| Optional environment variables mapped into each parseJob (see: https://kubernetes.io/docs/tasks/inject-data-application/define-environment-variable-container/)|
78
77
| parser.image.pullPolicy | string |`"IfNotPresent"`| Image pull policy. One of Always, Never, IfNotPresent. Defaults to Always if :latest tag is specified, or IfNotPresent otherwise. More info: https://kubernetes.io/docs/concepts/containers/images#updating-images|
| parser.image.tag | string | defaults to the charts version | Parser image tag |
80
+
| parser.nodeSelector | object |`{}`| Optional nodeSelector settings that control how the scanner job is scheduled (see: https://kubernetes.io/docs/tasks/configure-pod-container/assign-pods-nodes/)|
81
81
| parser.resources | object |`{ requests: { cpu: "200m", memory: "100Mi" }, limits: { cpu: "400m", memory: "200Mi" } }`| Optional resources lets you control resource limits and requests for the parser container. See https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/|
82
82
| parser.scopeLimiterAliases | object |`{}`| Optional finding aliases to be used in the scopeLimiter. |
83
83
| parser.tolerations | list |`[]`| Optional tolerations settings that control how the parser job is scheduled (see: https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/)|
84
84
| parser.ttlSecondsAfterFinished | string |`nil`| seconds after which the Kubernetes job for the parser will be deleted. Requires the Kubernetes TTLAfterFinished controller: https://kubernetes.io/docs/concepts/workloads/controllers/ttlafterfinished/|
85
85
| scanner.activeDeadlineSeconds | string |`nil`| There are situations where you want to fail a scan Job after some amount of time. To do so, set activeDeadlineSeconds to define an active deadline (in seconds) when considering a scan Job as failed. (see: https://kubernetes.io/docs/concepts/workloads/controllers/job/#job-termination-and-cleanup)|
86
-
| scanner.nodeSelector | object |`{}`| Optional nodeSelector settings that control how the scanner job is scheduled (see: https://kubernetes.io/docs/tasks/configure-pod-container/assign-pods-nodes/)|
87
86
| scanner.affinity | object |`{}`| Optional affinity settings that control how the scanner job is scheduled (see: https://kubernetes.io/docs/tasks/configure-pod-container/assign-pods-nodes-using-node-affinity/)|
88
87
| scanner.backoffLimit | int | 3 | There are situations where you want to fail a scan Job after some amount of retries due to a logical error in configuration etc. To do so, set backoffLimit to specify the number of retries before considering a scan Job as failed. (see: https://kubernetes.io/docs/concepts/workloads/controllers/job/#pod-backoff-failure-policy)|
89
88
| scanner.env | list |`[]`| Optional environment variables mapped into each scanJob (see: https://kubernetes.io/docs/tasks/inject-data-application/define-environment-variable-container/)|
@@ -94,6 +93,7 @@ Kubernetes: `>=v1.11.0-0`
94
93
| scanner.image.repository | string |`"docker.io/securecodebox/scanner-cmseek"`| Container Image to run the scan |
95
94
| scanner.image.tag | string |`nil`| defaults to the charts appVersion |
96
95
| scanner.nameAppend | string |`nil`| append a string to the default scantype name. |
96
+
| scanner.nodeSelector | object |`{}`| Optional nodeSelector settings that control how the scanner job is scheduled (see: https://kubernetes.io/docs/tasks/configure-pod-container/assign-pods-nodes/)|
97
97
| scanner.podSecurityContext | object |`{}`| Optional securityContext set on scanner pod (see: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/)|
0 commit comments