mirror of
https://github.com/aquasecurity/kube-bench.git
synced 2024-11-26 01:49:28 +00:00
fix(cfg): target map
This commit is contained in:
parent
7981c07e0f
commit
43aba407bd
@ -287,6 +287,7 @@ version_mapping:
|
||||
"eks-1.0.1": "eks-1.0.1"
|
||||
"eks-1.1.0": "eks-1.1.0"
|
||||
"eks-1.2.0": "eks-1.2.0"
|
||||
"eks-1.5.0": "eks-1.5.0"
|
||||
"gke-1.0": "gke-1.0"
|
||||
"gke-1.2.0": "gke-1.2.0"
|
||||
"ocp-3.10": "rh-0.7"
|
||||
|
@ -11,16 +11,16 @@ spec:
|
||||
- name: kube-bench
|
||||
# Push the image to your ECR and then refer to it here
|
||||
# image: <ID.dkr.ecr.region.amazonaws.com/aquasec/kube-bench:ref>
|
||||
image: docker.io/aquasec/kube-bench:latest
|
||||
image: docker.io/poke/kube-bench:7981c07
|
||||
# To send findings to AWS Security Hub, refer to `job-eks-asff.yaml` instead
|
||||
command:
|
||||
[
|
||||
"kube-bench",
|
||||
"run",
|
||||
"--targets",
|
||||
"node",
|
||||
"node,policies,managedservices,controlplane",
|
||||
"--benchmark",
|
||||
"eks-1.2.0",
|
||||
"eks-1.5.0",
|
||||
]
|
||||
volumeMounts:
|
||||
- name: var-lib-kubelet
|
||||
|
Loading…
Reference in New Issue
Block a user