Skip to content

Releases: l3montree-dev/devguard

DevGuard Release v1.7.3

23 Jun 15:42
v1.7.3
5a6c16a

Choose a tag to compare

🚀 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.3

Go 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.3

The frontend image (devguard-web) is released separately — see devguard-web releases for the matching v1.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.3

Versioning

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

23 Jun 10:16
v1.7.2
ae9eee2

Choose a tag to compare

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

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

The frontend image (devguard-web) is released separately — see devguard-web releases for the matching v1.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.2

Versioning

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

22 Jun 12:30
v1.7.1
50d64a3

Choose a tag to compare

🚀 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 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.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.1

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

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

Go 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

19 Jun 11:37
v1.7.0
1ba9d4c

Choose a tag to compare

🚀 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 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.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.0

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

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

Go 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

17 Jun 13:37
v1.6.1
ea5b091

Choose a tag to compare

🚀 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 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.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.1

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

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

Go 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

15 Jun 16:27
v1.6.0-rc.1
a253559

Choose a tag to compare

🚀 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 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.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.1

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

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

Go 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

15 Jun 16:39
v1.6.0
a253559

Choose a tag to compare

🚀 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 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.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.0

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

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

Go 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

28 May 18:21
v1.5.1
e885cc0

Choose a tag to compare

🚀 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 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.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.1

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

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

Go 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

28 May 17:52
v1.5.0
e0d7fbe

Choose a tag to compare

🚀 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 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.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.0

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

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

Go 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

20 May 18:41
v1.4.2
d1e344f

Choose a tag to compare

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

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

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

Go Install

go install github.com/l3montree-dev/devguard/cmd/devguard-scanner@v1.4.2

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