Which container image scan is constructed correctly?
Which container image scan is constructed correctly?
For the TwistclI image scan command, the correct usage includes the --address flag to indicate the Prisma Cloud Console address and specifies the image for scanning without unnecessary or invalid flags. The --container flag does not exist in the context of this command, making options C and D incorrect. Therefore, the correct structure is 'twistcli images scan --address https://us-west1.cloud.twistlock.com/us-3-123456789 myimage/latest'.
--container is not a flag. Correct answer is B
--container is not a flag. Correct answer is B
ChiChi23 do not use gpt chat for these questions will give you a wrong answer. the correct answer is B --container is not a flag
B for exclusion. Container sin't a flag. https://docs.paloaltonetworks.com/prisma/prisma-cloud/prisma-cloud-admin-compute/tools/twistcli_scan_images
D. D. twistcli images scan --address https://us-west1.cloud.twistlock.com/us-3-123456789 --container myimage/latest --details Explanation: The "--address" flag specifies the address of the Prisma Cloud Console to which Twistcli should connect for image scanning. The "--container" flag specifies the container image that needs to be scanned. The "--details" flag provides additional details about the scan results.