Markdown Report
bash
cloud-audit scan --format markdown --output report.md
Generates a markdown report suitable for PR comments, Slack messages, or documentation. Includes health score, findings table, and attack chains.
PR Comment Usage
bash
cloud-audit scan --format markdown | gh pr comment --body-file -
Or use the github-actions.yml workflow which handles this automatically.