Overview
ZeroPath generates exportable security reports for compliance reviews, stakeholder updates, and audit documentation. Reports are generated asynchronously and available for download from the dashboard.Report Types
| Type | Description |
|---|---|
| Scan Report | Detailed findings from a specific scan — includes all vulnerabilities, severity breakdown, affected files, and remediation status |
| Organization Summary | High-level security posture across all repositories in your organization |
| SOC 2 Report | Compliance-focused report structured for SOC 2 audit evidence |
Export Formats
Scan reports support multiple output formats:| Format | Best For |
|---|---|
| DOCX | Stakeholder presentations, compliance documentation |
| CSV | Data analysis, custom dashboards, spreadsheet workflows |
| SARIF | Tool integration, CI/CD pipelines, SARIF viewers |
| SBOM | Supply chain compliance (CycloneDX JSON format) |
Generating Reports
Scan Report
- Navigate to a completed scan in the dashboard.
- Click “Generate Report”.
- Select the format (DOCX, CSV, SARIF, or SBOM).
- Set a score threshold — only findings above this score are included.
- Choose which issue types to include (open, patched, false positive, etc.).
- Click Generate. The report is created asynchronously.
Organization Summary
- Navigate to Reports in the dashboard.
- Click “Organization Summary”.
- Optionally provide a custom title.
- Click Generate.
SOC 2 Report
- Navigate to Reports in the dashboard.
- Click “SOC 2 Report”.
- Optionally provide a title and description.
- Click Generate.
Report History
All generated reports are listed in the Reports section of the dashboard with:- Report type and title
- Generation date and status (pending, completed, failed)
- File size
- Download button
Report Contents
Scan Report (DOCX)
- Executive summary with finding counts by severity
- Repository and scan metadata (branch, commit, date)
- Detailed finding list with:
- Title, severity, confidence score
- Affected file and line range
- Vulnerability description and remediation guidance
- CWE classifications
Organization Summary
- Aggregate statistics across all repositories
- Finding trends and severity distribution
- Repository-level breakdown
- Top vulnerabilities by impact
SBOM Export
- CycloneDX JSON format
- Full dependency inventory from the SCA scan
- Package metadata, licenses, and dependency relationships
- See SCA SBOM Exports for details