Prisma Certified Cloud Security Engineer (PCCSE) — Question 155
Which API calls can scan an image named myimage: latest with twistcli and then retrieve the results from Console?
Answer options
- A. $ twistcli images scan \ --address\ --user\ --password\ --verbose \ myimage: latest
- B. $ twistcli images scan \ --address\ --user\ --password\ --details \ myimage: latest
- C. $ twistcli images scan \ --address\ --user\ --password\ myimage: latest
- D. $ twistcli images scan \ --address\ --user\ --password\ --console \ myimage: latest
Correct answer: B
Explanation
The correct answer is B because the --details option is specifically used to retrieve detailed results from the scan in Console. Option A includes --verbose, which does not provide results in Console, while option C lacks any additional flags for output format. Option D uses --console, which is incorrect because --details is the required flag for retrieving results in this context.