v0.5.0 — CI-native outputs + GitHub Action
One report model, every output format a CI could want.
- Versioned JSON report model (
report_schema_version: 1) — the single source of truth every format renders from.run_hashstill covers behaviour only. - JUnit XML (
--junit) and SARIF 2.1.0 (--sarif) — checks and replay verdicts land in any CI dashboard and the GitHub Security tab. - Reusable GitHub Action:
- uses: YuCPbit/mcp-proof@v0.5.0
with:
server-command: python my_server.py
fixtures: fixtures/- Report UI: sticky navigation, per-check anchors (
report.html#SEC-03), All / Attention / Passed filters, collapsible MSSS matrix — vanilla JS, self-contained, print/PDF-safe.
67 tests · CHANGELOG