-
Notifications
You must be signed in to change notification settings - Fork 31
/
.ort.yml
46 lines (46 loc) · 1.88 KB
/
.ort.yml
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
---
excludes:
paths:
- pattern: 'package-lock.json'
reason: 'BUILD_TOOL_OF'
scopes:
- pattern: 'devDependencies'
reason: 'DEV_DEPENDENCY_OF'
comment: 'Packages for development only.'
license_choices:
repository_license_choices:
- given: 'GPL-2.0-only OR MIT'
choice: 'MIT'
- given: 'GPL-3.0-or-later OR MIT'
choice: 'MIT'
resolutions:
rule_violations:
- message: "No license information is available for dependency \
'NPM::union:0\\.5\\.0'\\."
reason: 'CANT_FIX_EXCEPTION'
comment: 'The dependency has MIT license in github repo'
- message: "No license information is available for dependency \
'NPM::stack-trace:0\\.0\\.9'\\."
reason: 'CANT_FIX_EXCEPTION'
comment: 'The dependency has MIT license in github repo'
- message: "No license information is available for dependency \
'NPM:@mapbox:jsonlint-lines-primitives:2\\.0\\.2'\\."
reason: 'CANT_FIX_EXCEPTION'
comment: 'The dependency has MIT license in github repo'
- message: "No license information is available for dependency \
'NPM:@plotly:mapbox-gl:1\\.13\\.4'\\."
reason: 'CANT_FIX_EXCEPTION'
comment: 'The dependency has BSD-3-Clause license in github repo'
- message:
"The license NOASSERTION is currently not covered by policy rules\\. \
The license was declared in package 'NPM:@plotly:mapbox-gl:1\\.13\\.4'\\."
reason: 'CANT_FIX_EXCEPTION'
comment: 'The dependency has BSD-3-Clause license in github repo'
- message: "No license information is available for dependency \
'NPM::ansi-color:0\\.2\\.1'\\."
reason: 'CANT_FIX_EXCEPTION'
comment: 'No license'
- message: "No license information is available for dependency \
'NPM::process:0\\.10\\.1'\\."
reason: 'CANT_FIX_EXCEPTION'
comment: 'The dependency has MIT license in github repo'