nerdexam
CrowdStrike

CCCS-203B · Question #98

You are tasked with reviewing container images to ensure they are secure before deploying them to production. Which of the following actions is the most critical first step in identifying…

The correct answer is B. Scanning the container image with a vulnerability scanning tool. Option A: While this helps identify runtime issues and integration problems, it does not address the specific task of reviewing an image for vulnerabilities. This step should come after ensuring the image is free from known vulnerabilities. Option B: This is the correct answer…

Container and Kubernetes Security

Question

You are tasked with reviewing container images to ensure they are secure before deploying them to production. Which of the following actions is the most critical first step in identifying vulnerabilities in container images?

Options

  • ATesting the container in a production-like environment.
  • BScanning the container image with a vulnerability scanning tool.
  • CReviewing the container's resource utilization metrics.
  • DManually inspecting the Dockerfile for insecure configurations.

How the community answered

(63 responses)
  • A
    2% (1)
  • B
    90% (57)
  • C
    6% (4)
  • D
    2% (1)

Explanation

Option A: While this helps identify runtime issues and integration problems, it does not address the specific task of reviewing an image for vulnerabilities. This step should come after ensuring the image is free from known vulnerabilities. Option B: This is the correct answer because vulnerability scanning tools are specifically designed to identify known vulnerabilities in container images. These tools analyze both the image layers and dependencies, providing a comprehensive list of vulnerabilities that need to be addressed. This is a critical first step before proceeding with deeper analysis or deployment. Option C: Resource utilization metrics are used for performance monitoring and optimization, not vulnerability identification. They do not provide any insights into the security posture of the container image. Option D: This is an important step, but it is not the most critical first step. Manual inspection is prone to human error and cannot detect vulnerabilities in the underlying dependencies or base

Topics

#vulnerability scanning#container image security#pre-deployment assessment#scanning tools

Community Discussion

No community discussion yet for this question.

Full CCCS-203B Practice