From a5e8821d238631396eb545e9b2a35103ca5c3528 Mon Sep 17 00:00:00 2001 From: dej611 Date: Wed, 24 Nov 2021 09:28:41 +0100 Subject: [PATCH 1/2] :wrench: Migrate fossa config --- .fossa.yml | 29 +++++++++++++++++------------ 1 file changed, 17 insertions(+), 12 deletions(-) mode change 100755 => 100644 .fossa.yml diff --git a/.fossa.yml b/.fossa.yml old mode 100755 new mode 100644 index cd2ae6e..e548f26 --- a/.fossa.yml +++ b/.fossa.yml @@ -1,14 +1,19 @@ -# Generated by FOSSA CLI (https://github.com/fossas/fossa-cli) +# Used 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:dej611/spid-react-button.git -analyze: - modules: - - name: spid-react-button - type: npm - target: . - path: . +version: 3 + +server: https://app.fossa.com +project: + id: github.com/dej611/spid-react-button + name: spid-react-button + link: dej611.github.io/spid-react-button/ + url: git@github.com:dej611/spid-react-button.git + +targets: + only: + - type: npm + path: . + exclude: + - type: npm + path: ./example \ No newline at end of file From a73412f9583f44db7d56a303c32ee565a02e0ec9 Mon Sep 17 00:00:00 2001 From: Marco Liberati Date: Wed, 24 Nov 2021 09:32:24 +0100 Subject: [PATCH 2/2] Remove exclude branch --- .fossa.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.fossa.yml b/.fossa.yml index e548f26..9660d53 100644 --- a/.fossa.yml +++ b/.fossa.yml @@ -14,6 +14,3 @@ targets: only: - type: npm path: . - exclude: - - type: npm - path: ./example \ No newline at end of file