CCCS-203B · Question #192
A security team is tasked with creating an image assessment policy in the Falcon Cloud to scan container images for vulnerabilities before deployment. Which of the following configurations is required
The correct answer is A. Specify the severity levels (e.g., Critical, High, Medium) for vulnerabilities to flag.. Option A: When creating an image assessment policy, defining the severity levels to flag ensures that only vulnerabilities meeting the specified thresholds are flagged. This configuration allows the policy to effectively prioritize risks and generate actionable insights. Option B
Question
A security team is tasked with creating an image assessment policy in the Falcon Cloud to scan container images for vulnerabilities before deployment. Which of the following configurations is required to ensure the policy works as intended?
Options
- ASpecify the severity levels (e.g., Critical, High, Medium) for vulnerabilities to flag.
- BEnable the "Audit Mode" to enforce runtime image assessment.
- CEnable the "Real-time Scanning" option to automatically block all unscanned images.
- DAssign the policy to a specific Kubernetes namespace only.
How the community answered
(34 responses)- A91% (31)
- C3% (1)
- D6% (2)
Explanation
Option A: When creating an image assessment policy, defining the severity levels to flag ensures that only vulnerabilities meeting the specified thresholds are flagged. This configuration allows the policy to effectively prioritize risks and generate actionable insights. Option B: Audit Mode is for runtime enforcement policies. Image assessment occurs during the CI/CD pipeline or image pull operations and is unrelated to runtime configurations. Option C: Real-time scanning is unrelated to image assessment policies, as it pertains to runtime protection. Image assessment focuses on pre-deployment scanning, not real-time monitoring. Option D: Image assessment policies apply to container images and are not limited to namespaces. Namespace-specific configurations are part of runtime or admission policies, not image assessment.
Topics
Community Discussion
No community discussion yet for this question.