Run kube-bench as Kubernetes job

First, go to kube-bench GitHub page and grab a raw link for job.yaml:

https://raw.githubusercontent.com/aquasecurity/kube-bench/main/job.yaml
Next run a job with this yaml:
kubectl apply -f https://raw.githubusercontent.com/aquasecurity/kube-bench/main/job.yaml
Wait for a few seconds for the job to complete:
kubectl get pods -w
The results are held in the pod's logs:
kubectl logs kube-bench-ghpcf
For this task the files job.yaml, job-master.yaml and job-node.yaml could be used. Have fun!