forked from secureCodeBox/secureCodeBox
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvalues.yaml
More file actions
34 lines (30 loc) · 1.06 KB
/
values.yaml
File metadata and controls
34 lines (30 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# SPDX-FileCopyrightText: 2021 iteratec GmbH
#
# SPDX-License-Identifier: Apache-2.0
# Default values for dispatcher.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
rules:
[]
#- matches:
# anyOf:
# - category: "Open Port"
# attributes:
# port: 21
# state: open
# - category: "Open Port"
# attributes:
# port: 389
# state: open
# override:
# severity: "high"
# description: "Telnet is bad"
hook:
image:
# hook.image.repository -- Hook image repository
repository: docker.io/securecodebox/hook-finding-post-processing
# hook.image.tag -- The image Tag defaults to the charts version if not defined.
# @default -- defaults to the charts version
tag: null
# 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/
ttlSecondsAfterFinished: null