From 6a9c3a7b127c5397ede7c5353eed00f57aceb611 Mon Sep 17 00:00:00 2001 From: Daniel Farrell Date: Wed, 19 May 2021 12:51:04 -0400 Subject: [PATCH] Add CII badge, remove PR-triggered badges Add Submariner's CII Best Practices badge to the README. Remove badges for workflows triggered by PRs, as their status reflects tests against proposed/WIP code, not merged code. This causes false red flags, reducing the utility of the badges overall. Leave badges for workflows run against merged code. Signed-off-by: Daniel Farrell --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index f93b5588c..832b312f3 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,8 @@ # Lighthouse -[![End to End Tests](https://github.com/submariner-io/lighthouse/workflows/End%20to%20End%20Tests/badge.svg)](https://github.com/submariner-io/lighthouse/actions?query=workflow%3A%22End+to+End+Tests%22) -[![Unit Tests](https://github.com/submariner-io/lighthouse/workflows/Unit%20Tests/badge.svg)](https://github.com/submariner-io/lighthouse/actions?query=workflow%3A%22Unit+Tests%22) -[![Linting](https://github.com/submariner-io/lighthouse/workflows/Linting/badge.svg)](https://github.com/submariner-io/lighthouse/actions?query=workflow%3ALinting) +[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/4865/badge)](https://bestpractices.coreinfrastructure.org/projects/4865) [![Release Images](https://github.com/submariner-io/lighthouse/workflows/Release%20Images/badge.svg)](https://github.com/submariner-io/lighthouse/actions?query=workflow%3A%22Release+Images%22) -[![Upgrade](https://github.com/submariner-io/lighthouse/workflows/Upgrade/badge.svg)](https://github.com/submariner-io/lighthouse/actions?query=workflow%3AUpgrade) [![Periodic](https://github.com/submariner-io/lighthouse/workflows/Periodic/badge.svg)](https://github.com/submariner-io/lighthouse/actions?query=workflow%3APeriodic) [![Flake Finder](https://github.com/submariner-io/lighthouse/workflows/Flake%20Finder/badge.svg)](https://github.com/submariner-io/lighthouse/actions?query=workflow%3A%22Flake+Finder%22)