Skip to content

Releases: l3montree-dev/devguard

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

DevGuard Scanner v1.4.1

19 May 17:56
v1.4.1
2a71eeb

Choose a tag to compare

🚀 DevGuard Release v1.4.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.4.1 (Main platform)
    • ghcr.io/l3montree-dev/devguard-web:v1.4.1 (Frontend of the platform)
    • ghcr.io/l3montree-dev/devguard/scanner:v1.4.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.4.1

Quick Start

Download and Install

# Linux/macOS - Download and extract
curl -L https://github.com/l3montree-dev/devguard/releases/download/v1.4.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.4.1

# Pull DevGuard Platform from registry
docker pull ghcr.io/l3montree-dev/devguard:v1.4.1

Go Install

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

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

DevGuard Scanner v1.4.0-rc.1

19 May 13:38
v1.4.0-rc.1
22c4808

Choose a tag to compare

🚀 DevGuard Release v1.4.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.4.0-rc.1 (Main platform)
    • ghcr.io/l3montree-dev/devguard-web:v1.4.0-rc.1 (Frontend of the platform)
    • ghcr.io/l3montree-dev/devguard/scanner:v1.4.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.4.0-rc.1

Quick Start

Download and Install

# Linux/macOS - Download and extract
curl -L https://github.com/l3montree-dev/devguard/releases/download/v1.4.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.4.0-rc.1

# Pull DevGuard Platform from registry
docker pull ghcr.io/l3montree-dev/devguard:v1.4.0-rc.1

Go Install

go install github.com/l3montree-dev/devguard/cmd/devguard-scanner@v1.4.0-rc.1

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

DevGuard Scanner v1.4.0

19 May 15:25
v1.4.0
22c4808

Choose a tag to compare

🚀 DevGuard Release v1.4.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.4.0 (Main platform)
    • ghcr.io/l3montree-dev/devguard-web:v1.4.0 (Frontend of the platform)
    • ghcr.io/l3montree-dev/devguard/scanner:v1.4.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.4.0

Quick Start

Download and Install

# Linux/macOS - Download and extract
curl -L https://github.com/l3montree-dev/devguard/releases/download/v1.4.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.4.0

# Pull DevGuard Platform from registry
docker pull ghcr.io/l3montree-dev/devguard:v1.4.0

Go Install

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

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

DevGuard Scanner v1.3.1

28 Apr 13:18
v1.3.1
ab2a655

Choose a tag to compare

🚀 DevGuard Release v1.3.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.3.1 (Main platform)
    • ghcr.io/l3montree-dev/devguard-web:v1.3.1 (Frontend of the platform)
    • ghcr.io/l3montree-dev/devguard/scanner:v1.3.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.3.1

Quick Start

Download and Install

# Linux/macOS - Download and extract
curl -L https://github.com/l3montree-dev/devguard/releases/download/v1.3.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.3.1

# Pull DevGuard Platform from registry
docker pull ghcr.io/l3montree-dev/devguard:v1.3.1

Go Install

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

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

DevGuard Scanner v1.3.0

27 Apr 12:00
v1.3.0
962ba4f

Choose a tag to compare

🚀 DevGuard Release v1.3.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.3.0 (Main platform)
    • ghcr.io/l3montree-dev/devguard-web:v1.3.0 (Frontend of the platform)
    • ghcr.io/l3montree-dev/devguard/scanner:v1.3.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.3.0

Quick Start

Download and Install

# Linux/macOS - Download and extract
curl -L https://github.com/l3montree-dev/devguard/releases/download/v1.3.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.3.0

# Pull DevGuard Platform from registry
docker pull ghcr.io/l3montree-dev/devguard:v1.3.0

Go Install

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

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

DevGuard Scanner v1.2.3

23 Apr 07:50
v1.2.3
aa8601b

Choose a tag to compare

🚀 DevGuard Release v1.2.3

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.2.3 (Main platform)
    • ghcr.io/l3montree-dev/devguard-web:v1.2.3 (Frontend of the platform)
    • ghcr.io/l3montree-dev/devguard/scanner:v1.2.3 (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.2.3

Quick Start

Download and Install

# Linux/macOS - Download and extract
curl -L https://github.com/l3montree-dev/devguard/releases/download/v1.2.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 installation
devguard-scanner --version

Docker Usage

# Pull DevGuard Scanner from registry
docker pull ghcr.io/l3montree-dev/devguard/scanner:v1.2.3

# Pull DevGuard Platform from registry
docker pull ghcr.io/l3montree-dev/devguard:v1.2.3

Go Install

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

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

DevGuard Scanner v1.2.2

22 Apr 09:14
v1.2.2
bd7a7e6

Choose a tag to compare

🚀 DevGuard Release v1.2.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.2.2 (Main platform)
    • ghcr.io/l3montree-dev/devguard-web:v1.2.2 (Frontend of the platform)
    • ghcr.io/l3montree-dev/devguard/scanner:v1.2.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.2.2

Quick Start

Download and Install

# Linux/macOS - Download and extract
curl -L https://github.com/l3montree-dev/devguard/releases/download/v1.2.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.2.2

# Pull DevGuard Platform from registry
docker pull ghcr.io/l3montree-dev/devguard:v1.2.2

Go Install

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

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