From 45a228027f597b83ae1668bcd1e18cd8fcd60a4b Mon Sep 17 00:00:00 2001 From: Miguel Martinez Trivino Date: Sun, 12 Mar 2023 23:35:52 +0100 Subject: [PATCH] chore: add badges to readme Signed-off-by: Miguel Martinez Trivino --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index f632a537e..95a5899d9 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ # Chainloop +[![Go Report Card](https://goreportcard.com/badge/github.com/chainloop-dev/chainloop)](https://goreportcard.com/report/github.com/chainloop-dev/chainloop) +![Test passing](https://github.com/chainloop-dev/chainloop/actions/workflows/test.yml/badge.svg?branch=main) +[![Chat on Discord](https://img.shields.io/discord/1037381970189111326?logo=discord)](https://discord.gg/f7atkaZact) +[![License: Apache-2.0](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/chainloop-dev/chainloop/blob/main/LICENSE.md) + > Chainloop is under active development and you should expect breaking changes before the first stable release. > If you are interested in contributing, please take a look at our [contributor guide](./CONTRIBUTING.md).