From 27c66e9bb7e447e396008f4e48998c6a6a1b0178 Mon Sep 17 00:00:00 2001 From: fossabot Date: Mon, 21 Oct 2019 09:57:21 -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 9fc467f..69d9160 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ [![Release](https://img.shields.io/github/v/release/k-kinzal/pr.svg?style=flat-square)](https://github.com/k-kinzal/pr/releases/latest) [![CircleCI](https://circleci.com/gh/k-kinzal/pr.svg?style=shield)](https://circleci.com/gh/k-kinzal/pr) [![GolangCI](https://golangci.com/badges/github.com/k-kinzal/pr.svg)](https://golangci.com/r/github.com/k-kinzal/pr) +[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fk-kinzal%2Fpr.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Fk-kinzal%2Fpr?ref=badge_shield) PR is a CLI tool that operates Pull Request on a rule-based basis. @@ -612,4 +613,7 @@ In pr, JMESPath can be extended to use original functions. $ pr show [owner]/[repo] -l ``` -`now()` returns the current unix time. \ No newline at end of file +`now()` returns the current unix time. + +## License +[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fk-kinzal%2Fpr.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fk-kinzal%2Fpr?ref=badge_large) \ No newline at end of file