From 4ea03464e489e480bef1cca42620f717c0f9a6dc Mon Sep 17 00:00:00 2001 From: Niklas Voss Date: Tue, 3 Mar 2026 11:53:39 +0100 Subject: [PATCH 1/2] add badges to README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 4a67257..b9c5637 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/github.com/opendefensecloud/ocm-kit)](https://goreportcard.com/report/github.com/opendefensecloud/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 From a824c7ff45fd480c9225f75c4b4ba23d9d54cc0d Mon Sep 17 00:00:00 2001 From: Niklas Voss Date: Tue, 3 Mar 2026 11:55:33 +0100 Subject: [PATCH 2/2] fix go report card badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b9c5637..e6eb49a 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![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/github.com/opendefensecloud/ocm-kit)](https://goreportcard.com/report/github.com/opendefensecloud/ocm-kit) +[![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)