-
Notifications
You must be signed in to change notification settings - Fork 179
Expand file tree
/
Copy pathvalues.yaml
More file actions
33 lines (29 loc) · 1.03 KB
/
values.yaml
File metadata and controls
33 lines (29 loc) · 1.03 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
# SPDX-FileCopyrightText: 2020 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.
image:
# image.repository -- Hook image repository
repository: docker.io/securecodebox/finding-post-processing
# image.tag -- The image Tag defaults to the charts version if not defined.
# @default -- defaults to the charts version
tag: null
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"
hookJob:
# 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/
ttlSecondsAfterFinished: null