Skip to content

BOMHort 0.6.1

Latest

Choose a tag to compare

@koksay koksay released this 23 Jul 13:50

Container Images

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

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

Verify signatures:

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

Helm Chart

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

SBOM

An SPDX SBOM for this release is attached as bomhort-0.6.1.spdx.json.

What's Changed

📖 Documentation

  • Helm chart and docs update after some migration problems by @koksay in #252

Full Changelog: v0.6.0...v0.6.1