Skip to content
Snippets Groups Projects
Unverified Commit e69b2fe5 authored by Liz Rice's avatar Liz Rice Committed by GitHub
Browse files

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
parent 5ff32e55
No related branches found
No related tags found
No related merge requests found
...@@ -196,6 +196,8 @@ version_mapping: ...@@ -196,6 +196,8 @@ version_mapping:
"1.15": "cis-1.5" "1.15": "cis-1.5"
"1.16": "cis-1.5" "1.16": "cis-1.5"
"1.17": "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" "gke-1.0": "gke-1.0"
"ocp-3.10": "rh-0.7" "ocp-3.10": "rh-0.7"
"ocp-3.11": "rh-0.7" "ocp-3.11": "rh-0.7"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment