forked from FairwindsOps/charts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
fairwinds-insights.yaml
49 lines (39 loc) · 1.6 KB
/
fairwinds-insights.yaml
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# TODO: move this file once it's configurable
options:
organization: fairwinds-production
manifests:
helm:
- name: insights-agent
path: ./stable/insights-agent
valuesFile: stable/insights-agent/ci/test-values.yaml
- name: insights-admission
path: ./stable/insights-admission
valuesFile: stable/insights-admission/ci/test-values.yaml
exemptions:
- image: quay.io/fairwinds/nova
report: trivy
reason: Nova's image is built from the scratch base image, and is unscannable
- filename: stable/insights-agent/templates/test/test-pod.yaml
report: polaris
reason: This file is specifically meant to trigger Polaris findings
- filename: stable/insights-agent/templates/test/test-deployment.yaml
report: polaris
reason: This file is specifically meant to trigger Polaris findings
- filename: stable/insights-admission/templates/test-deployment.yaml
report: polaris
reason: This file is specifically meant to trigger Polaris findings
- filename: stable/insights-agent/templates/kube-bench/cronjob.yaml
report: polaris
checks:
- hostPIDSet
- runAsRootAllowed
reason: kube-bench needs special permissions to do its job
- filename: stable/insights-agent/charts/prometheus/templates/server/deploy.yaml
report: polaris
reason: We don't control a lot of this
- filename: stable/insights-agent/templates/opa/check.yaml
report: pluto
reason: We support both the new and deprecated CRD resources
- filename: stable/insights-agent/templates/opa/instance.yaml
report: pluto
reason: We support both the new and deprecated CRD resources