-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcompliance_config.json
More file actions
58 lines (58 loc) · 1.14 KB
/
compliance_config.json
File metadata and controls
58 lines (58 loc) · 1.14 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
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
{
"github_username": "studyalwaysbro",
"visible_projects_only": true,
"public_repos_for_commits": true,
"strip_private_commit_msgs": true,
"stat_fields": {
"loc": {
"label": "Lines of Code",
"source": "visible_projects",
"enabled": true
},
"python_scripts": {
"label": "Python Scripts",
"source": "visible_projects",
"enabled": true
},
"projects": {
"label": "Projects",
"source": "visible_count",
"enabled": true
},
"commits": {
"label": "Commits",
"source": "visible_projects",
"enabled": true
},
"public_repos": {
"label": "Public Repos",
"source": "github_api",
"enabled": true
}
},
"safe_project_fields": [
"id",
"name",
"category",
"color",
"featured",
"visible",
"description",
"tags",
"github",
"github_private",
"stats"
],
"blocked_project_fields": [
"repo_path",
"_auto_discovered"
],
"private_repo_stripped_fields": [
"last_commit_msg"
],
"stale_threshold_days": 7,
"platform_tag_allowlist": [
"jenkins-discord-bot",
"openclaw-bot"
]
}