From 07203a9b6e32b330597c5495c2eed6d6a0ddef30 Mon Sep 17 00:00:00 2001 From: fossabot Date: Fri, 31 Jul 2020 19:52:45 -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 697dda1..916c7d3 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ FluentValidation behavior for MediatR ![Sonar Test Execution Time](https://img.shields.io/sonar/test_execution_time/AdaskoTheBeAsT_AdaskoTheBeAsT.FluentValidation.MediatR?server=https%3A%2F%2Fsonarcloud.io) ![Sonar Coverage](https://img.shields.io/sonar/coverage/AdaskoTheBeAsT_AdaskoTheBeAsT.FluentValidation.MediatR?server=https%3A%2F%2Fsonarcloud.io&style=plastic) ![Nuget](https://img.shields.io/nuget/dt/AdaskoTheBeAsT.FluentValidation.MediatR) +[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FAdaskoTheBeAsT%2FAdaskoTheBeAsT.FluentValidation.MediatR.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2FAdaskoTheBeAsT%2FAdaskoTheBeAsT.FluentValidation.MediatR?ref=badge_shield) ## Usage @@ -33,4 +34,7 @@ It can be used in combination with [AdaskoTheBeAsT.FluentValidation.SimpleInject cfg.UsingBuiltinPipelineProcessorBehaviors(true); cfg.UsingPipelineProcessorBehaviors(typeof(FluentValidationPipelineBehavior<,>)); }); -``` \ No newline at end of file +``` + +## License +[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FAdaskoTheBeAsT%2FAdaskoTheBeAsT.FluentValidation.MediatR.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2FAdaskoTheBeAsT%2FAdaskoTheBeAsT.FluentValidation.MediatR?ref=badge_large) \ No newline at end of file