Documentation for the Multi-Repository Variant Analysis (MRVA) reporting pipeline. This is a system that automates downloading, transforming, and visualizing CodeQL MRVA results into a single interactive report.
A live example is available at ghas-projects.github.io/mrva-deploy.
The published book is available at advanced-security.github.io/mrva-report-docs.
- Install Rust
- Install mdbook:
cargo install mdbook - Install mdbook-mermaid:
cargo install mdbook-mermaid - Install mdbook-asciinema:
cargo install mdbook-asciinema
mdbook serve --openmdbook buildOutput is written to the book/ directory.
See CONTRIBUTING.md.
This project is licensed under the MIT License.