From c18011ea0ec5673caf420557a777ac25ceb15ba1 Mon Sep 17 00:00:00 2001 From: Daniel Farrell Date: Wed, 19 May 2021 11:49:06 -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 012d24cd9..a8f52be5a 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,8 @@ # Submariner -[![End to End Tests](https://github.com/submariner-io/submariner/workflows/End%20to%20End%20Tests/badge.svg)](https://github.com/submariner-io/submariner/actions?query=workflow%3A%22End+to+End+Tests%22) -[![Unit Tests](https://github.com/submariner-io/submariner/workflows/Unit%20Tests/badge.svg)](https://github.com/submariner-io/submariner/actions?query=workflow%3A%22Unit+Tests%22) -[![Linting](https://github.com/submariner-io/submariner/workflows/Linting/badge.svg)](https://github.com/submariner-io/submariner/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/submariner/workflows/Release%20Images/badge.svg)](https://github.com/submariner-io/submariner/actions?query=workflow%3A%22Release+Images%22) -[![Upgrade](https://github.com/submariner-io/submariner/workflows/Upgrade/badge.svg)](https://github.com/submariner-io/submariner/actions?query=workflow%3AUpgrade) [![Periodic](https://github.com/submariner-io/submariner/workflows/Periodic/badge.svg)](https://github.com/submariner-io/submariner/actions?query=workflow%3APeriodic) [![Flake Finder](https://github.com/submariner-io/submariner/workflows/Flake%20Finder/badge.svg)](https://github.com/submariner-io/submariner/actions?query=workflow%3A%22Flake+Finder%22)