
Google Professional Cloud Architect
Get started today
Ultimate access to all questions.
Your company highly values responsiveness and aims to quickly meet customer needs. The primary business objectives are to enhance release speed and agility. In this context, you want to minimize the risk of inadvertently introducing security errors during software development and deployment. Considering these objectives, which two actions can you take to enhance security in your CI/CD pipeline? (Choose two.)
Your company highly values responsiveness and aims to quickly meet customer needs. The primary business objectives are to enhance release speed and agility. In this context, you want to minimize the risk of inadvertently introducing security errors during software development and deployment. Considering these objectives, which two actions can you take to enhance security in your CI/CD pipeline? (Choose two.)
Explanation:
To minimize the risk of inadvertently introducing security errors during software development and deployment, integrating security tools into your CI/CD pipeline is essential. Using source code security analyzers (B) helps to inspect the code for security vulnerabilities early in the development process. Additionally, running a vulnerability security scanner (E) as part of the CI/CD pipeline ensures that the code and infrastructure are checked for known vulnerabilities before being deployed to production. Together, these actions help catch security issues early and ensure a more secure and agile release process.