mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-07-23 20:42:02 +00:00
1ee4de18be
Co-authored-by: Janderik Marins <janderik@email.com> Co-authored-by: Daniel Barranquero <danielbo2001@gmail.com>
K8S - Cronjob
Simple instructions to add a cronjob on K8S to execute a prowler and save the results on AWS S3.
Files:
cronjob.yml ---> is a cronjob for K8S, you must set the frequency and probes from yours scans
secret.yml -----> is a secret file with AWS ID/Secret and the name of bucket
To apply:
$ kubectl -f cronjob.yml
$ kubectl -f secret.yml