From 7530e6fee34c51b0487005327810cb123a50f6d5 Mon Sep 17 00:00:00 2001 From: Sanka Sathyaji <39547771+ssathyaji@users.noreply.github.com> Date: Fri, 4 Sep 2020 16:45:24 +0530 Subject: [PATCH] Update job.yml for Kubernetes cluster jobs (#367) Existing job.yml has wrong command for command ["python", "kube-hunter,py"]. But it should change to command ["kube-hunter"] Co-authored-by: Liz Rice --- job.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/job.yaml b/job.yaml index f453667..8f722df 100644 --- a/job.yaml +++ b/job.yaml @@ -8,7 +8,7 @@ spec: containers: - name: kube-hunter image: aquasec/kube-hunter - command: ["python", "kube-hunter.py"] + command: ["kube-hunter"] args: ["--pod"] restartPolicy: Never backoffLimit: 4