0.40.0 (2026-07-21)
Features
- build: include Trivy commit hash in scanner metadata (#35) (5e93741)
- Scan pre-existing SBOM accessory instead of image layers (#38) (7d97d36)
Bug Fixes
Container Image
Multi-arch image (linux/amd64, linux/arm64) signed with cosign.
| Image | Reference |
|---|---|
harbor-scanner-trivy |
8gears.container-registry.com/8gcr/harbor-scanner-trivy:v0.40.0 |
Verify the image signature:
cosign verify \
--certificate-identity "https://github.com/container-registry/harbor-scanner-trivy/.github/workflows/publish-image.yml@refs/heads/main" \
--certificate-oidc-issuer "https://token.actions.githubusercontent.com" \
8gears.container-registry.com/8gcr/harbor-scanner-trivy:v0.40.0Verify the SBOM attestation:
cosign verify-attestation \
--certificate-identity "https://github.com/container-registry/harbor-scanner-trivy/.github/workflows/publish-image.yml@refs/heads/main" \
--certificate-oidc-issuer "https://token.actions.githubusercontent.com" \
--type spdxjson \
8gears.container-registry.com/8gcr/harbor-scanner-trivy@sha256:1d4c14935a17fbffd854dd72aa746d1d61a0dae6f4959760de8b18961c1a1c8cHelm Chart
helm install harbor-scanner-trivy \
oci://8gears.container-registry.com/8gcr/charts/harbor-scanner-trivy \
--version 0.40.0Binaries
Static linux/amd64 and linux/arm64 binaries are attached to this release
(checksums.txt has the SHA256 sums):
| Asset | Contents |
|---|---|
scanner-trivy_linux-<arch>.tar.gz |
Harbor scanner adapter v0.40.0 |
trivy_linux-<arch>.tar.gz |
Trivy CLI v0.72.0, built from source |