diff --git a/.gitignore b/.gitignore index c630525..36a1253 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ coverage.txt thumbs.db /kubeconfig.kube-bench /test.data +*.iml \ No newline at end of file diff --git a/job.yaml b/job.yaml index bf1adf7..f34824b 100644 --- a/job.yaml +++ b/job.yaml @@ -12,7 +12,7 @@ spec: hostPID: true containers: - name: kube-bench - image: aquasec/kube-bench:v0.6.6 + image: aquasec/kube-bench:v0.6.7-rc1 command: ["kube-bench"] volumeMounts: - name: var-lib-etcd