aboutsummaryrefslogtreecommitdiffstats
path: root/functest_kubernetes/security/kube-hunter.yaml
blob: f84789432ef84ad6076d1679f104b55b1f25052d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
apiVersion: batch/v1
kind: Job
metadata:
  name: kube-hunter
spec:
  template:
    spec:
      containers:
      - name: kube-hunter
        image: aquasec/kube-hunter:0.3.1
        command: ["python", "kube-hunter.py"]
        args: ["--pod", "--report", "json", "--statistics"]
      restartPolicy: Never
  backoffLimit: 4