Skip to content

Commit

Permalink
Add comments for version_mapping and target_mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
andypitcher committed Nov 28, 2024
1 parent 074c46d commit 1d47eca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package/cfg/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ policies:
managedservices:
components: []

# TODO: Clean up in the next refactor
# Version mapping: Maps k8s versions to a CIS version/profile.
version_mapping:
"1.23": "cis-1.23"
"1.24": "cis-1.24"
Expand All @@ -231,6 +231,7 @@ version_mapping:
"v1.26.15+k3s1": "k3s-cis-1.8-hardened"
"v1.27.16+k3s1": "k3s-cis-1.9"

# Target mapping: Defines which components (eg. master, node, etcd) should be evaluated for a given CIS profile.
target_mapping:
# EKS
"eks-1.2.0":
Expand Down

0 comments on commit 1d47eca

Please sign in to comment.