What problem does it solve? Integrating security scanning into CI/CD pipelines is complex: teams must choose the right tools, configure severity thresholds, wire SARIF results into GitHub, and enforce gates before deployment. This Skill provides a complete, production-oriented DevSecOps pipeline reference covering every scanning stage. ## Core Features & Use Cases - Full 6-Job GitHub Actions Pipeline: SAST (Semgrep + CodeQL), SCA (Snyk), secrets scanning (Gitleaks), container scanning (Trivy), IaC scanning (Checkov), and a gated deploy job using OIDC Azure authentication. - Quality Gates & Exception Process: Severity thresholds per scan type, documented suppression annotations, and branch protection rules requiring all security checks before merge. - DAST & Policy as Code: OWASP ZAP baseline/full scans against staging, plus OPA/Rego policies enforced with Conftest on Kubernetes manifests. - Use Case: A team setting up a new .NET/React application repository needs security scanning from day one. Use this Skill to generate the complete workflow file, Dependabot/Renovate config, pre-commit Gitleaks hook, and branch protection Terraform in one pass. ## Quick Start Ask the AI to generate a complete DevSecOps GitHub Actions pipeline with SAST, dependency scanning, secrets scanning, container scanning, and IaC scanning for your repository.