Skip to content

Commit 6d77038

Browse files
Update to oss mitigations (#1147)
* Remove HERE_NOTICE * Change CI status table to be more compact Resolves: OLPEDGE-2404 Signed-off-by: Serhii Lozynskyi <[email protected]>
1 parent 33e2486 commit 6d77038

File tree

3 files changed

+28
-617
lines changed

3 files changed

+28
-617
lines changed

.ort.yml

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,15 @@ excludes:
44
- pattern: ".*build\\.gradle"
55
reason: "TEST_TOOL_OF"
66
comment: "This project contains tests which are not distributed"
7-
- pattern: "cmake/android/tester/**"
8-
reason: "TEST_TOOL_OF"
9-
comment: "This project contains tests which are not distributed"
10-
- pattern: "tests/utils/mock-server/**"
11-
reason: "OPTIONAL_COMPONENT_OF"
12-
comment: "The project is not distributed for Node.js."
7+
- pattern: "cmake/**"
8+
reason: "BUILD_TOOL_OF"
9+
comment: "The files are only used for building the code. Not included in released artifacts."
10+
- pattern: "docs/**"
11+
reason: "DOCUMENTATION_OF"
12+
comment: "The files are only used for documentation. Not included in released artifacts."
13+
- pattern: "examples/**"
14+
reason: "EXAMPLE_OF"
15+
comment: "Directory is only used for examples. Not included in released artifacts."
16+
- pattern: "tests/**"
17+
reason: "TEST_OF"
18+
comment: "Directory is only used for testing. Not included in released artifacts."

0 commit comments

Comments
 (0)