Trigger a Manual Scan
1
Select Repository
From dashboard, click on the repository you want to scan
2
Click Scan Now
Click Scan Now button in the top right
3
Confirm Scan
Click Start Scan in confirmation modal
Scan Status
Scans progress through states:| Status | What It Means | Duration |
|---|---|---|
| PENDING | Scan queued, waiting for worker | Seconds to minutes |
| SCANNING | Actively analyzing code | 2-15 minutes |
| COMPLETED | Scan finished successfully | - |
| FAILED | Scan encountered an error | - |
Real-Time Progress
During scanning, you’ll see:- Current phase: Cloning, SAST, SCA, Secrets, IaC
- Progress percentage: Estimated completion
- Time elapsed: How long scan has been running
- Preliminary findings: Violations as they’re discovered
Most scans complete within 2-5 minutes. Large repositories may take up to 15 minutes.
Scan Results Dashboard
After a scan completes, the results dashboard shows:Summary Metrics
Critical
Violations requiring immediate attention
High
Significant security issues
Medium
Moderate security concerns
Low
Minor issues and improvements
Breakdown by Type
See violations categorized by scan type:- SAST: Code-level vulnerabilities
- SCA: Dependency vulnerabilities
- Secrets: Exposed credentials
- IaC: Infrastructure misconfigurations
Security Score
A numeric score (0-100) representing overall security posture:- 90-100: Excellent
- 70-89: Good
- 50-69: Moderate risk
- 0-49: High risk
Viewing Individual Violations
Click any violation to see detailed information:- Violation title and description
- Severity and type
- Code location with context
- CVSS and EPSS scores
- Remediation guidance
- Actions: Fix, suppress, assign, comment
Scan History
View all past scans for a repository:- Navigate to repository
- Click Scan History tab
- See chronological list of scans
- Completion time
- Violation counts
- Security score
- Comparison to previous scan
