diff --git a/.circleci/config.yml b/.circleci/config.yml index a34723b..da8ef13 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -12,6 +12,10 @@ jobs: - yarn-packages-{{ .Branch }} - yarn-packages-master - yarn-packages- + - run: + name: install fossa + command: | + curl -H 'Cache-Control: no-cache' https://raw.githubusercontent.com/fossas/fossa-cli/master/install.sh | bash - run: name: install globals command: yarn global add typescript @@ -30,6 +34,8 @@ jobs: path: coverage - store_artifacts: path: coverage + - run: + command: fossa publish: docker: diff --git a/.fossa.yml b/.fossa.yml new file mode 100755 index 0000000..6eacd5c --- /dev/null +++ b/.fossa.yml @@ -0,0 +1,16 @@ +# Generated by FOSSA CLI (https://github.com/fossas/fossa-cli) +# Visit https://fossa.io to learn more + +version: 1 +cli: + server: https://app.fossa.io + fetcher: yarn + project: github.com/microsoftly/BotTester + branch: addFossa +analyze: + modules: + - name: bot-tester + path: package.json + type: nodejs + options: + allow-npm-err: true \ No newline at end of file