What problem does it solve?
Integrates comprehensive security testing and enforcement into CI/CD pipelines to prevent vulnerabilities, secrets, and misconfigurations from reaching production, reducing risk and remediation overhead.
Core Features & Use Cases
- Pipeline-wide scanning: Add SAST (Semgrep, CodeQL), DAST (OWASP ZAP), SCA (Snyk, Dependabot), container scanning (Trivy), and secret scanning (gitleaks/trufflehog) into PR and pre-deploy stages.
- Security gates & enforcement: Define blocking policies for CRITICAL/HIGH findings, SBOM generation per release, and automated remediation workflows with ticketing and override rules.
- IaC and container hardening: Scan Terraform, Kubernetes manifests, Dockerfiles and enforce least-privilege, pinned images, and non-root containers.
- Use case: Automatically block merges with critical CVEs and secrets while generating remediation tasks and SBOMs for every release to meet compliance SLAs.
Quick Start
Use the devsecops skill to add Semgrep for SAST, Trivy for container scans, and gitleaks for secret scanning to your repository's GitHub Actions workflows and enforce blocking on critical findings.