Skip to content

DevGuard Scanner v1.0.0-rc.2

Latest

Choose a tag to compare

@github-actions github-actions released this 24 Nov 12:57
· 52 commits to main since this release
v1.0.0-rc.2
95aac5c

🚀 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 binary
  • devguard-scanner-linux-arm64.tar.gz - Linux ARM64 binary
  • devguard-scanner-darwin-amd64.tar.gz - macOS x64 binary
  • devguard-scanner-darwin-arm64.tar.gz - macOS ARM64 (Apple Silicon) binary
  • devguard-scanner-windows-amd64.zip - Windows x64 binary
  • devguard-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.2

Quick 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 --version

Docker 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.2

Go Install

go install github.com/l3montree-dev/devguard/cmd/[email protected]

📖 Documentation: DevGuard Documentation
🐛 Report Issues: GitHub Issues
💬 Community: Discussions