Deploy Prowler CIS scanner #310

Merged
eblume merged 7 commits from deploy-prowler into main 2026-03-24 16:08:10 -07:00
Showing only changes of commit 070a684946 - Show all commits

Fix prowler output-formats args (separate values, not comma-separated)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Erich Blume 2026-03-24 15:50:45 -07:00

View file

@ -21,7 +21,9 @@ spec:
- cis_1.11_kubernetes
- -z
- --output-formats
- html,csv,json-ocsf
- html
- csv
- json-ocsf
- --output-directory
- /reports/prowler
volumeMounts: