From e1959b66dbe18ee199823194b90dadc4f12f00e7 Mon Sep 17 00:00:00 2001
From: Liz Rice <liz@lizrice.com>
Date: Mon, 19 Jun 2017 15:50:49 +0100
Subject: [PATCH] Add README

---
 README.md | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 README.md

diff --git a/README.md b/README.md
new file mode 100644
index 0000000..253bb80
--- /dev/null
+++ b/README.md
@@ -0,0 +1,13 @@
+# kubernetes-bench-security
+
+The Kubernetes Bench for Security is a Go application that checks whether Kubernetes is deployed securely by running the checks documented in the CIS Kubernetes 1.6 Benchmark v1.0.0.
+
+Tests are configured with YAML files, making this tool easy to update as test specifications evolve. 
+
+## Installation
+
+Install by cloning this repository and running 
+
+```make install```
+
+This builds the application and also copies the test configuration files into a .cis_kubernetes directory in your home directory. 
-- 
GitLab