Releases: l3montree-dev/devguard
DevGuard Release v1.7.3
🚀 DevGuard Release v1.7.3
Secure software supply chain scanning and security analysis platform
🔍 DevGuard Scanner
The Scanner performs software supply chain analysis, SBOM generation, vulnerability detection, and security scanning. It communicates with a running devguard-api instance.
📱 Binaries
| Platform | Binary |
|---|---|
| Linux x64 | devguard-scanner-linux-amd64.tar.gz |
| Linux ARM64 | devguard-scanner-linux-arm64.tar.gz |
| macOS x64 | devguard-scanner-darwin-amd64.tar.gz |
| macOS ARM64 (Apple Silicon) | devguard-scanner-darwin-arm64.tar.gz |
| Windows x64 | devguard-scanner-windows-amd64.zip |
| Windows ARM64 | devguard-scanner-windows-arm64.zip |
Download and Install
curl -L https://github.com/l3montree-dev/devguard/releases/download/v1.7.3/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
devguard-scanner --help🐳 Container Image
docker pull ghcr.io/l3montree-dev/devguard/scanner:v1.7.3Go Install
go install github.com/l3montree-dev/devguard/cmd/devguard-scanner@v1.7.3💻 DevGuard CLI
The CLI provides interaction capabilities with DevGuard. It is used in conjuction with a running devguard-api server. Some tasks like generating an instance admin key can be done using the devguard-cli binary.
📱 Binaries
| Platform | Binary |
|---|---|
| Linux x64 | devguard-cli-linux-amd64.tar.gz |
| Linux ARM64 | devguard-cli-linux-arm64.tar.gz |
| macOS x64 | devguard-cli-darwin-amd64.tar.gz |
| macOS ARM64 (Apple Silicon) | devguard-cli-darwin-arm64.tar.gz |
| Windows x64 | devguard-cli-windows-amd64.zip |
| Windows ARM64 | devguard-cli-windows-arm64.zip |
Download and Install
curl -L https://github.com/l3montree-dev/devguard/releases/download/v1.7.3/devguard-cli-linux-amd64.tar.gz | tar -xz
chmod +x devguard-cli-linux-amd64
sudo mv devguard-cli-linux-amd64 /usr/local/bin/devguard-cli
#Verify
devguard-cli --help🛡️ DevGuard Platform
The DevGuard Platform provides centralized security visibility, findings management, and reporting.
🐳 Container Image
docker pull ghcr.io/l3montree-dev/devguard:v1.7.3The frontend image (
devguard-web) is released separately — see devguard-web releases for the matchingv1.7.*release.
☸️ Kubernetes Deployment
Deploy DevGuard to Kubernetes using the official Helm chart.
Helm Chart
oci://ghcr.io/l3montree-dev/devguard-helm-chart/devguard
Install
helm install my-devguard \
oci://ghcr.io/l3montree-dev/devguard-helm-chart/devguard \
--version 1.7.3Versioning
All DevGuard components (devguard, devguard-web, Helm chart) share the same minor version. Any v1.7.* release of one component is compatible with any v1.7.* release of another. Patch versions are released independently per component — you do not need to upgrade all components simultaneously as long as the minor version matches.
📖 See VERSIONING.md for the full policy.
📋 See CHANGELOG for what changed in this release.
Resources
📖 Documentation: https://github.com/l3montree-dev/devguard
🐛 Report Issues: https://github.com/l3montree-dev/devguard/issues
💬 Community Discussions: https://github.com/l3montree-dev/devguard/discussions
DevGuard Release v1.7.2
🚀 DevGuard Release v1.7.2
Secure software supply chain scanning and security analysis platform
🔍 DevGuard Scanner
The Scanner performs software supply chain analysis, SBOM generation, vulnerability detection, and security scanning. It communicates with a running devguard-api instance.
📱 Binaries
| Platform | Binary |
|---|---|
| Linux x64 | devguard-scanner-linux-amd64.tar.gz |
| Linux ARM64 | devguard-scanner-linux-arm64.tar.gz |
| macOS x64 | devguard-scanner-darwin-amd64.tar.gz |
| macOS ARM64 (Apple Silicon) | devguard-scanner-darwin-arm64.tar.gz |
| Windows x64 | devguard-scanner-windows-amd64.zip |
| Windows ARM64 | devguard-scanner-windows-arm64.zip |
Download and Install
curl -L https://github.com/l3montree-dev/devguard/releases/download/v1.7.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
devguard-scanner --help🐳 Container Image
docker pull ghcr.io/l3montree-dev/devguard/scanner:v1.7.2Go Install
go install github.com/l3montree-dev/devguard/cmd/devguard-scanner@v1.7.2💻 DevGuard CLI
The CLI provides interaction capabilities with DevGuard. It is used in conjuction with a running devguard-api server. Some tasks like generating an instance admin key can be done using the devguard-cli binary.
📱 Binaries
| Platform | Binary |
|---|---|
| Linux x64 | devguard-cli-linux-amd64.tar.gz |
| Linux ARM64 | devguard-cli-linux-arm64.tar.gz |
| macOS x64 | devguard-cli-darwin-amd64.tar.gz |
| macOS ARM64 (Apple Silicon) | devguard-cli-darwin-arm64.tar.gz |
| Windows x64 | devguard-cli-windows-amd64.zip |
| Windows ARM64 | devguard-cli-windows-arm64.zip |
Download and Install
curl -L https://github.com/l3montree-dev/devguard/releases/download/v1.7.2/devguard-cli-linux-amd64.tar.gz | tar -xz
chmod +x devguard-cli-linux-amd64
sudo mv devguard-cli-linux-amd64 /usr/local/bin/devguard-cli
#Verify
devguard-cli --help🛡️ DevGuard Platform
The DevGuard Platform provides centralized security visibility, findings management, and reporting.
🐳 Container Image
docker pull ghcr.io/l3montree-dev/devguard:v1.7.2The frontend image (
devguard-web) is released separately — see devguard-web releases for the matchingv1.7.*release.
☸️ Kubernetes Deployment
Deploy DevGuard to Kubernetes using the official Helm chart.
Helm Chart
oci://ghcr.io/l3montree-dev/devguard-helm-chart/devguard
Install
helm install my-devguard \
oci://ghcr.io/l3montree-dev/devguard-helm-chart/devguard \
--version 1.7.2Versioning
All DevGuard components (devguard, devguard-web, Helm chart) share the same minor version. Any v1.7.* release of one component is compatible with any v1.7.* release of another. Patch versions are released independently per component — you do not need to upgrade all components simultaneously as long as the minor version matches.
📖 See VERSIONING.md for the full policy.
📋 See CHANGELOG for what changed in this release.
Resources
📖 Documentation: https://github.com/l3montree-dev/devguard
🐛 Report Issues: https://github.com/l3montree-dev/devguard/issues
💬 Community Discussions: https://github.com/l3montree-dev/devguard/discussions
DevGuard Scanner v1.7.1
🚀 DevGuard Release v1.7.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:v1.7.1(Main platform)ghcr.io/l3montree-dev/devguard-web:v1.7.1(Frontend of the platform)ghcr.io/l3montree-dev/devguard/scanner:v1.7.1(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.7.1Quick Start
Download and Install
# Linux/macOS - Download and extract
curl -L https://github.com/l3montree-dev/devguard/releases/download/v1.7.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:v1.7.1
# Pull DevGuard Platform from registry
docker pull ghcr.io/l3montree-dev/devguard:v1.7.1Go Install
go install github.com/l3montree-dev/devguard/cmd/devguard-scanner@v1.7.1📖 Documentation: DevGuard Documentation
🐛 Report Issues: GitHub Issues
💬 Community: Discussions
DevGuard Scanner v1.7.0
🚀 DevGuard Release v1.7.0
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.7.0(Main platform)ghcr.io/l3montree-dev/devguard-web:v1.7.0(Frontend of the platform)ghcr.io/l3montree-dev/devguard/scanner:v1.7.0(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.7.0Quick Start
Download and Install
# Linux/macOS - Download and extract
curl -L https://github.com/l3montree-dev/devguard/releases/download/v1.7.0/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.7.0
# Pull DevGuard Platform from registry
docker pull ghcr.io/l3montree-dev/devguard:v1.7.0Go Install
go install github.com/l3montree-dev/devguard/cmd/devguard-scanner@v1.7.0📖 Documentation: DevGuard Documentation
🐛 Report Issues: GitHub Issues
💬 Community: Discussions
DevGuard Scanner v1.6.1
🚀 DevGuard Release v1.6.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:v1.6.1(Main platform)ghcr.io/l3montree-dev/devguard-web:v1.6.1(Frontend of the platform)ghcr.io/l3montree-dev/devguard/scanner:v1.6.1(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.6.1Quick Start
Download and Install
# Linux/macOS - Download and extract
curl -L https://github.com/l3montree-dev/devguard/releases/download/v1.6.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:v1.6.1
# Pull DevGuard Platform from registry
docker pull ghcr.io/l3montree-dev/devguard:v1.6.1Go Install
go install github.com/l3montree-dev/devguard/cmd/devguard-scanner@v1.6.1📖 Documentation: DevGuard Documentation
🐛 Report Issues: GitHub Issues
💬 Community: Discussions
DevGuard Scanner v1.6.0-rc.1
🚀 DevGuard Release v1.6.0-rc.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:v1.6.0-rc.1(Main platform)ghcr.io/l3montree-dev/devguard-web:v1.6.0-rc.1(Frontend of the platform)ghcr.io/l3montree-dev/devguard/scanner:v1.6.0-rc.1(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.6.0-rc.1Quick Start
Download and Install
# Linux/macOS - Download and extract
curl -L https://github.com/l3montree-dev/devguard/releases/download/v1.6.0-rc.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:v1.6.0-rc.1
# Pull DevGuard Platform from registry
docker pull ghcr.io/l3montree-dev/devguard:v1.6.0-rc.1Go Install
go install github.com/l3montree-dev/devguard/cmd/devguard-scanner@v1.6.0-rc.1📖 Documentation: DevGuard Documentation
🐛 Report Issues: GitHub Issues
💬 Community: Discussions
DevGuard Scanner v1.6.0
🚀 DevGuard Release v1.6.0
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.6.0(Main platform)ghcr.io/l3montree-dev/devguard-web:v1.6.0(Frontend of the platform)ghcr.io/l3montree-dev/devguard/scanner:v1.6.0(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.6.0Quick Start
Download and Install
# Linux/macOS - Download and extract
curl -L https://github.com/l3montree-dev/devguard/releases/download/v1.6.0/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.6.0
# Pull DevGuard Platform from registry
docker pull ghcr.io/l3montree-dev/devguard:v1.6.0Go Install
go install github.com/l3montree-dev/devguard/cmd/devguard-scanner@v1.6.0📖 Documentation: DevGuard Documentation
🐛 Report Issues: GitHub Issues
💬 Community: Discussions
DevGuard Scanner v1.5.1
🚀 DevGuard Release v1.5.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:v1.5.1(Main platform)ghcr.io/l3montree-dev/devguard-web:v1.5.1(Frontend of the platform)ghcr.io/l3montree-dev/devguard/scanner:v1.5.1(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.5.1Quick Start
Download and Install
# Linux/macOS - Download and extract
curl -L https://github.com/l3montree-dev/devguard/releases/download/v1.5.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:v1.5.1
# Pull DevGuard Platform from registry
docker pull ghcr.io/l3montree-dev/devguard:v1.5.1Go Install
go install github.com/l3montree-dev/devguard/cmd/devguard-scanner@v1.5.1📖 Documentation: DevGuard Documentation
🐛 Report Issues: GitHub Issues
💬 Community: Discussions
DevGuard Scanner v1.5.0
🚀 DevGuard Release v1.5.0
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.5.0(Main platform)ghcr.io/l3montree-dev/devguard-web:v1.5.0(Frontend of the platform)ghcr.io/l3montree-dev/devguard/scanner:v1.5.0(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.5.0Quick Start
Download and Install
# Linux/macOS - Download and extract
curl -L https://github.com/l3montree-dev/devguard/releases/download/v1.5.0/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.5.0
# Pull DevGuard Platform from registry
docker pull ghcr.io/l3montree-dev/devguard:v1.5.0Go Install
go install github.com/l3montree-dev/devguard/cmd/devguard-scanner@v1.5.0📖 Documentation: DevGuard Documentation
🐛 Report Issues: GitHub Issues
💬 Community: Discussions
DevGuard Scanner v1.4.2
🚀 DevGuard Release v1.4.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.4.2(Main platform)ghcr.io/l3montree-dev/devguard-web:v1.4.2(Frontend of the platform)ghcr.io/l3montree-dev/devguard/scanner:v1.4.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.4.2Quick Start
Download and Install
# Linux/macOS - Download and extract
curl -L https://github.com/l3montree-dev/devguard/releases/download/v1.4.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.4.2
# Pull DevGuard Platform from registry
docker pull ghcr.io/l3montree-dev/devguard:v1.4.2Go Install
go install github.com/l3montree-dev/devguard/cmd/devguard-scanner@v1.4.2📖 Documentation: DevGuard Documentation
🐛 Report Issues: GitHub Issues
💬 Community: Discussions