🔥 3-day streak
AWS Certified DevOps Engineer - Professional96 / 204
Question 96 of 204
A development team uses AWS CodePipeline with three stages: Source (CodeCommit), Build (CodeBuild), and Deploy (CodeDeploy to ECS). Leadership mandates that no code with critical SonarQube static-analysis findings may proceed to deployment. The team already runs unit tests inside the Build stage's buildspec. They want the pipeline execution to STOP automatically when SonarQube reports a failed quality gate, without adding a manual approval and without deploying the flawed artifact. What is the MOST appropriate way to implement this?
Reviewed for accuracy · Report an issueNext question