Docs

Security Report Formats

Export SARIF reports, JSON security scan reports, HTML code security reports, and terminal evidence for review, CI, GitHub code scanning, and automation.

Summary

Security Report Formats

Export SARIF reports, JSON security scan reports, HTML code security reports, and terminal evidence for review, CI, GitHub code scanning, and automation.

Formats

Terminal is for humans. SARIF is for code scanning. JSON is for automation. HTML is for review artifacts.

radar scan . --format sarif --fail-on high
radar scan . --format html > radar.html