From aca0ae528fc80036dc7f9e279c8aab36d7f8a70e Mon Sep 17 00:00:00 2001
From: Peter Balogh
Date: Fri, 2 Aug 2024 14:27:22 +0200
Subject: [PATCH] fix: update eks job
---
job-eks.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/job-eks.yaml b/job-eks.yaml
index d3fe277..e5fad34 100644
--- a/job-eks.yaml
+++ b/job-eks.yaml
@@ -11,7 +11,7 @@ spec:
- name: kube-bench
# Push the image to your ECR and then refer to it here
# image:
- image: docker.io/poke/kube-bench:7981c07
+ image: docker.io/poke/kube-bench:43aba40
# To send findings to AWS Security Hub, refer to `job-eks-asff.yaml` instead
command:
[