Skip to content
This repository has been archived by the owner on May 6, 2020. It is now read-only.

Commit

Permalink
scripts/kube-hunter-manifests/config.yaml: use patched kube-hunter image
Browse files Browse the repository at this point in the history
Which contains patch, which adds timeout when discovering kube-apiserver
instances, updates kube-hunter to latest version, but has reversed
patches, which breaks debug logging.

The image is build from source stored in
https://github.com/kinvolk/kube-hunter/tree/kinvolk-master

Closes #145

Signed-off-by: Mateusz Gozdek <mateusz@kinvolk.io>
  • Loading branch information
invidian committed Jan 21, 2020
1 parent 78f86d0 commit bfa3e96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/kube-hunter-manifests/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
serviceAccountName: kube-hunter
containers:
- name: kube-hunter
image: aquasec/kube-hunter
image: quay.io/kinvolk/kube-hunter:45870df
command: ["python", "kube-hunter.py"]
args: ["--pod", "--active", "--log", "DEBUG"]
restartPolicy: Never
Expand Down

0 comments on commit bfa3e96

Please sign in to comment.