forked from uber/prototool
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.fossa.yml
23 lines (23 loc) · 956 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
version: 2
cli:
server: https://app.fossa.com
fetcher: custom
project: https://github.com/uber/prototool
analyze:
modules:
- name: github.com/uber/prototool/cmd/prototool
type: go
target: github.com/uber/prototool/cmd/prototool
path: cmd/prototool
- name: github.com/uber/prototool/internal/cmd/gen-prototool-bash-completion
type: go
target: github.com/uber/prototool/internal/cmd/gen-prototool-bash-completion
path: internal/cmd/gen-prototool-bash-completion
- name: github.com/uber/prototool/internal/cmd/gen-prototool-manpages
type: go
target: github.com/uber/prototool/internal/cmd/gen-prototool-manpages
path: internal/cmd/gen-prototool-manpages
- name: github.com/uber/prototool/internal/cmd/gen-prototool-zsh-completion
type: go
target: github.com/uber/prototool/internal/cmd/gen-prototool-zsh-completion
path: internal/cmd/gen-prototool-zsh-completion