For the complete documentation index, see llms.txt. This page is also available as Markdown.

Semgrep to HTML Report

prospector

pip3 install prospector
pip3 install prospector2html
cd <python-project-sources-dir>
prospector --no-style-warnings --strictness medium --output-format json > prospector_report.json
prospector-html --input prospector_report.json
cat prospector-html-report.html

semgrep

GitLab CI SAST

Last updated