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)
- Click the Windows Start icon.
- Type
Windows PowerShelland open it. - 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
- Open Terminal and go to the folder containing the scripts.
- 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)
- Click the Windows Start icon.
- Type
Windows PowerShelland open it. - 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
- Open Terminal and go to the folder containing the scripts.
- 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)
- Open
Windows PowerShelland go to your project folder. - Run the script using Git Bash:
bash ./deploy-ghcr-stack.sh v3.0.6
macOS / Linux
- Open Terminal and go to your project folder.
- 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.