Skip to content

SeeBOM 0.4.3

Choose a tag to compare

@koksay koksay released this 18 May 08:27

Container Images

All images are signed with cosign (keyless) and attested with SLSA provenance.

docker pull ghcr.io/seebom-labs/seebom/api-gateway:0.4.3
docker pull ghcr.io/seebom-labs/seebom/parsing-worker:0.4.3
docker pull ghcr.io/seebom-labs/seebom/ingestion-watcher:0.4.3
docker pull ghcr.io/seebom-labs/seebom/cve-refresher:0.4.3
docker pull ghcr.io/seebom-labs/seebom/ui:0.4.3

Verify signatures:

cosign verify --certificate-identity-regexp="https://github.com/seebom-labs/seebom" \
  --certificate-oidc-issuer="https://token.actions.githubusercontent.com" \
  ghcr.io/seebom-labs/seebom/api-gateway:0.4.3

Helm Chart

helm install seebom oci://ghcr.io/seebom-labs/seebom/charts/seebom --version 0.4.3

SBOM

An SPDX SBOM for this release is attached as seebom-0.4.3.spdx.json.

What's Changed

Other Changes

  • Make batch job cleanup optional for argocd by @koksay in #129

Full Changelog: v0.4.2...v0.4.3