-
Notifications
You must be signed in to change notification settings - Fork 0
/
.fossa.yml
executable file
·116 lines (115 loc) · 4.29 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
# 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: https://github.com/m3db/m3
analyze:
modules:
- name: github.com/m3db/m3/scripts/lockfile
type: go
target: github.com/m3db/m3/scripts/lockfile
path: scripts/lockfile
options:
# FOSSA finds Go dependencies by first finding all dependencies that a project uses and then comparing them to the lockfile to obtain version numbers.
# It appears that one of the dependencies is choosing to manually vendor a dependency, thereby omitting the version from its lockfile.
# This results in cryptic FOSSA failures.
# The solution for this is to allow this dependency to be discovered without a corresponding version.
allow-unresolved: true
- name: github.com/m3db/m3/scripts/md5
type: go
target: github.com/m3db/m3/scripts/md5
path: scripts/md5
options:
allow-unresolved: true
- name: github.com/m3db/m3/src/cmd/services/m3aggregator/main
type: go
target: github.com/m3db/m3/src/cmd/services/m3aggregator/main
path: src/cmd/services/m3aggregator/main
options:
allow-unresolved: true
- name: github.com/m3db/m3/src/cmd/services/m3coordinator/main
type: go
target: github.com/m3db/m3/src/cmd/services/m3coordinator/main
path: src/cmd/services/m3coordinator/main
options:
allow-unresolved: true
- name: github.com/m3db/m3/src/cmd/services/r2ctl/main
type: go
target: github.com/m3db/m3/src/cmd/services/r2ctl/main
path: src/cmd/services/r2ctl/main
options:
allow-unresolved: true
- name: github.com/m3db/m3/src/cmd/services/m3dbnode/main
type: go
target: github.com/m3db/m3/src/cmd/services/m3dbnode/main
path: src/cmd/services/m3dbnode/main
options:
allow-unresolved: true
- name: github.com/m3db/m3/src/cmd/services/m3em_agent/main
type: go
target: github.com/m3db/m3/src/cmd/services/m3em_agent/main
path: src/cmd/services/m3em_agent/main
options:
allow-unresolved: true
- name: github.com/m3db/m3/src/cmd/services/m3query/main
type: go
target: github.com/m3db/m3/src/cmd/services/m3query/main
path: src/cmd/services/m3query/main
options:
allow-unresolved: true
- name: github.com/m3db/m3/src/cmd/services/m3comparator/main
type: go
target: github.com/m3db/m3/src/cmd/services/m3comparator/main
path: src/cmd/services/m3comparator/main
options:
allow-unresolved: true
- name: github.com/m3db/m3/src/cmd/tools/carbon_load/main
type: go
target: github.com/m3db/m3/src/cmd/tools/carbon_load/main
path: src/cmd/tools/carbon_load/main
options:
allow-unresolved: true
- name: github.com/m3db/m3/src/cmd/tools/clone_fileset/main
type: go
target: github.com/m3db/m3/src/cmd/tools/clone_fileset/main
path: src/cmd/tools/clone_fileset/main
options:
allow-unresolved: true
- name: github.com/m3db/m3/src/cmd/tools/read_data_files/main
type: go
target: github.com/m3db/m3/src/cmd/tools/read_data_files/main
path: src/cmd/tools/read_data_files/main
options:
allow-unresolved: true
- name: github.com/m3db/m3/src/cmd/tools/read_ids/main
type: go
target: github.com/m3db/m3/src/cmd/tools/read_ids/main
path: src/cmd/tools/read_ids/main
options:
allow-unresolved: true
- name: github.com/m3db/m3/src/cmd/tools/read_index_files/main
type: go
target: github.com/m3db/m3/src/cmd/tools/read_index_files/main
path: src/cmd/tools/read_index_files/main
options:
allow-unresolved: true
- name: github.com/m3db/m3/src/cmd/tools/read_index_ids/main
type: go
target: github.com/m3db/m3/src/cmd/tools/read_index_ids/main
path: src/cmd/tools/read_index_ids/main
options:
allow-unresolved: true
- name: github.com/m3db/m3/src/cmd/tools/verify_data_files/main
type: go
target: github.com/m3db/m3/src/cmd/tools/verify_data_files/main
path: src/cmd/tools/verify_data_files/main
options:
allow-unresolved: true
- name: github.com/m3db/m3/src/cmd/tools/verify_index_files/main
type: go
target: github.com/m3db/m3/src/cmd/tools/verify_index_files/main
path: src/cmd/tools/verify_index_files/main
options:
allow-unresolved: true