Implementing DevOps Solutions and Practices Using Cisco Platforms (DEVOPS) — Question 68

A new banking application is being developed as the main currency exchange resource for all the customers on a global scale. The application must comply with the security based on the deployed region. Therefore, the CI/CD pipeline must be created with the highest security possible.

Which approach accomplishes this goal?

Answer options

Correct answer: C

Explanation

Option C is correct because ensuring that secrets are not accidentally passed during builds is crucial for maintaining security in the CI/CD pipeline. Options A and B weaken security by granting excessive permissions and using the same passwords, while option D is incorrect as one-time passwords can enhance security if implemented properly.