aquasecurity / kube-bench

Checks whether Kubernetes is deployed according to security best practices as defined in the CIS Kubernetes Benchmark
Apache License 2.0
6.97k stars 1.21k forks source link

Add GKE 1.6 CIS benchmark for GCP environment #1672

Open ttousai opened 4 weeks ago

ttousai commented 4 weeks ago

Implements #1662

CLAassistant commented 4 weeks ago

CLA assistant check
All committers have signed the CLA.

deven0t commented 4 weeks ago

Hi @ttousai We will need to update cis version selection based on k8s version here https://github.com/aquasecurity/kube-bench/blob/main/cmd/util.go#L497 can you check and update, so new version will selected as per k8s version

ttousai commented 4 weeks ago

Hello @deven0t I have added the selection based on k8s version and also added updates to various documents about gke-1.6.0 support.