From 475b6755e12eb076adc83fcb841ecc0b26fe5b04 Mon Sep 17 00:00:00 2001 From: TerraNovaUser <51765070+TerraNovaUser@users.noreply.github.com> Date: Tue, 6 Aug 2019 23:48:11 +0300 Subject: [PATCH] Update README.md Add Codecov badge --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 7e2a535..a44363d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ [![Build Status](https://travis-ci.org/aquasecurity/linux-bench.svg?branch=master)](https://travis-ci.org/aquasecurity/linux-bench) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) +[![Coverage Status][cov-img]][cov] + +[cov-img]: https://codecov.io/github/aquasecurity/docker-bench/branch/master/graph/badge.svg +[cov]: https://codecov.io/github/aquasecurity/docker-bench Linux-bench is a Go application that checks whether The linux operating system is configured securely by running the checks documented in the CIS Distribution Independent Linux Benchmark.