A DevSecOps team wants to integrate security into the CI/CD pipeline without slowing down development. Which approach best achieves this?
Automation provides fast, consistent security checks.
Why this answer
Option D is correct because automated security gates with pass/fail criteria provide fast feedback without manual delays. Option A is wrong because manual reviews are slow. Option B is wrong because skipping testing increases risk.
Option C is wrong because after-the-fact reviews do not prevent flawed releases.