Deploy Prowler CIS scanner #310

Merged
eblume merged 7 commits from deploy-prowler into main 2026-03-24 16:08:10 -07:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 9d0001355c - Show all commits

Fix NFS mount path for shared reports share

Mount /volume1/reports (share root) not /volume1/reports/prowler.
Prowler writes to /reports/prowler/ subdirectory within the mount.
This allows other services to share the same NFS share.

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

View file

@ -23,7 +23,7 @@ spec:
- --output-formats
- html,csv,json-ocsf
- --output-directory
- /reports
- /reports/prowler
volumeMounts:
- name: reports
mountPath: /reports

View file

@ -19,4 +19,4 @@ spec:
storageClassName: ""
nfs:
server: sifaka
path: /volume1/reports/prowler
path: /volume1/reports