ExamGecko
Question list
Search
Search

List of questions

Search

Question 60 - PCCSE discussion

Report
Export

Which container image scan is constructed correctly?

A.
twistcli images scan --docker-address https://us-west1.cloud.twistlock.com/us-3-123456789 myimage/ latest
Answers
A.
twistcli images scan --docker-address https://us-west1.cloud.twistlock.com/us-3-123456789 myimage/ latest
B.
twistcli images scan --address https://us-west1.cloud.twistlock.com/us-3-123456789 myimage/latest
Answers
B.
twistcli images scan --address https://us-west1.cloud.twistlock.com/us-3-123456789 myimage/latest
C.
twistcli images scan --address https://us-west1.cloud.twistlock.com/us-3-123456789 --container myimage/ latest
Answers
C.
twistcli images scan --address https://us-west1.cloud.twistlock.com/us-3-123456789 --container myimage/ latest
D.
twistcli images scan --address https://us-west1.cloud.twistlock.com/us-3-123456789 --container myimage/ latest --details
Answers
D.
twistcli images scan --address https://us-west1.cloud.twistlock.com/us-3-123456789 --container myimage/ latest --details
Suggested answer: B

Explanation:

The correct construction for scanning a container image using the TwistCLI tool in Prisma Cloud is option B. This command specifies the address of the Prisma Cloud Console and the image to be scanned, including its tag. The TwistCLI tool is part of Prisma Cloud's capabilities to integrate security into the CI/CD pipeline, allowing for the scanning of images for vulnerabilities as part of the build process, thus ensuring that only secure images are deployed.

asked 23/09/2024
Chan Man Wong
43 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first