From be13310960021bbd3b09e3b37c031bbccb3d416e Mon Sep 17 00:00:00 2001 From: David Diederich <d.diederich@opengroup.org> Date: Wed, 8 Jul 2020 09:24:49 -0400 Subject: [PATCH] Adding FOSSA configuration --- .fossa.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .fossa.yml diff --git a/.fossa.yml b/.fossa.yml new file mode 100644 index 000000000..abfb53a50 --- /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: . -- GitLab