aquasecurity / kube-hunter

Hunt for security weaknesses in Kubernetes clusters
Apache License 2.0
4.7k stars 581 forks source link

Fix job.yaml #368

Closed eoftedal closed 3 years ago

eoftedal commented 3 years ago

Description

Current version produces the following error:

python: can't open file 'kube-hunter.py': [Errno 2] No such file or directory

This will change the command to use kube-hunter in the /usr/local/bin folder

Contribution Guidelines

Please Read through the Contribution Guidelines.

Fixed Issues

"BEFORE" and "AFTER" output

BEFORE

AFTER

Contribution checklist

Notes

Simple fix of the job.yaml

lizrice commented 3 years ago

Similar change #367 should fix this (when we can persuade the linter to pass)