Which container scan is constructed correctly?
Which container scan is constructed correctly?
The correct construction of the 'twistcli images scan' command includes both authentication flags (-u and -p) and the appropriate --address flag with a URL as well as the container image name at the end. The --docker-address flag is used to specify the Docker socket, not a URL. Therefore, the correct command is the one that uses --address to specify the URL and the image name, which matches the syntax of option C.
Correct answer is C. ---docker-address is a path not a url.
https://docs.paloaltonetworks.com/prisma/prisma-cloud/prisma-cloud-admin-compute/tools/twistcli_scan_images
https://docs.prismacloud.io/en/classic/compute-admin-guide/tools/twistcli-scan-images
The correct is C
Correct answer is C. ---docker-address is a path not a url.
C. https://docs.paloaltonetworks.com/prisma/prisma-cloud/prisma-cloud-admin-compute/tools/twistcli_scan_images
C. https://docs.paloaltonetworks.com/prisma/prisma-cloud/prisma-cloud-admin-compute/tools/twistcli_scan_images
C is correct option. If your Docker socket isn’t in the default location then use the --docker-address option to tell twistcli where to find it:
https://docs.paloaltonetworks.com/prisma/prisma-cloud/prisma-cloud-admin-compute/tools/twistcli_scan_images ---docker-address cannot point to Prisma Cloud Console and (B and D) --containers doesn't exist in the command line (A).
The correct is C