Status
Initial Release (Stable)
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.4
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.4
bash ./docker-run-local.sh v3.0.4
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.4
./docker-run-local.sh v3.0.4
If local images already exist, you can run only ./docker-run-local.sh v3.0.4.
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.4
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.4
bash ./docker-run-local.sh v3.0.4
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.4
./docker-run-local.sh v3.0.4
If local images already exist, you can run only ./docker-run-local.sh v3.0.4.
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.4
- Initial production-ready release
- Core application features enabled
- Basic configuration support
- Docker container support
- Standard logging and monitoring hooks
Requirements
- Docker Engine ≥ 24.x
- Linux, macOS, or Windows with Docker Desktop
- 2 GB RAM minimum recommended
Image Information
- Image tag:
v3.0.4 - 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 is the first stable release
- Future updates will follow semantic versioning, such as
v3.0.5andv3.1.0 - 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.