From 3d217e15baabe604dda496b43253a2fbec28bdef Mon Sep 17 00:00:00 2001 From: Mark Goddard Date: Fri, 15 Nov 2024 09:37:01 +0000 Subject: [PATCH] Fix CI status badge in README.md (again...) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ec82bb8..75f4c3a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # cofidectl: a CLI for Kubernetes workload identity -[![CI](https://github.com/cofide/cofidectl/workflows/ci/badge.svg)](https://github.com/cofide/cofidectl/actions?workflow%3Aci+branch%3Amain) +[![CI](https://github.com/cofide/cofidectl/workflows/ci/badge.svg)](https://github.com/cofide/cofidectl/actions?query=workflow%3Aci+branch%3Amain) `cofidectl` is a command-line tool that makes it easy to install and manage workload identity providers for Kubernetes, and provide seamless and secure mTLS for applications. It builds on [SPIFFE](https://spiffe.io/docs/latest/spiffe-about/overview/)/[SPIRE](https://spiffe.io/docs/latest/spire-about/) and provides a set of abstractions that make it easy to configure. `cofidectl` can be used to deploy single cluster instances, or handle federation across multiple clusters.