From 4847b323b6ca2a7b1f335f1084115422a088017c Mon Sep 17 00:00:00 2001 From: Yoav Rotem Date: Thu, 17 Dec 2020 15:56:50 +0200 Subject: [PATCH] Change master to be main --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 27ea7dd..3d27699 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -[![Build Status](https://travis-ci.org/aquasecurity/linux-bench.svg?branch=master)](https://travis-ci.org/aquasecurity/linux-bench) +[![Build Status](https://travis-ci.org/aquasecurity/linux-bench.svg?branch=main)](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/linux-bench/branch/master/graph/badge.svg +[cov-img]: https://codecov.io/github/aquasecurity/linux-bench/branch/main/graph/badge.svg [cov]: https://codecov.io/github/aquasecurity/linux-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.