·
52 commits
to main
since this release
🚀 DevGuard Release v1.0.0-rc.2
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:v1.0.0-rc.2(Main platform)ghcr.io/l3montree-dev/devguard-web:v1.0.0-rc.2(Frontend of the platform)ghcr.io/l3montree-dev/devguard/scanner:v1.0.0-rc.2(Scanner tool)
Helm Charts
oci://ghcr.io/l3montree-dev/devguard-helm-chart/devguard (Main platform Helm chart)
helm install my-devguard oci://ghcr.io/l3montree-dev/devguard-helm-chart/devguard --version 1.0.0-rc.2Quick Start
Download and Install
# Linux/macOS - Download and extract
curl -L https://github.com/l3montree-dev/devguard/releases/download/v1.0.0-rc.2/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:v1.0.0-rc.2
# Pull DevGuard Platform from registry
docker pull ghcr.io/l3montree-dev/devguard:v1.0.0-rc.2Go Install
go install github.com/l3montree-dev/devguard/cmd/[email protected]📖 Documentation: DevGuard Documentation
🐛 Report Issues: GitHub Issues
💬 Community: Discussions