ScopeGuardian: Automated Security Scanning CLI for CI/CD Pipelines
ScopeGuardian is an open-source command-line tool that orchestrates multiple security scanners on a codebase and synchronizes findings with DefectDojo. It runs KICS for infrastructure-as-code scanning, Grype with Syft for software composition analysis, and OpenGrep for static application security testing—all in parallel. The tool automatically manages DefectDojo engagements per project and branch, with protected branches receiving one-year engagements and feature branches getting one-week windows. It includes a built-in security gate that can block CI/CD pipelines when vulnerability counts exceed configurable thresholds per severity level, evaluating either raw local scan results or deduplicated findings from DefectDojo when both synchronization and threshold options are used together. ScopeGuardian ships as a Docker image with all scanners pre-installed, supports granular threshold rules like failing on one critical or five high findings, and offers community, professional, and enterprise support plans through ParanoiHack.
Comments
Post a Comment