From e69b2fe54918381e857ba04a48921d5e12699c02 Mon Sep 17 00:00:00 2001
From: Liz Rice <liz@lizrice.com>
Date: Mon, 3 Aug 2020 20:38:37 +0100
Subject: [PATCH] Add mappings for eks-1.0 and Kubernetes 1.18 (#654)

Allows user to specify either `--version` or `--benchmark-version` as `eks-1.0`
Allows user to specify (or auto-detect K8s version 1.18) and get the CIS 1.5 benchmark
---
 cfg/config.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/cfg/config.yaml b/cfg/config.yaml
index 66d3aca..5c2aaf9 100644
--- a/cfg/config.yaml
+++ b/cfg/config.yaml
@@ -196,6 +196,8 @@ version_mapping:
   "1.15": "cis-1.5"
   "1.16": "cis-1.5"
   "1.17": "cis-1.5"
+  "1.18": "cis-1.5"
+  "eks-1.0": "eks-1.0"
   "gke-1.0": "gke-1.0"
   "ocp-3.10": "rh-0.7"
   "ocp-3.11": "rh-0.7"
-- 
GitLab