浏览代码

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 <[email protected]>
Dave Tucker 6 年之前
父节点
当前提交
5e7521909d
共有 1 个文件被更改,包括 14 次插入0 次删除
  1. 14 0
      .fossa.yml

+ 14 - 0
.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: [email protected]:docker/compose
+analyze:
+  modules:
+  - name: .
+    type: pip
+    target: .
+    path: .