mirror of
https://github.com/aquasecurity/kube-bench.git
synced 2025-01-15 18:20:54 +00:00
a38a3c5bbc
* feat(cfg): add EKS 1.5.0 * fix(cfg): target map * fix: update eks job * fix: target mapping * feat: use CIS EKS 1.5.0 by default * fix: scored in node.yaml Signed-off-by: Peter Balogh <p.balogh.sa@gmail.com> * doc: add CIS EKS 1.5.0 Signed-off-by: Peter Balogh <p.balogh.sa@gmail.com> --------- Signed-off-by: Peter Balogh <p.balogh.sa@gmail.com>
10 lines
369 B
YAML
10 lines
369 B
YAML
---
|
|
## Version-specific settings that override the values in cfg/config.yaml
|
|
## These settings are required if you are using the --asff option to report findings to AWS Security Hub
|
|
## AWS account number is required.
|
|
AWS_ACCOUNT: "<AWS_ACCT_NUMBER>"
|
|
## AWS region is required.
|
|
AWS_REGION: "<AWS_REGION>"
|
|
## EKS Cluster ARN is required.
|
|
CLUSTER_ARN: "<AWS_CLUSTER_ARN>"
|