Skip to content

v0.15.2

Choose a tag to compare

@github-actions github-actions released this 18 Jun 10:00
· 2 commits to main since this release

Docker images

Pull the matching ghcr.io tag:

docker pull ghcr.io/cloudfieldcz/shieldoo-gate:0.15.2
docker pull ghcr.io/cloudfieldcz/scanner-bridge:0.15.2

Image pages:

shdg CLI

Push-from-CI client. Pre-built for Linux, macOS, and Windows:

OS Arch Archive
Linux x86_64 shdg-0.15.2-linux-amd64.tar.gz
Linux aarch64 shdg-0.15.2-linux-arm64.tar.gz
macOS Intel shdg-0.15.2-darwin-amd64.tar.gz
macOS Apple Silicon shdg-0.15.2-darwin-arm64.tar.gz
Windows x86_64 shdg-0.15.2-windows-amd64.zip

shdg version reports 0.15.2 to match the Docker tag.
Verify archive integrity with SHA256SUMS (also attached).

Changes (v0.15.1…v0.15.2)

  • feat(scanner-bridge): make gRPC worker pool size configurable via BRIDGE_MAX_WORKERS (c2a22d9)
  • docs(security): add minimal SECURITY.md with vulnerability disclosure policy (4699dcd)