From 91bd47f2964cc6f1f9e15ae9ac638f6dcba7f780 Mon Sep 17 00:00:00 2001
From: Nando Theessen <nando.theessen@gmail.com>
Date: Sat, 26 Oct 2019 02:31:57 +0200
Subject: [PATCH] Fixes job-eks.yaml to not fail on startup (#461)

---
 job-eks.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/job-eks.yaml b/job-eks.yaml
index 13fee0c..06035cf 100644
--- a/job-eks.yaml
+++ b/job-eks.yaml
@@ -10,7 +10,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>
-        command: ["kube-bench", "--version", "1.11-json"]
+        command: ["kube-bench", "--version", "1.11"]
         volumeMounts:
         - name: var-lib-kubelet
           mountPath: /var/lib/kubelet
-- 
GitLab