From 57795dacd35a16b04fb6642c7b9e71772f75769f Mon Sep 17 00:00:00 2001 From: David Diederich <d.diederich@opengroup.org> Date: Tue, 14 Apr 2020 21:22:11 -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..8c45fafa0 --- /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 Schema +analyze: + modules: + - name: os-schema + type: mvn + target: pom.xml + path: . + - name: os-schema-core + type: mvn + target: schema-core/pom.xml + path: . + - name: os-schema-gcp + type: mvn + target: provider/schema-gcp/pom.xml + path: . -- GitLab