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.1Helm Chart
helm install bomhort oci://ghcr.io/seebom-labs/bomhort/charts/bomhort --version 0.6.1SBOM
An SPDX SBOM for this release is attached as bomhort-0.6.1.spdx.json.
What's Changed
📖 Documentation
Full Changelog: v0.6.0...v0.6.1