What problem does it solve? Security and compliance teams need a complete Software Bill of Materials of every container image running in a Kubernetes cluster, but manually enumerating workloads, filtering platform add-ons, and scanning hundreds of images is slow and error-prone. ## Core Features & Use Cases - Workload Enumeration: Extracts container and initContainer images from Deployments, StatefulSets, DaemonSets, Jobs, and CronJobs across all namespaces, with filtering of kube-* namespaces and EKS add-on images. - Batch Syft Scanning: Scans each unique image with syft via background processes and parallel batches, with ECR authentication handling and per-image timeout control. - Aggregated Reporting: Produces image inventory CSV, per-package SBOM CSV, unique-package summary, CycloneDX 1.5 JSON, and a Markdown report including failed and stale images. - Use Case: Run a full-cluster audit on a production EKS cluster with 297 images to identify :latest tags, stale cross-region ECR references, and all 23,000+ unique packages for a compliance review. ## Quick Start Generate a full SBOM and image inventory of all workloads running in my Kubernetes cluster, excluding kube-system and EKS add-ons.