forked from uber/cadence
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.fossa.yml
executable file
·31 lines (31 loc) · 957 Bytes
/
.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
version: 2
cli:
server: https://app.fossa.com
fetcher: custom
project: [email protected]:uber/cadence.git
analyze:
modules:
- name: github.com/uber/cadence/cmd/canary
type: go
target: github.com/uber/cadence/cmd/canary
path: cmd/canary
- name: github.com/uber/cadence/cmd/server
type: go
target: github.com/uber/cadence/cmd/server
path: cmd/server
- name: github.com/uber/cadence/cmd/tools/cassandra
type: go
target: github.com/uber/cadence/cmd/tools/cassandra
path: cmd/tools/cassandra
- name: github.com/uber/cadence/cmd/tools/cli
type: go
target: github.com/uber/cadence/cmd/tools/cli
path: cmd/tools/cli
- name: github.com/uber/cadence/cmd/tools/copyright
type: go
target: github.com/uber/cadence/cmd/tools/copyright
path: cmd/tools/copyright
- name: github.com/uber/cadence/cmd/tools/sql
type: go
target: github.com/uber/cadence/cmd/tools/sql
path: cmd/tools/sql