DCA Exam QuestionsBrowse all questions from this exam

DCA Exam - Question 35


Will a DTR security scan detect this?

private keys copied to the image

Show Answer
Correct Answer:

Discussion

3 comments
Sign in to comment
b_script
Feb 17, 2024

B. No Docker Trusted Registry (DTR) security scanning is designed to detect vulnerabilities in the software and dependencies within container images, such as known security issues in packages or libraries. It is not specifically designed to detect the presence of private keys or other sensitive information that may have been copied into an image.

ubdubdoo
Jun 11, 2024

Aggressively searching for private keys could lead to many false positives, as certain patterns might resemble keys but not actually be them

bes_iOption: B
Aug 11, 2024

DTR’s built-in security scans focus on detecting vulnerabilities and ensuring compliance with security policies