github aquasecurity/harbor-scanner-trivy v0.13.0

latest releases: v0.30.6, v0.30.5, v0.30.4...
3 years ago

Notes

There's a breaking change in configuration of the adapter service. Instead of configuring Redis connection pool for the Store and Job Queue separately, we have introduced a single set of environment variables to configure the singleton connection pool:

  • SCANNER_REDIS_URL
  • SCANNER_REDIS_POOL_MAX_ACTIVE
  • SCANNER_REDIS_POOL_MAX_IDLE
  • SCANNER_REDIS_POOL_IDLE_TIMEOUT
  • SCANNER_REDIS_POOL_CONNECTION_TIMEOUT
  • SCANNER_REDIS_POOL_READ_TIMEOUT
  • SCANNER_REDIS_POOL_WRITE_TIMEOUT

Changelog

a0400b5 feat: Add support for Sentinel (#129)
e2b46d5 feat: Use a single connection pool for Redis (#130)

Docker images

  • docker pull docker.io/aquasec/harbor-scanner-trivy:0.13.0

Don't miss a new harbor-scanner-trivy release

NewReleases is sending notifications on new releases.