Prisma Certified Cloud Security Engineer (PCCSE) — Question 232

Which container scan is constructed correctly?

Answer options

Correct answer: C

Explanation

Option C is correct because it includes the required parameters '-u', '-p', and '--address', along with the '--details' flag, which is valid for the command structure. Options A and D incorrectly use '--container' and '--docker-address' respectively, which are not part of the correct syntax for this command. Option B lacks the user credentials and thus is incomplete.