300-745 · Question #19
A product manager is focused on maintaining the security integrity of a microservice-based application as new features are developed and integrated. To ensure that known software vulnerabilities are…
The correct answer is B. container scanning. Container scanning during the build phase ensures that no known software vulnerabilities are introduced into the application. It scans container images for outdated libraries, misconfigurations, and security flaws before deployment, allowing proactive remediation. This directly…
Question
A product manager is focused on maintaining the security integrity of a microservice-based application as new features are developed and integrated. To ensure that known software vulnerabilities are not introduced into the product, it is crucial to implement a robust application security technique. The technique must be applied during the build phase of the software development lifecycle, which allows the team to proactively entity and address vulnerability risks before deployment. Which application security technique must be applied to accomplish the goal?
Options
- Asecret detection
- Bcontainer scanning
- Cinfrastructure as code scanning
- DOpen API specification analysis
How the community answered
(37 responses)- A5% (2)
- B73% (27)
- C8% (3)
- D14% (5)
Explanation
Container scanning during the build phase ensures that no known software vulnerabilities are introduced into the application. It scans container images for outdated libraries, misconfigurations, and security flaws before deployment, allowing proactive remediation. This directly supports maintaining the security integrity of a microservice-based application.
Topics
Community Discussion
No community discussion yet for this question.