From 03810e322337cf5e272c1b694c7d3aa82bd504c4 Mon Sep 17 00:00:00 2001 From: fossabot Date: Wed, 20 Apr 2022 16:40:57 -0400 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 6d15813..1d25eff 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # CommentCI ![CircleCI](https://img.shields.io/circleci/build/github/ThelonKarrde/CommentCI/master?style=plastic) ![Docker Image Version (latest by date)](https://img.shields.io/docker/v/rivshiell/commentci) ![GitHub](https://img.shields.io/github/license/thelonkarrde/commentci) +[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FThelonKarrde%2FCommentCI.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2FThelonKarrde%2FCommentCI?ref=badge_shield) A tool to sent comments to Issues or Pull Requests in Github from CI tools. @@ -64,4 +65,7 @@ API_USER=user API_TOKEN=xxx commentci -g github -o repo_owner -r repo_name -i 2 Multiple files with comments: ``` API_USER=user API_TOKEN=xxx commentci -g github -o repo_owner -r repo_name -i 2 -c -l "Comment to example file 1" -f ./example_1.txt -l "Comment to example file 2" -f ./example_2.txt -``` \ No newline at end of file +``` + +## License +[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FThelonKarrde%2FCommentCI.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2FThelonKarrde%2FCommentCI?ref=badge_large) \ No newline at end of file