DevSecOps
/Documentation
Getting StartedQuickstart

Quickstart

Get your first security scan running in under 5 minutes.

1Create Your Account

Sign up for a free account — no credit card required.

Sign Upbash
# Visit the signup page
https://dso.harshal.cloud/signup

2Connect Your Repository

Add a GitHub repository URL in the Repositories page.

Repository URLbash
# Example: Connect a public or private repo
https://github.com/your-org/your-repo

3Run Your First Scan

Click "Scan Now" and select the scan types. The platform runs 6 Docker-based scanners in parallel.

ScannerTypeWhat It Finds
SemgrepSASTCode vulnerabilities, injection flaws, insecure patterns
GitleaksSecretsAPI keys, tokens, passwords, certificates in code
GrypeSCAKnown CVEs in dependencies (npm, pip, maven, etc.)
TrivyContainerDockerfile misconfigs, image vulnerabilities, OS packages
CheckovIaCTerraform, CloudFormation, Kubernetes YAML misconfigs
NucleiDASTXSS, SQLi, SSRF, security headers, OWASP Top 10

4Review & Fix

View findings on the Threats page. Use AI Auto-Fix to generate patches and create pull requests automatically.

TIP
The AI remediation engine analyzes vulnerability context and generates secure code patches with one click.