From 03efc317b25c145e216b90da853d391973ba6243 Mon Sep 17 00:00:00 2001 From: jamshale <31809382+jamshale@users.noreply.github.com> Date: Wed, 5 Jun 2024 13:46:07 -0700 Subject: [PATCH] Add sonarcloud badges (#3014) Signed-off-by: jamshale <jamiehalebc@gmail.com> --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d25d2b5814..b736900c6d 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,13 @@ # Hyperledger Aries Cloud Agent - Python <!-- omit in toc --> -[](https://pypi.org/project/aries-cloudagent/) - -<!--  --> +<p float="left"> + <a href="https://pypi.org/project/aries-cloudagent/"><img src="https://img.shields.io/pypi/v/aries_cloudagent" width="100" height="20" /> + <img src="https://sonarcloud.io/images/project_badges/sonarcloud-white.svg" width="120" height="20" /> + <img src="https://sonarcloud.io/api/project_badges/measure?project=hyperledger_aries-cloudagent-python&metric=coverage" width="120" height="20" /> + <img src="https://sonarcloud.io/api/project_badges/measure?project=hyperledger_aries-cloudagent-python&metric=security_rating" width="100" height="20" /> + <img src="https://sonarcloud.io/api/project_badges/measure?project=hyperledger_aries-cloudagent-python&metric=vulnerabilities" width="120" height="20" /> + <img src="https://sonarcloud.io/api/project_badges/measure?project=hyperledger_aries-cloudagent-python&metric=ncloc" width="120" height="20" /> +</p> > An easy to use Aries agent for building SSI services using any language that supports sending/receiving HTTP requests.