Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit ceac1cf

Browse files
Merge pull request #550 from dave-tucker/fossa
Add .fossa.yml
2 parents 5ad97e1 + c173966 commit ceac1cf

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

.fossa.yml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Generated by FOSSA CLI (https://github.com/fossas/fossa-cli)
2+
# Visit https://fossa.io to learn more
3+
4+
version: 2
5+
cli:
6+
server: https://app.fossa.io
7+
fetcher: custom
8+
project: [email protected]:docker/app
9+
analyze:
10+
modules:
11+
- name: github.com/docker/app/cmd/cnab-run
12+
type: go
13+
target: github.com/docker/app/cmd/cnab-run
14+
path: cmd/cnab-run
15+
- name: github.com/docker/app/cmd/docker-app
16+
type: go
17+
target: github.com/docker/app/cmd/docker-app
18+
path: cmd/docker-app
19+
- name: github.com/docker/app/cmd/docker-app-standalone
20+
type: go
21+
target: github.com/docker/app/cmd/docker-app-standalone
22+
path: cmd/docker-app-standalone
23+
- name: github.com/docker/app/pkg/yatee/gopher
24+
type: go
25+
target: github.com/docker/app/pkg/yatee/gopher
26+
path: pkg/yatee/gopher
27+
- name: github.com/docker/app/pkg/yatee/samples
28+
type: go
29+
target: github.com/docker/app/pkg/yatee/samples
30+
path: pkg/yatee/samples

0 commit comments

Comments
 (0)