Deploy Prowler CIS scanner #310
1 changed files with 3 additions and 1 deletions
Fix prowler output-formats args (separate values, not comma-separated)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
commit
070a684946
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue