forked from pangaea-data-publisher/fuji
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathsoftware_file.json
69 lines (69 loc) · 1.11 KB
/
software_file.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
{
"Jenkinsfile": {
"category": [
"automation"
],
"parse": "full",
"pattern": [
"(\\w*/)*Jenkinsfile"
]
},
"README": {
"category": [
"documentation"
],
"parse": "full",
"pattern": [
"(\\w*/)*README(\\.(txt|md))?"
]
},
"dependencies": {
"category": [
"documentation",
"automation"
],
"parse": "file_name",
"pattern": [
"requirements\\.txt"
]
},
"docs_directory": {
"category": [
"documentation"
],
"parse": "file_name",
"pattern": [
"(\\w*/)*docs(/\\w*\\.\\w*)*"
]
},
"github_actions": {
"category": [
"automation"
],
"parse": "full",
"pattern": [
"\\.github/workflows(/\\w*\\.\\w*)*"
]
},
"license_file": {
"category": [
"provenance"
],
"parse": "full",
"pattern": [
"(\\w*/)*LICEN(S|C)E(\\.\\w*)?",
"(\\w*/)*licen(s|c)e(\\.\\w*)?",
"(\\w*/)*COPYING"
]
},
"maven_pom": {
"category": [
"documentation",
"automation"
],
"parse": "full",
"pattern": [
"pom\\.xml"
]
}
}