From 6307c7f2b8fc9148448b037fcb661ca43f68201e Mon Sep 17 00:00:00 2001 From: canove Date: Fri, 13 Nov 2020 06:29:30 -0300 Subject: [PATCH] chore: add fossa --- .fossa.yml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100755 .fossa.yml diff --git a/.fossa.yml b/.fossa.yml new file mode 100755 index 0000000..370e799 --- /dev/null +++ b/.fossa.yml @@ -0,0 +1,26 @@ +# 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: https://github.com/canove/whaticket.git +analyze: + modules: + - name: backend + type: npm + target: backend + path: backend + - name: backend + type: npm + target: backend + path: backend + - name: frontend + type: npm + target: frontend + path: frontend + - name: frontend + type: npm + target: frontend + path: frontend