diff --git a/.fossa.yml b/.fossa.yml
new file mode 100644
index 0000000000000000000000000000000000000000..abfb53a50648fb35eb6006b167a25e9e2c56e501
--- /dev/null
+++ b/.fossa.yml
@@ -0,0 +1,22 @@
+# 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: os-notification
+analyze:
+  modules:
+  - name: os-notification
+    type: mvn
+    target: pom.xml
+    path: .
+  - name: notification-core
+    type: mvn
+    target: notification-core/pom.xml
+    path: .
+  - name: notification-gcp
+    type: mvn
+    target: provider/notification-gcp/pom.xml
+    path: .