From 5f658331c8f33f1fa30bee87d90ae1d45c4b9925 Mon Sep 17 00:00:00 2001 From: Matthew Khouzam Date: Fri, 10 Jul 2020 14:16:05 -0400 Subject: [PATCH] Add fossa configuration to allow automatic dependency analyses Signed-off-by: Matthew Khouzam --- .fossa.yml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100755 .fossa.yml diff --git a/.fossa.yml b/.fossa.yml new file mode 100755 index 000000000..646af9145 --- /dev/null +++ b/.fossa.yml @@ -0,0 +1,30 @@ +# 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:MatthewKhouzam/theia-trace-extension.git +analyze: + modules: + - name: browser-app + type: npm + target: browser-app + path: browser-app + - name: electron-app + type: npm + target: electron-app + path: electron-app + - name: . + type: npm + target: . + path: . + - name: viewer-prototype + type: npm + target: viewer-prototype + path: viewer-prototype + - name: . + type: npm + target: . + path: .