Document upstream fix for Prowler --registry bug (pending release)

PR #10470 merged 2026-03-30; initContainer workaround stays until a
Prowler release includes the fix (latest is 5.22.0).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Erich Blume 2026-04-02 20:21:19 -07:00
commit 464e3222d2
2 changed files with 4 additions and 0 deletions

View file

@ -20,6 +20,9 @@ spec:
# not passed to provider constructor). Generate image list from
# zot catalog API instead.
# See: https://github.com/prowler-cloud/prowler/issues/10457
# Fix merged upstream (PR #10470, 2026-03-30) but not yet in a
# release (latest: 5.22.0). Remove this initContainer once a
# release includes the fix and we upgrade.
- name: enumerate-images
image: registry.ops.eblu.me/blumeops/prowler:kustomized
command: ["python3", "-c"]

View file

@ -0,0 +1 @@
Prowler `--registry` fix merged upstream (PR #10470); initContainer workaround documented as pending release.