You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: .github/ISSUE_TEMPLATE/tools.yml
+27-38
Original file line number
Diff line number
Diff line change
@@ -32,15 +32,15 @@ body:
32
32
placeholder: ex. https://fosscompliancetool.org
33
33
validations:
34
34
required: true
35
-
- type: input
35
+
- type: input
36
36
id: code_view_url
37
37
attributes:
38
38
label: Repo
39
39
description: Where can someone see the code?
40
40
placeholder: ex. https://github.com/repo
41
41
validations:
42
42
required: true
43
-
- type: input
43
+
- type: input
44
44
id: license_expression
45
45
attributes:
46
46
label: License
@@ -58,7 +58,7 @@ body:
58
58
This is a brief summary of the tool.
59
59
validations:
60
60
required: true
61
-
- type: input
61
+
- type: input
62
62
id: primary_language
63
63
attributes:
64
64
label: Language
@@ -73,64 +73,53 @@ body:
73
73
description: What capabalities does your tool provide? List is based on capabilities defined by (OpenChain Project Tooling Work Group)(https://github.com/Open-Source-Compliance/Sharing-creates-value/tree/master/Tooling-Landscape/Capabilities).
74
74
options:
75
75
- label: Resolve dependencies
76
-
- label: Analyze package manifests
77
-
- label: Analyze package files
78
-
- label: Analyze containers
79
-
- label: Analyze binaries
80
-
- label: Analyze ELF binaries
81
-
- label: Analyze Windows binaries
82
-
- label: Download source package
83
-
- label: Analyze source code
84
-
- label: Inventory for packages and components
85
-
- label: License obligations database
86
-
- label: Scan for copyright
87
-
- label: Scan for license
88
-
- label: Analyze forensic code
89
-
- label: Check policies
90
-
- label: Obligation fulfillment
91
-
- label: Generate compliance documents
92
-
- label: Consistent artifact compliance
76
+
- label: Analyze package manifests
77
+
- label: Analyze package files
78
+
- label: Analyze containers
79
+
- label: Analyze binaries
80
+
- label: Analyze ELF binaries
81
+
- label: Analyze Windows binaries
82
+
- label: Download source package
83
+
- label: Analyze source code
84
+
- label: Inventory for packages and components
85
+
- label: License obligations database
86
+
- label: Scan for copyright
87
+
- label: Scan for license
88
+
- label: Analyze forensic code
89
+
- label: Check policies
90
+
- label: Obligation fulfillment
91
+
- label: Generate compliance documents
92
+
- label: Consistent artifact compliance
93
93
- type: textarea
94
94
id: capabilities_other
95
95
attributes:
96
96
label: Other capabilities?
97
97
description: List other capabilities not included above.
98
-
placeholder:
99
-
value:
100
-
validations:
101
-
- type: textarea
98
+
- type: textarea
102
99
id: roadmap_short
103
100
attributes:
104
101
label: Short-term Roadmap
105
102
description: Please list what is planned for your tool in the next 3-6 months. You can also include a URL if there is a public roadmap available.
106
-
placeholder:
107
-
value:
108
-
validations:
109
-
- type: textarea
103
+
- type: textarea
110
104
id: roadmap_long
111
105
attributes:
112
106
label: Long-term Roadmap
113
107
description: Please list what is planned for your tool after the next 6 months. You can also include a URL if there is a public roadmap available.
114
-
placeholder:
115
-
value:
116
-
validations:
117
-
- type: checkboxes
108
+
- type: checkboxes
118
109
id: features_commercial
119
110
attributes:
120
111
label: Is there a commercial version of your tool that provides additional features for users?
121
-
description:
122
112
options:
123
113
- label: Yes
124
-
- labe: No
114
+
- label: No
125
115
required: true
126
-
- type: checkboxes
116
+
- type: checkboxes
127
117
id: data_commercial
128
118
attributes:
129
119
label: Does your tool use proprietary data sources?
130
-
description:
131
120
options:
132
121
- label: Yes
133
-
- labe: No
122
+
- label: No
134
123
required: true
135
124
- type: checkboxes
136
125
id: FOSS
@@ -148,7 +137,7 @@ body:
148
137
options:
149
138
- label: I agree to follow this project's Code of Conduct
0 commit comments