1
0
mirror of https://github.com/aquasecurity/kube-bench.git synced 2025-02-16 17:42:05 +00:00

fix: target mapping

This commit is contained in:
Peter Balogh 2024-08-02 14:31:08 +02:00
parent aca0ae528f
commit 489865ce3d
No known key found for this signature in database
GPG Key ID: 9A75A748F9634752
2 changed files with 7 additions and 1 deletions

View File

@ -400,6 +400,12 @@ target_mapping:
- "controlplane"
- "policies"
- "managedservices"
"eks-1.5.0":
- "master"
- "node"
- "controlplane"
- "policies"
- "managedservices"
"rh-0.7":
- "master"
- "node"

View File

@ -11,7 +11,7 @@ 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/poke/kube-bench:43aba40
image: docker.io/aquasec/kube-bench:latest
# To send findings to AWS Security Hub, refer to `job-eks-asff.yaml` instead
command:
[