Docs / CI & reports
CI & reports
Artifacts are files — no hosted dashboard. Same nature as Bastion’s local evidence model.
| Format | Use |
|---|---|
| JUnit | GitHub Actions / CI consumers |
| HTML scan | PR review — gate, findings, coverage |
| SARIF | GitHub Code Scanning |
| JSON | Machine consumers / archives |
| PR summary | Markdown comment body |
| CRA matrix | Opt-in compliance packaging |
mcp-test --report-format html --report-output report.html mcp-test --sarif-output findings.sarif mcp-test --pr-summary-output mcp-pr-summary.md