Documentation
¶
Overview ¶
Command build_reports generates the self-scan showcase reports consumed by bumper-web. It runs the bumper binary (plan + deps) over the committed example fixtures and the repo's own go.sum, then writes a single self-contained reports.json manifest (per-target summary + a trimmed findings sample) plus the full raw output per target. The self-scan workflow uploads these to the rolling reports-latest release asset; bumper-web fetches reports.json (ISR-cached) and renders the "See it in action" page.
Usage: BUMPER_BIN=./bumper go run ./tools/build_reports [--out reports] Findings are real — deps targets query the hosted Advisor, so counts track the daily mirror and drift over time (that's the point: the showcase stays current).