Multi-scanner coverage
Trivy for dependencies and CVEs, Semgrep for code patterns and SAST-style issues.
Developer security
Segrep combines Trivy and Semgrep in a single Docker image. Run scans locally, gate CI on high findings, or sign in at app.segrep.com for dashboards and PR feedback.
docker run --rm -v "$(pwd):/repo:ro" \
ghcr.io/szaranger/security-scanner:latest \
scan /repo --format json --fail-on highTrivy for dependencies and CVEs, Semgrep for code patterns and SAST-style issues.
One image for local scans and CI. No Node, pnpm, or separate scanner installs.
Terminal or JSON reports, optional AI remediation summaries, CI fail-on thresholds.
Dashboard, scan history, and GitHub PR comments when you need a hosted workflow.
Sign in to the hosted dashboard to view scan history, or run the scanner in your pipeline today.