Valid CAS-005 Dumps shared by ExamDiscuss.com for Helping Passing CAS-005 Exam! ExamDiscuss.com now offer the newest CAS-005 exam dumps, the ExamDiscuss.com CAS-005 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com CAS-005 dumps with Test Engine here:
A company updates its cloud-based services by saving infrastructure code in a remote repository. The code is automatically deployed into the development environment every time the code is saved lo the repository The developers express concern that the deployment often fails, citing minor code issues and occasional security control check failures in the development environment Which of the following should a security engineer recommend to reduce the deployment failures? (Select two).
Correct Answer: B,D
* B. Pre-commit code linting: Linting tools analyze code for syntax errors and adherence to coding standards before the code is committed to the repository. This helps catch minor code issues early in the development process, reducing the likelihood of deployment failures. * D. Automated regression testing: Automated regression tests ensure that new code changes do not introduce bugs or regressions into the existing codebase. By running these tests automatically during the deployment process, developers can catch issues early and ensure the stability of the development environment. Other options: * A. Software composition analysis: This helps identify vulnerabilities in third-party components but does not directly address code quality or deployment failures. * C. Repository branch protection: While this can help manage the code submission process, it does not directly prevent deployment failures caused by code issues or security check failures. * E. Code submit authorization workflow: This manages who can submit code but does not address the quality of the code being submitted. * F. Pipeline compliance scanning: This checks for compliance with security policies but does not address syntax or regression issues. References: * CompTIA Security+ Study Guide * "Continuous Integration and Continuous Delivery" by Jez Humble and David Farley * OWASP (Open Web Application Security Project) guidelines on secure coding practices