Integrating kube-bench with AWS Security Hub and editing cfg/eks-1.0/config.yaml #799
ismailyenigul
started this conversation in
Development
Replies: 1 comment
-
This is now covered by @mkandelaars's contribution, as discussed in #791 - you can now set these values in a ConfigMap |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to integrate kube-bench with AWS Security Hub
According to
https://github.com/aquasecurity/kube-bench/blob/main/docs/asff.md#configure-and-rebuild-kube-bench
I have to edit
cfg/eks-1.0/config.yaml
to specify the AWS account, AWS region, and the EKS Cluster ARN.Do I have to really edit this file to set these env before building docker image for EKS?
Does it work if I set these env with k8s configmap or env variable instead of hard-coded variables in config file?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions