Skip to content

Commit

Permalink
Add mappings for eks-1.0 and Kubernetes 1.18 (#654)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
lizrice committed Aug 3, 2020
1 parent 5ff32e5 commit e69b2fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cfg/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit e69b2fe

Please sign in to comment.