From 606e9280043f1c61f78a22600a1186ab5cbb67bd Mon Sep 17 00:00:00 2001 From: Austin Vazquez Date: Sat, 23 Mar 2024 09:36:46 -0700 Subject: [PATCH] docs: add badges to readme This change adds badges to readme for Go packaging, CI status, and static link to benchmarks website. Signed-off-by: Austin Vazquez --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 887efa1..566b622 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ # Shim loggers for containerd +[![PkgGoDev](https://pkg.go.dev/badge/github.com/aws/shim-loggers-for-containerd)](https://pkg.go.dev/github.com/aws/shim-loggers-for-containerd) [![Go Report Card](https://goreportcard.com/badge/github.com/aws/shim-loggers-for-containerd)](https://goreportcard.com/report/github.com/aws/shim-loggers-for-containerd) +[![Build](https://github.com/aws/shim-loggers-for-containerd/actions/workflows/ci.yaml/badge.svg)](https://github.com/aws/shim-loggers-for-containerd/actions/workflows/ci.yaml) +[![Static Badge](https://img.shields.io/badge/Website-Benchmarks-blue)](https://aws.github.io/shim-loggers-for-containerd/dev/bench/) Shim loggers for containerd is a collection of [containerd](https://github.com/containerd/containerd) compatible logger implementations that send container logs to various destinations. The following destinations are currently supported: