From 5ba45d3037f2518f9ad35645444ebc35bc6140d0 Mon Sep 17 00:00:00 2001
From: Jens Langhammer <jens.langhammer@beryju.org>
Date: Fri, 8 May 2020 21:08:36 +0200
Subject: [PATCH] root: add fossa

---
 .fossa.yml | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100755 .fossa.yml

diff --git a/.fossa.yml b/.fossa.yml
new file mode 100755
index 000000000..31196ea52
--- /dev/null
+++ b/.fossa.yml
@@ -0,0 +1,20 @@
+# Generated by FOSSA CLI (https://github.com/fossas/fossa-cli)
+# Visit https://fossa.com to learn more
+
+version: 2
+cli:
+  server: https://app.fossa.com
+  fetcher: custom
+  project: git@github.com:BeryJu/passbook.git
+analyze:
+  modules:
+  - name: static
+    type: npm
+    target: passbook/static/static
+    path: passbook/static/static
+  - name: .
+    type: pip
+    target: .
+    path: .
+    options:
+      strategy: pipenv