DevGuard Scanner 0.16.1-test.1
·
2278 commits
to main
since this release
DevGuard Release 0.16.1-test.1
π‘οΈ Secure software supply chain scanning and security analysis toolkit
π¦ Release Assets
π± Binaries
devguard-scanner-linux-amd64.tar.gz- Linux x64 binarydevguard-scanner-linux-arm64.tar.gz- Linux ARM64 binarydevguard-scanner-darwin-amd64.tar.gz- macOS x64 binarydevguard-scanner-darwin-arm64.tar.gz- macOS ARM64 (Apple Silicon) binarydevguard-scanner-windows-amd64.zip- Windows x64 binarydevguard-scanner-windows-arm64.zip- Windows ARM64 binary
π³ Container Images
- Registry:
ghcr.io/l3montree-dev/devguard:0.16.1-test.1(Main platform)ghcr.io/l3montree-dev/devguard/scanner:0.16.1-test.1(Scanner tool)
π Security Artifacts
checksums.txt- SHA256 checksums for all artifacts*.sig- Digital signatures for all artifacts*.link- in-toto attestation links*.provenance.json- SLSA Level 3 provenance attestationdevguard-scanner-0.16.1-test.1-sbom.json- Software Bill of Materials
π Quick Start
Download and Install
# Linux/macOS - Download and extract
curl -L https://github.com/l3montree-dev/devguard/releases/download/0.16.1-test.1/devguard-scanner-linux-amd64.tar.gz | tar -xz
chmod +x devguard-scanner-linux-amd64
sudo mv devguard-scanner-linux-amd64 /usr/local/bin/devguard-scanner
# Verify installation
devguard-scanner --versionDocker Usage
# Pull DevGuard Scanner from registry
docker pull ghcr.io/l3montree-dev/devguard/scanner:0.16.1-test.1
# Pull DevGuard Platform from registry
docker pull ghcr.io/l3montree-dev/devguard:0.16.1-test.1Go Install
go install github.com/l3montree-dev/devguard/cmd/devguard-scanner@0.16.1-test.1π Security Verification
All release artifacts are cryptographically signed and include complete supply chain attestation.
Verify Checksums
# Download checksums
curl -L https://github.com/l3montree-dev/devguard/releases/download/0.16.1-test.1/checksums.txt
# Verify a binary
sha256sum -c checksums.txt --ignore-missingVerify Supply Chain
# Verify in-toto attestation and SLSA provenance
devguard-scanner intoto verify --helpπ Documentation: DevGuard Documentation
π Report Issues: GitHub Issues
π¬ Community: Discussions