forked from kyma-project/kyma
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmilv.config.yaml
53 lines (53 loc) · 2.67 KB
/
milv.config.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
50
51
52
53
white-list-external: ["localhost", "kyma.local", "CLUSTER_NAME.kyma.cluster.cx", "$yourClusterDomain", "svc.cluster.local:8081", "https://goreportcard.com", "orders.com", "azure.microsoft.com", "$KYMA_RELEASE_VERSION", "$DOMAIN", "$LATEST", "http://xip.io"]
black-list: ["/vendor/", "/testdata/"]
black-list-internal: ["./kyma/docs/"]
timeout: 60
request-repeats: 5
basePath:
- filePath: "./kyma/docs/"
prefix: "https://kyma-project.io/docs/master"
suffix: ""
files:
- path: "./kyma/.github/ISSUE_TEMPLATE/security-vulnerability.md"
config:
white-list-internal: ["{CVSS"]
white-list-external: ["https://www.first.org/cvss/calculator/3.0#CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:N"]
- path: "./kyma/docs/README.md"
config:
white-list-external: ["kyma-project.io"]
- path: "./kyma/tools/stability-checker/README.md"
config:
white-list-external: ["https://github.com/kyma-project/stability-checker/raw/{branchName}/deploy/chart/stability-checker-0.1.0.tgz"]
- path: "./kyma/docs/monitoring/docs/02-01-monitoring.md"
config:
white-list-external: ["https://grafana.{DOMAIN"]
- path: "./kyma/resources/core/charts/monitoring/charts/alertmanager/README.md"
config:
white-list-external: ["https://alert.victorops.com/integrations/generic/20131114/alert"]
- path: "./kyma/docs/application-connector/docs/012-details-serviceclass-documentation.md"
config:
white-list-external: ["https://www.orders.com/v1/orders"]
- path: "./kyma/docs/security/docs/03-01-kubecofig-generator.md"
config:
white-list-external: ["https://configurations-generator.{YOUR_CLUSTER_DOMAIN"]
- path: "./kyma/docs/helm-broker/docs/05-01-helm-broker.md"
config:
white-list-external: ["custom.bundles-repository"]
- path: "./kyma/docs/kyma/docs/04-07-aks-xip.io-domain.md"
config:
white-list-external: ["https://console.{WILDCARD_DNS}.xip.io"]
- path: "./kyma/docs/kyma/docs/04-06-gke-xip.io-domain.md"
config:
white-list-external: ["https://console.{WILDCARD_DNS}.xip.io"]
- path: "./kyma/docs/helm-broker/docs/05-04-configure-hb.md"
config:
white-list-external: ["https://{host}/{path}/{bundle_repo_version"]
- path: "./kyma/docs/application-connector/docs/08-09-revoke-cert.md"
config:
white-list-external: ["https://gateway.{CLUSTER_DOMAIN}/v1/applications/certificates/revocations"]
- path: "./kyma/resources/istio/README.md"
config:
white-list-external: ["https://istio.io/docs/setup/kubernetes/sidecar-injection/#automatic-sidecar-injection"]
- path: "./kyma/docs/migration-guides/0.8-0.9.md"
config:
white-list-external: ["https://github.com/kyma-project/kyma/releases/tag/0.9.0"]