Security Competition Scoring Engine
Key Features
- Fault Tolerant(Supports multiple scoring masters)
- Written in Golang
- Supports Integrations with platforms like docker, docker swarm, and kubernetes.
- Automatically Spawns/Removes Workers.
- Supports running checks from workers and on masters directly
- Editing Service and Host configurations at runtime
- And More!
Getting Started
1. Clone the repo and install the dependencies
# Clone ScoreTrak repository
$ git clone https://github.com/ScoreTrak/ScoreTrak
$ cd ScoreTrak
# Install dependencies
$ go mod tidy
2. Deployment
Familiarize yourself with Deployment options
3. Get to know ScoreTrak
Check out Documentations directory for more info!