# Verity > Self-maintaining registry of security-patched container images. Verity continuously scans container images for CVEs, patches them in-place using Copa (no Dockerfile rebuild required), signs with cosign/Sigstore keyless OIDC, attests with SLSA L3 build provenance and CycloneDX SBOMs, and publishes signed drop-in replacements to GitHub Container Registry at ghcr.io/verity-org. Verity covers 157 container images across 14 categories: languages & build tools, web servers & proxies, databases & caching, messaging & streaming, Kubernetes & orchestration, service mesh & networking, monitoring & observability, logging, CI/CD & GitOps, security & identity, policy & compliance, cert management, data & ML, and base & utilities. Images are available in two forms: **Copa-patched** (78 images — in-place OS-level package patching of upstream images) and **Wolfi-based** (79 images — from-scratch hardened rebuilds using Wolfi packages with minimal attack surface). All images support linux/amd64 and linux/arm64. FIPS variants are available for select images (golang, nginx, caddy, helm, terraform, cosign, crane). The patching pipeline runs daily at 02:00 UTC via GitHub Actions. Every published image carries five supply-chain attestations: cosign keyless signature, SLSA Level 3 build provenance, CycloneDX SBOM, Trivy vulnerability report, and a Rekor transparency log entry. Replace your image reference — that's it: ``` docker pull ghcr.io/verity-org/prometheus/prometheus:v3.9.1-patched ``` ## Documentation - [Complete LLM Reference](https://verity.supply/llms-full.txt): Full documentation in a single file — project overview, architecture, complete image catalog with all 157 images, compliance framework mappings, CLI reference, configuration format, and contributing guide - [Overview & Quick Start](https://verity.supply/index.md): What Verity is, how to use patched images, catalog summary by category - [Supply Chain Compliance](https://verity.supply/compliance.md): SLSA L3, Sigstore/cosign, CycloneDX SBOM, Rekor transparency log, plus framework mappings for FedRAMP/NIST 800-53, SOC 2, ISO 27001, OWASP ASVS, NIST CSF 2.0, and CISA Secure by Design - [Helm Charts](https://verity.supply/charts/index.md): Pre-patched wrapper Helm charts that override upstream image references with Verity's patched equivalents ## Source - [GitHub Repository](https://github.com/verity-org/verity): Source code, CI/CD pipeline, issue tracker, discussions - [Browse Image Catalog](https://verity.supply/): Interactive catalog with vulnerability data, severity breakdowns, and supply chain badges