-
Notifications
You must be signed in to change notification settings - Fork 62
/
.fossa.yml
executable file
·67 lines (66 loc) · 1.44 KB
/
.fossa.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
# Generated by FOSSA CLI (https://github.com/fossas/fossa-cli)
# Visit https://fossa.com to learn more
version: 2
cli:
server: https://app.fossa.com
fetcher: custom
project: git@github.com:elastic/ml-cpp.git
analyze:
modules:
- name: 3rd_party/licenses
type: raw
target: 3rd_party/licenses
- name: 3rd_party/rapidjson/include/rapidjson
type: raw
target: 3rd_party/rapidjson/include/rapidjson
- name: include/api
type: raw
target: include/api
- name: include/core
type: raw
target: include/core
- name: include/maths
type: raw
target: include/maths
- name: include/model
type: raw
target: include/model
- name: include/ver
type: raw
target: include/ver
- name: include/seccomp
type: raw
target: include/seccomp
- name: lib/api
type: raw
target: lib/api
- name: lib/core
type: raw
target: lib/core
- name: lib/maths
type: raw
target: lib/maths
- name: lib/model
type: raw
target: lib/model
- name: lib/ver
type: raw
target: lib/ver
- name: lib/seccomp
type: raw
target: lib/seccomp
- name: bin/autodetect
type: raw
target: bin/autodetect
- name: bin/categorize
type: raw
target: bin/categorize
- name: bin/controller
type: raw
target: bin/controller
- name: bin/normalize
type: raw
target: bin/normalize
- name: bin/data_frame_analyzer
type: raw
target: bin/data_frame_analyzer