2026-03-24 16:08:09 -07:00
|
|
|
---
|
|
|
|
|
title: Prowler
|
|
|
|
|
modified: 2026-03-24
|
|
|
|
|
last-reviewed: 2026-03-24
|
|
|
|
|
tags:
|
|
|
|
|
- service
|
|
|
|
|
- security
|
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
# Prowler
|
|
|
|
|
|
|
|
|
|
CIS Kubernetes Benchmark scanner for compliance posture reporting.
|
|
|
|
|
|
|
|
|
|
## Quick Reference
|
|
|
|
|
|
|
|
|
|
| Property | Value |
|
|
|
|
|
|----------|-------|
|
|
|
|
|
| **Namespace** | `prowler` |
|
|
|
|
|
| **Image** | `registry.ops.eblu.me/blumeops/prowler` (see `argocd/manifests/prowler/kustomization.yaml` for current tag) |
|
2026-03-24 16:49:38 -07:00
|
|
|
| **Schedule** | K8s CIS: Sunday 3am / Image: Saturday 3am / IaC: Saturday 2am |
|
|
|
|
|
| **Reports** | `sifaka:/volume1/reports/prowler/`, `prowler-images/`, `prowler-iac/` (NFS) |
|
2026-03-24 16:08:09 -07:00
|
|
|
| **Manifests** | `argocd/manifests/prowler/` |
|
|
|
|
|
|
|
|
|
|
## What it does
|
|
|
|
|
|
2026-03-24 16:43:08 -07:00
|
|
|
Runs Prowler 5 as two CronJobs:
|
|
|
|
|
|
|
|
|
|
- **K8s CIS scan** (Sunday) — CIS Kubernetes Benchmark v1.11 checks across pod security, RBAC, apiserver, etcd, kubelet, controller-manager, and scheduler
|
|
|
|
|
- **Image scan** (Saturday) — CVE, secret, and misconfiguration scanning of all `blumeops/*` container images in the registry via Trivy
|
2026-03-24 16:49:38 -07:00
|
|
|
- **IaC scan** (Saturday) — static analysis of Dockerfiles, K8s manifests, and other IaC files in the repo via Trivy
|
2026-03-24 16:43:08 -07:00
|
|
|
|
|
|
|
|
Reports are written in HTML, CSV, and JSON-OCSF to the NFS share on sifaka.
|
2026-03-24 16:08:09 -07:00
|
|
|
|
|
|
|
|
## See also
|
|
|
|
|
|
|
|
|
|
- [[security]] — security & compliance posture overview
|
|
|
|
|
- [[deploy-prowler]] — deployment how-to, ad-hoc scan instructions, check relevance notes
|
|
|
|
|
- [[read-compliance-reports]] — how to access and interpret reports
|