From 16d52804d44792b59b78e90c68a0d027fc54864d Mon Sep 17 00:00:00 2001 From: Benjamin Muschko Date: Tue, 28 Mar 2023 10:53:49 -0600 Subject: [PATCH] Fix CI badge image (#184) I guess the name of the CI build has been changed which led to a broken image. --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index dbffd67..c1c1362 100644 --- a/Readme.md +++ b/Readme.md @@ -1,7 +1,7 @@ Kubeconform-GitHub-Hero
-[![Build status](https://github.com/yannh/kubeconform/workflows/build/badge.svg?branch=master)](https://github.com/yannh/kubeconform/actions?query=branch%3Amaster) +[![Build status](https://github.com/yannh/kubeconform/actions/workflows/main.yml/badge.svg)](https://github.com/yannh/kubeconform/actions?query=branch%3Amaster) [![Homebrew](https://img.shields.io/badge/dynamic/json.svg?url=https://formulae.brew.sh/api/formula/kubeconform.json&query=$.versions.stable&label=homebrew)](https://formulae.brew.sh/formula/kubeconform) [![Go Report card](https://goreportcard.com/badge/github.com/yannh/kubeconform)](https://goreportcard.com/report/github.com/yannh/kubeconform) [![PkgGoDev](https://pkg.go.dev/badge/github.com/yannh/kubeconform/pkg/validator)](https://pkg.go.dev/github.com/yannh/kubeconform/pkg/validator)