Valid DCA Dumps shared by ExamDiscuss.com for Helping Passing DCA Exam! ExamDiscuss.com now offer the newest DCA exam dumps, the ExamDiscuss.com DCA exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com DCA dumps with Test Engine here:
Will a DTR security scan detect this? Solution.private keys copied to the image
Correct Answer: A
Explanation = A DTR security scan will detect private keys copied to the image. DTR security scan is a feature of Docker Trusted Registry (DTR) that scans images to detect any security vulnerability1. DTR security scan uses the open source tool SecretScanner2 to find unprotected secrets in container images or file systems. SecretScanner can match the contents of images against a database of approximately 140 secret types, including private keys3. Therefore, if an image contains private keys, DTR security scan will report them as potential secrets and alert the user to remove them from the image. References: * Scan images for vulnerabilities | Docker Docs * GitHub - deepfence/SecretScanner: :unlock: Find secrets and passwords ... * SecretScanner/deepfence_secret_scanner.py at main deepfence/SecretScanner