Exam PCCSE All QuestionsBrowse all questions from this exam
Question 96

Which API calls can scan an image named myimage: latest with twistcli and then retrieve the results from Console?

    Correct Answer: A

    To scan an image named myimage:latest with twistcli and then retrieve the results from Console, the correct command should include '--verbose' to ensure detailed output, especially when expecting to retrieve comprehensive results. The option is structured correctly to perform the scan and fetch detailed results.

Discussion
Redrum702Option: B

B Scan an image named myimage:latest. $ twistcli images scan \ --address <COMPUTE_CONSOLE> \ --user <COMPUTE_CONSOLE_USER> \ --password <COMPUTE_CONSOLE_PASSWD> \ --details \ myimage:latest

SpippoloOption: B

B --> You can have twistcli generate a detailed report for each scan. The following procedure shows you how to scan an image with twistcli, and then retrieve the results from Console. https://docs.paloaltonetworks.com/prisma/prisma-cloud/prisma-cloud-admin-compute/tools/twistcli_scan_images