Run Locally Login →

Download & Release

Latest SecureOne release, Docker install steps, and quick reference details.

Latest Release Stable Platform Version: v3.0.6 · Release Date: May 2026

Status

Latest Stable Release (v3.0.6)

Docker Setup and Run: SecureOne

Copy and paste the commands below directly in your terminal. Script names used: docker-start.sh and docker-run-local.sh.

Docker Installation

Pull the image:

docker pull ghcr.io/bountybreach/secureone:v3.0.6

Run the container:

Windows (PowerShell + Git Bash)

  1. Click the Windows Start icon.
  2. Type Windows PowerShell and open it.
  3. From the folder that contains the scripts, run:
bash ./docker-start.sh v3.0.6
      bash ./docker-run-local.sh v3.0.6

macOS / Linux

  1. Open Terminal and go to the folder containing the scripts.
  2. Make scripts executable and run:
chmod +x docker-start.sh docker-run-local.sh
      ./docker-start.sh v3.0.6
      ./docker-run-local.sh v3.0.6

If local images already exist, you can run only ./docker-run-local.sh v3.0.6.

View Script Content

Open secureone/docker-start.sh
secureone/docker-start.sh
Loading script...

Open secureone/docker-run-local.sh
secureone/docker-run-local.sh
Loading script...

Docker Setup and Run: SecureOne Scan Agents

Copy and paste the commands below directly in your terminal. Script names used: docker-start.sh and docker-run-local.sh.

Docker Installation

Pull the image:

docker pull ghcr.io/bountybreach/secureone_scan_agent:v3.0.6

Run the container:

Windows (PowerShell + Git Bash)

  1. Click the Windows Start icon.
  2. Type Windows PowerShell and open it.
  3. From the folder that contains the scripts, run:
bash ./docker-start.sh v3.0.6
      bash ./docker-run-local.sh v3.0.6

macOS / Linux

  1. Open Terminal and go to the folder containing the scripts.
  2. Make scripts executable and run:
chmod +x docker-start.sh docker-run-local.sh
      ./docker-start.sh v3.0.6
      ./docker-run-local.sh v3.0.6

If local images already exist, you can run only ./docker-run-local.sh v3.0.6.

View Script Content

Open secureone_scan_agents/docker-start.sh
secureone_scan_agents/docker-start.sh
Loading script...

Open secureone_scan_agents/docker-run-local.sh
secureone_scan_agents/docker-run-local.sh
Loading script...

What’s Included in v3.0.6

  • Latest stable platform updates for SecureOne and Scan Agent
  • Improved release packaging and startup script compatibility
  • Docker-based deployment workflow for local and self-hosted usage
  • Jenkins image support delivered via Docker containers
  • Security tool images delivered and managed through Docker

CI/CD and Tool Image Delivery

Jenkins and security tool images are distributed as Docker images and are intended to run in Docker-based environments. This keeps CI/CD setup consistent across local, staging, and production pipelines.

One-Step Stack Pull Script (v3.0.6)

Use deploy-ghcr-stack.sh to pull SecureOne v3.0.6, SecureOne Scan Agent v3.0.6, Jenkins, and commonly used security tool images in one command.

Windows (PowerShell + Git Bash)

  1. Open Windows PowerShell and go to your project folder.
  2. Run the script using Git Bash:
bash ./deploy-ghcr-stack.sh v3.0.6

macOS / Linux

  1. Open Terminal and go to your project folder.
  2. Make the script executable, then run:
chmod +x deploy-ghcr-stack.sh
./deploy-ghcr-stack.sh v3.0.6

Optional: override security tool images with TOOL_IMAGES (comma or space-separated list), for example:

TOOL_IMAGES="returntocorp/semgrep:latest,owasp/zap2docker-stable:latest" ./deploy-ghcr-stack.sh v3.0.6

View Script Content

Open deploy-ghcr-stack.sh
deploy-ghcr-stack.sh
Loading script...

Requirements

  • Docker Engine ≥ 24.x
  • Linux, macOS, or Windows with Docker Desktop
  • 2 GB RAM minimum recommended

Image Information

  • Image tag: v3.0.6
  • Base image: Alpine / Debian
  • Architecture: amd64
  • Image size: ~XXX MB

Documentation

For setup, configuration, and feature details, see the full documentation: User Manual and Product Overview.

Notes

  • This page tracks the latest stable release for SecureOne and Scan Agent
  • Current stable version: v3.0.6; future updates will continue semantic versioning
  • Breaking changes will be clearly documented in future releases

Support

For issues or questions, email support@bountybreach.com.

Usage of this software is subject to the license agreement.