forked from kyma-project/community
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmilv.config.yaml
37 lines (37 loc) · 2.5 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
white-list-external: ["localhost", "kyma.local", "kyma-system"]
white-list-internal: ["mailto:[email protected]", "/community/"]
black-list: ["/templates/","-template.md", "/.kyma-project-io/", "/collaboration/", "/contributing/", "/governance/", "/guidelines/content-guidelines/", "/guidelines/releases-guidelines/", "/guidelines/repository-guidelines/", "/guidelines/technical-guidelines/", "/guidelines/templates/README.md", "/guidelines/templates/templates-type.md"]
timeout: 60
request-repeats: 5
files:
- path: "./community/.github/ISSUE_TEMPLATE/security-vulnerability.md"
config:
white-list-internal: ["{CVSS"]
#milv doesn't support that mysterious anchor
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: "./community/guidelines/content-guidelines/04-formatting.md"
config:
white-list-internal: ["./deployment.yaml"]
- path: "./community/guidelines/releases-guidelines/02-release-process.md"
config:
white-list-external: ["https://github.com/kyma-project/{repositoryname}/releases"]
- path: "./community/contributing/03-git-workflow.md"
config:
white-list-external: ["https://github.com/{your-username}/{your-fork-name}.git"]
- path: "./community/contributing/02-contributing.md"
config:
#milv doesn't support parenthesis in parenthesis in .md links yet
white-list-external: ["https://github.com/kyma-project/community/blob/master/docs/cla/SAP%20Corporate%20Contributor%20License%20Agreement%20(5-26-15"]
- path: "./community/collaboration/sig-core/proposals/common-libraries.md"
config:
#milv doesn't support anchors in links https://github.com/magicmatatjahu/milv/issues/9
white-list-external: ["https://github.com/kyma-project/kyma/blob/09b945ec0a897822b40666e518f2f258ae66e7e8/tests/acceptance/servicecatalog/wait/wait.go#L8-L24"]
- path: "./community/governance/01-governance.md"
config:
#milv doesn't support query parameters in .md links yet
white-list-external: ["https://github.com/kyma-project/community/issues/106#boards?labels=decision&activeFilters=labels&repos=139590666,151691065,139590577,139590641,139590616,139590701,147495537,139847219"]
- path: "./community/guidelines/content-guidelines/05-links-in-docs.md"
config:
white-list-internal:
- "./assets/mf-namespaced.yaml"
- "https://kyma-project.io/docs/root/kyma/#installation-install-kyma-on-a-cluster--provider-installation--gke--choose-the-release-to-install"