Skip to content

v0.5.0 — CI-native outputs + GitHub Action

Choose a tag to compare

@YuCPbit YuCPbit released this 20 Aug 22:32
· 10 commits to main since this release

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_hash still 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