Skip to content

Sample Report

This page links to a live example report generated from the current codeclone repository at docs build time.

The example is rebuilt from the same tree that produces the published documentation, so the HTML, canonical JSON, and SARIF artifacts stay aligned.

Open interactive HTML report Open canonical JSON Open SARIF View generation manifest

What this contains

  • Full HTML report generated by codeclone against the current repository.
  • Canonical JSON report rendered from the same analysis run.
  • SARIF projection from the same canonical report.

Why this lives here

  • It gives readers a realistic, current example of the report surfaces.
  • It keeps the sample aligned with the shipped report contract instead of freezing a stale artifact in git.
  • It makes the docs site useful as both reference and product demo.

Local preview

Build the docs site, then generate the example report into the built site:

uv run --with mkdocs --with mkdocs-material mkdocs build --strict
uv run python scripts/build_docs_example_report.py --output-dir site/examples/report/live

The generated assets are not committed to the repository; they are produced locally for preview and automatically during the GitHub Pages publish workflow.