mirror of
https://github.com/aquasecurity/kube-bench.git
synced 2024-11-17 05:19:27 +00:00
a34047c105
* Adding eks-stig-kubernetes-v1r6 * Fixing lint errors * Reformatting texts * Removing pinned docker tag * Updating Expected Stig Output Co-authored-by: EC2 Default User <ec2-user@ip-10-0-44-222.ec2.internal>
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>"
|