forked from nordic-institute/X-Road-Metrics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.ort.yml
68 lines (54 loc) · 2.36 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
---
excludes:
paths:
- pattern: "**/test_requirements.txt"
reason: "TEST_OF"
comment: "Requirements for testing."
- pattern: "3RD-PARTY-NOTICES.txt"
reason: "DOCUMENTATION_OF"
comment: "3rd party notices."
scopes:
- pattern: "checkstyle"
reason: "BUILD_DEPENDENCY_OF"
comment: "Packages for code styling checks (testing) only."
- pattern: "devDependencies"
reason: "DEV_DEPENDENCY_OF"
comment: "Packages for development only."
- pattern: "jacocoAgent"
reason: "TEST_DEPENDENCY_OF"
comment: "Packages for code coverage (testing) only."
- pattern: "jacocoAnt"
reason: "TEST_DEPENDENCY_OF"
comment: "Packages for code coverage (testing) only."
- pattern: "test.*"
reason: "TEST_DEPENDENCY_OF"
comment: "Packages for testing only."
- pattern: "annotationProcessor"
reason: "DEV_DEPENDENCY_OF"
comment: "Packages for development only."
- pattern: "compileClasspath"
reason: "DEV_DEPENDENCY_OF"
comment: "Packages for development only."
- pattern: "compileOnly"
reason: "DEV_DEPENDENCY_OF"
comment: "Packages for development only."
resolutions:
rule_violations:
- message: "copyleft-strong license GPL-2.0-or-later in PyPI::jinja2:2.10.1."
reason: "LICENSE_ACQUIRED_EXCEPTION"
comment: "The files meant by this license hit are not in use in X-Road-Metrics."
- message: "copyleft-strong license GPL-3.0-or-later WITH GCC-exception-3.1 in PyPI::scipy:1.10.1."
reason: "LICENSE_ACQUIRED_EXCEPTION"
comment: "The exception applies, hence license acquired."
- message: "copyleft-strong license GPL-3.0-or-later WITH GCC-exception-3.1 in PyPI::numpy:1.24.4."
reason: "LICENSE_ACQUIRED_EXCEPTION"
comment: "The exception applies, hence license acquired."
- message: "copyleft-strong license GPL-3.0-only WITH GCC-exception-3.1 in PyPI::numpy:1.24.4."
reason: "LICENSE_ACQUIRED_EXCEPTION"
comment: "The exception applies, hence license acquired."
- message: "free-restricted license Bitstream-Vera in PyPI::matplotlib:3.1.2."
reason: "LICENSE_ACQUIRED_EXCEPTION"
comment: "Font files that are not modified, hence license acquired."
- message: "free-restricted license Bitstream-Vera in PyPI::matplotlib:3.1.2."
reason: "LICENSE_ACQUIRED_EXCEPTION"
comment: "Font files that are not modified, hence license acquired."