An attacker targets the city's CI/CD system that builds and deploys the citizen services portal. Which pipeline protections should the security architect prioritize?
Select an answer to reveal the explanation.
Short Explanation
The assembly line that ships city software is itself a juicy target. If secrets leak, signatures vanish, or gates open wide, bad code rides the same conveyor as good code. Lock down secrets, signing, and promotion checks in CI/CD.
Full Explanation
CI/CD pipelines are high-value attack paths because compromise can inject malicious artifacts into trusted deployment channels. Protecting credentials and secrets, requiring signed artifacts, and enforcing deployment authorization gates reduce that risk. Pipeline security is part of Domain 8 software assurance, not merely DevOps convenience.