Skip to content

v0.40.0

Latest

Choose a tag to compare

@github-actions github-actions released this 21 Jul 06:57
6d3934e

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

  • docker: derive HEALTHCHECK port and scheme from server config (#34) (55d74dc)

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.0

Verify 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:1d4c14935a17fbffd854dd72aa746d1d61a0dae6f4959760de8b18961c1a1c8c

Helm Chart

helm install harbor-scanner-trivy \
  oci://8gears.container-registry.com/8gcr/charts/harbor-scanner-trivy \
  --version 0.40.0

Binaries

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