Skip to content

4. Generate Report

After an assessment completes, select option 4 from the main menu (or run swao report) to generate a structured text report from the Workload Sovereignty Profile.

Report formats

FormatDescriptionEdition
Text / MarkdownPlain-text summary and auditor.md for auditorsAll
YAMLMachine-readable signal dumpAll
JSONFull WSP export for downstream toolingAll
PDFRendered PDF of the full assessmentConsultant + Enterprise

CLI

bash
# Text report (default)
swao report --app my-app

# PDF report (requires Playwright)
swao report --app my-app --format pdf

# All formats
swao report --app my-app --format text,pdf,yaml,json

Output location

Reports are written to wsp/reports/<run-id>/ inside your workspace folder.

See also: Publish HTML | Export BI