diff --git a/README.md b/README.md index 4a67257..e6eb49a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,13 @@ # ocm-kit +[![Build status](https://github.com/opendefensecloud/ocm-kit/actions/workflows/golang.yaml/badge.svg)](https://github.com/opendefensecloud/ocm-kit/actions/workflows/golang.yaml) +[![Coverage Status](https://coveralls.io/repos/github/opendefensecloud/ocm-kit/badge.svg?branch=main)](https://coveralls.io/github/opendefensecloud/ocm-kit?branch=main) +[![Go Report Card](https://goreportcard.com/badge/go.opendefense.cloud/ocm-kit)](https://goreportcard.com/report/go.opendefense.cloud/ocm-kit) +[![Go Reference](https://pkg.go.dev/badge/go.opendefense.cloud/ocm-kit.svg)](https://pkg.go.dev/go.opendefense.cloud/ocm-kit) +[![GitHub Release](https://img.shields.io/github/v/release/opendefensecloud/ocm-kit) +](https://github.com/opendefensecloud/ocm-kit/releases) + + A Go library and CLI tool for working with Open Component Model (OCM) Helm values templates. ## Problem Statement