Skip to content

v0.14.5

Choose a tag to compare

@github-actions github-actions released this 17 Jun 09:17
· 5 commits to main since this release

Docker images

Pull the matching ghcr.io tag:

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

Image pages:

shdg CLI

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

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

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

Changes (v0.14.3…v0.14.5)

  • build(deps): pin setuptools so scanner-bridge --require-hashes build is reproducible (262dd3c)
  • fix(scanner-bridge)!: run bridge as non-root sgw (uid 100) to reclaim semgrep scratch (issue #24) (b404536)
  • build(deps): bump python-multipart in /scanner-bridge (#27) (3543a60)