Files
prowler/contrib/k8s
Pablo Fernandez Guerra (PFE) 853610bbbf feat(ui): resolve public SaaS config at container runtime (#11500)
Co-authored-by: Pablo F.G <pablo.fernandez@prowler.com>
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-18 15:12:18 +02:00
..
2022-12-13 09:07:55 +01:00
2022-05-25 12:54:15 +02:00

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