From 71bea8ec23f4128d000a139f756268da1cf8072d Mon Sep 17 00:00:00 2001 From: fossabot Date: Thu, 26 Jul 2018 13:24:46 -0700 Subject: [PATCH] Add license scan report and status Signed-off-by: fossabot --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d54adea..7fa257e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # Luis Mocker [![CircleCI](https://circleci.com/gh/microsoftly/luis-mocker.svg?style=shield)](https://circleci.com/gh/microsoftly/luis-mocker) +[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fmicrosoftly%2Fluis-mocker.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Fmicrosoftly%2Fluis-mocker?ref=badge_shield) Easy http mocking of luis.ai. Perfect for testing services that rely on Luis.ai by making them deterministic and avoiding pay per call requests. This is a work in progress. PRs are welcome! @@ -34,4 +35,7 @@ describe('LuisMocker', () => { chai.expect(cancelTacoBellTestResponse).to.deep.equal(cancelTacoBellResponse); }) }); -``` \ No newline at end of file +``` + +## License +[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fmicrosoftly%2Fluis-mocker.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fmicrosoftly%2Fluis-mocker?ref=badge_large) \ No newline at end of file