mirror of
https://github.com/docker/compose.git
synced 2026-02-09 01:59:22 +08:00
This commit adds a .fossa.yml file used by fossa.io It allows for fossa to scan the dependencies and figure out which oss licenses are in use. This can be added to CI at some point in the near future. Signed-off-by: Dave Tucker <dave@dtucker.co.uk>
15 lines
281 B
YAML
15 lines
281 B
YAML
# Generated by FOSSA CLI (https://github.com/fossas/fossa-cli)
|
|
# Visit https://fossa.io to learn more
|
|
|
|
version: 2
|
|
cli:
|
|
server: https://app.fossa.io
|
|
fetcher: custom
|
|
project: git@github.com:docker/compose
|
|
analyze:
|
|
modules:
|
|
- name: .
|
|
type: pip
|
|
target: .
|
|
path: .
|