sarif2markdown
Convert a SARIF JSON file into a markdown report
Synopsis
Convert a SARIF JSON file into a human-readable markdown report.
SARIF is a machine-readable format. This command turns it into markdown so you can paste the results into a pull request description, a wiki page, or a GitHub/GitLab comment. This is particularly useful for Kyverno or IaC scan results where you want a readable summary for reviewers who do not have access to the DevGuard UI.
Two output modes are available:
- Summary (default): one row per policy rule with pass/fail/skip counts
- Detailed (--detailed): one row per affected resource, grouped by severity