Skip to main content
Skip to main content

PDF Reports

Turn your analytics dashboard into a shareable document โ€” for security reviews, audits, or a monthly report to your lead. Available on Pro and Team plans.

Export a PDF

  1. Open Dashboard โ†’ Analytics.
  2. Pick your scope first โ€” stack filter, date range (7 days to 1 year or custom), and granularity. The export reflects exactly what you're looking at.
  3. Click PDF Report in the header.

The report includes the health score, resources analysed, issues found, severity distribution, issue-resolution rate, and the trends charts for the selected window.

Prefer raw data? Export CSV

The Export button next to PDF Report downloads the same date-bucketed analytics as CSV โ€” handy for audit evidence, spreadsheets, or your own dashboards.

Need per-finding files instead?

PDF export summarises analytics. For finding-level reports the CLI writes JSON, SARIF, and Markdown files โ€” npx cdk-insights scan --reports json sarif markdown produces all three in one pass.

Read the Output Formats docs