forked from ComplianceAsCode/auditree-arboretum
-
Notifications
You must be signed in to change notification settings - Fork 0
/
devel.json
88 lines (88 loc) · 2.2 KB
/
devel.json
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"runbooks": {
"enabled": false
},
"locker": {
"repo_url": "https://github.com/my-org/my-evidence-locker-repo"
},
"notify": {
"slack": {}
},
"org": {
"name": "MY-ORG",
"auditree": {
"repo_integrity": {
"branches": {
"https://github.com/ComplianceAsCode/auditree-arboretum": ["main"]
},
"filepaths": {
"https://github.com/ComplianceAsCode/auditree-arboretum": {
"main": [
"arboretum/common/constants.py",
"arboretum/auditree"
]
}
}
}
},
"permissions": {
"org_integrity": {
"orgs": [
{
"url": "https://github.com/my-org-1"
},
{
"url": "https://github.my-company.com/my-org-2",
"collaborator_types": ["direct", "outside"],
"repos": ["repo1", "repo2"]
}
]
}
},
"issue_mgmt": {
"github": [
{
"repo": "foo-owner/foo-repo",
"states": ["open", "closed"],
"labels": {
"equals": ["label-one", "label-two"],
"contains": ["label-three"],
"startswith": ["label-four"],
"endswith": ["label-five"]
}
},
{
"host": "https://github.my_org.com",
"repo": "bar-owner/bar-repo",
"search": "is:open is:closed in:title \"my issue title\""
}
],
"zenhub": [
{
"github_repo": "foo-owner/foo-repo",
"workspaces": ["My super cool foo workspace"]
},
{
"github_host": "https://github.my_org.com",
"github_repo": "bar-owner/bar-repo",
"api_root": "https://zenhub.my_org.com",
"workspaces": ["My super cool bar workspace", "Some other workspace"]
}
]
},
"ibm_cloud": {
"accounts": ["my_ic_account_one", "my_ic_account_two"]
},
"kubernetes": {
"cluster_resources": {
"clusters": [
{
"label": "myaccount1",
"server": "https://myserver1:30000"
}
],
"types": ["nodes", "pods", "apigroup.example.com/v1/mycustom"]
}
}
}
}