From c71bd20c1f203195281f1b3445feeae66964e66f Mon Sep 17 00:00:00 2001 From: Chris Aniszczyk Date: Fri, 14 Oct 2016 15:28:53 -0700 Subject: [PATCH] Add Go Report Card https://goreportcard.com/report/github.com/opencontainers/runtime-tools Signed-off-by: Chris Aniszczyk --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a561a895..d8d406d9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# oci-runtime-tool [![Build Status](https://travis-ci.org/opencontainers/runtime-tools.svg?branch=master)](https://travis-ci.org/opencontainers/runtime-tools) +# oci-runtime-tool [![Build Status](https://travis-ci.org/opencontainers/runtime-tools.svg?branch=master)](https://travis-ci.org/opencontainers/runtime-tools) [![Go Report Card](https://goreportcard.com/badge/github.com/opencontainers/runtime-tools)](https://goreportcard.com/report/github.com/opencontainers/runtime-tools) oci-runtime-tool is a collection of tools for working with the [OCI runtime specification][runtime-spec].