summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Tucker <dave@dtucker.co.uk>2019-06-14 14:58:17 +0100
committerDjordje Lukic <djordje.lukic@docker.com>2019-06-24 10:38:38 +0200
commit5e7521909d59ca69f77b60dc4173c9517facc2b9 (patch)
treea7c2ab3ab59854d8766a758f71584e7504e8ef82
parent272e85dce36bd9ca4e982008137a765764f7eb84 (diff)
Add .fossa.yml file
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>
-rw-r--r--.fossa.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/.fossa.yml b/.fossa.yml
new file mode 100644
index 00000000..b50761ef
--- /dev/null
+++ b/.fossa.yml
@@ -0,0 +1,14 @@
+# 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: .