From 536692181bc9c650a6d32d35ac211146a7dea0b7 Mon Sep 17 00:00:00 2001 From: Yusuke Kuoka Date: Thu, 19 May 2022 18:16:39 +0900 Subject: [PATCH] docs: Add CII Best Practices badge to README (#1461) Ref https://github.com/actions-runner-controller/actions-runner-controller/issues/1298 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 60411a6f..96ed5712 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # actions-runner-controller (ARC) +[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/6061/badge)](https://bestpractices.coreinfrastructure.org/projects/6061) [![awesome-runners](https://img.shields.io/badge/listed%20on-awesome--runners-blue.svg)](https://github.com/jonico/awesome-runners) This controller operates self-hosted runners for GitHub Actions on your Kubernetes cluster.