From 8cb90d6e2acf2d85b89bf51b4df36ed763a79277 Mon Sep 17 00:00:00 2001 From: James Zabala <35942204+clouderati@users.noreply.github.com> Date: Fri, 17 Aug 2018 13:36:14 -0400 Subject: [PATCH] Add CII Best Practices Badge As per CNCF requirements, adding CII best practices badge to README.md. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2769312f7..ac62d2328 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ [![Build Status](https://travis-ci.org/goharbor/harbor.svg?branch=master)](https://travis-ci.org/goharbor/harbor) [![Coverage Status](https://coveralls.io/repos/github/goharbor/harbor/badge.svg?branch=master)](https://coveralls.io/github/goharbor/harbor?branch=master) [![Go Report Card](https://goreportcard.com/badge/github.com/goharbor/harbor)](https://goreportcard.com/report/github.com/goharbor/harbor) +[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/2095/badge)](https://bestpractices.coreinfrastructure.org/projects/2095) **Note**: The `master` branch may be in an *unstable or even broken state* during development. Please use [releases](https://github.com/vmware/harbor/releases) instead of the `master` branch in order to get stable binaries.