PSE-PRISMACLOUD · Question #88
What subcommand invokes the Prisma Cloud Compute (PCC) edition image scanner?
The correct answer is A. > twistcli images scan. twistcli images scan is the correct syntax for invoking Prisma Cloud Compute's image scanner. The twistcli CLI follows a noun-verb pattern: the resource type (images) comes before the action (scan), which is consistent with other twistcli subcommands. Why the distractors are…
Question
What subcommand invokes the Prisma Cloud Compute (PCC) edition image scanner?
Options
- A
twistcli images scan
- B
twistcli project scan
- C
twistcli scan projects
- D
twistcli scan images
How the community answered
(51 responses)- A86% (44)
- B8% (4)
- C2% (1)
- D4% (2)
Explanation
twistcli images scan is the correct syntax for invoking Prisma Cloud Compute's image scanner. The twistcli CLI follows a noun-verb pattern: the resource type (images) comes before the action (scan), which is consistent with other twistcli subcommands.
Why the distractors are wrong:
- B (
twistcli project scan) -projectis not a valid resource noun in this context, and the verb/noun order is reversed. - C (
twistcli scan projects) - This inverts the pattern entirely (verb before noun) and usesprojects, which isn't the target resource. - D (
twistcli scan images) - This places the verb (scan) before the noun (images), reversing the correct noun-verb order.
Memory tip: Think of twistcli commands as "what you're working on, then what you're doing" - images (the thing) scan (the action). If you remember "twistcli images scan" like "inspect the images," you'll lock in the noun-first order.
Topics
Community Discussion
No community discussion yet for this question.