Skip to main content
Learn how to run security scans manually, view real-time progress, and interpret results.

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:
StatusWhat It MeansDuration
PENDINGScan queued, waiting for workerSeconds to minutes
SCANNINGActively analyzing code2-15 minutes
COMPLETEDScan finished successfully-
FAILEDScan 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:
  1. Navigate to repository
  2. Click Scan History tab
  3. See chronological list of scans
Each scan shows:
  • Completion time
  • Violation counts
  • Security score
  • Comparison to previous scan

Next Steps