Skip to main content
Syft generates a Software Bill of Materials for every unique container image in your cluster.

Why SBOMs Matter

  • EO 14028 requires SBOMs for software sold to the US government
  • SOC 2 / FedRAMP require software inventory documentation
  • Supply chain security — know exactly what’s running
  • Faster CVE scanning — Grype scans SBOMs instead of pulling images

Formats

Configuration

Verifying ChangeGuard’s own artifacts

ChangeGuard ships its software the same way it asks you to scan yours. The Helm chart, the operator and agent images, and a CycloneDX SBOM attestation for each are signed with cosign, backed by keys held in AWS KMS. Verify any artifact against the published key before it runs:
A successful verification confirms both the signature and the attached SBOM attestation. Wire the same check into your CI pipeline or an admission controller (Sigstore policy-controller or Kyverno) to enforce that only signed ChangeGuard artifacts are admitted to your cluster.