Skip to content

v0.39.1

Choose a tag to compare

@github-actions github-actions released this 12 Jul 22:13
69dbb0d

0.39.1 (2026-07-12)

Bug Fixes

  • Add lprobe and align image user with harbor-next trivy-adapter (#33) (78eb9d3)
  • ci: bump Go to 1.26.5 to resolve GO-2026-5856 (#32) (344d2e4)

Performance Improvements

  • add benchmark tests for trivy and scan packages (#12) (e053ae4)
  • redis: gzip-compress stored scan job values (#31) (df82d98)

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

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

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:29fac3e342b0dd4e1974868e01bb22b7f7a33cf52138ccb7de6705451ddd7c68

Helm Chart

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

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.39.1
trivy_linux-<arch>.tar.gz Trivy CLI v0.72.0, built from source