mirror of
https://github.com/aquasecurity/kube-hunter.git
synced 2026-02-14 18:09:56 +00:00
* feat: github actions to publish ecr and docker * test: github actions to publish ecr and docker * chore: yaml lint github actions * chore: yaml lint github actions * fix: secrets envs for github action * chore: build and push action for ecr/docker Co-authored-by: Carol Valencia <krol3@users.noreply.github.com>
16 lines
282 B
YAML
16 lines
282 B
YAML
---
|
|
apiVersion: batch/v1
|
|
kind: Job
|
|
metadata:
|
|
name: kube-hunter
|
|
spec:
|
|
template:
|
|
spec:
|
|
containers:
|
|
- name: kube-hunter
|
|
image: aquasec/kube-hunter
|
|
command: ["kube-hunter"]
|
|
args: ["--pod"]
|
|
restartPolicy: Never
|
|
backoffLimit: 4
|