PSE-PRISMACLOUD · Question #100
Which subcommand invokes the scan for images built with Jenkins in an OpenShift environment?
The correct answer is A. > twistcli project scan. twistcli project scan is correct because Prisma Cloud's twistcli uses the project subcommand specifically to scan images built in CI/CD pipelines like Jenkins running within OpenShift project namespaces - it targets container images tied to a project context rather than running…
Question
Which subcommand invokes the scan for images built with Jenkins in an OpenShift environment?
Options
- A
twistcli project scan
- B
twistcli scar, projects
- C
twistcli hosts scan
- D
twistcli scar, hosts
How the community answered
(28 responses)- A96% (27)
- C4% (1)
Explanation
twistcli project scan is correct because Prisma Cloud's twistcli uses the project subcommand specifically to scan images built in CI/CD pipelines like Jenkins running within OpenShift project namespaces - it targets container images tied to a project context rather than running hosts.
Why the distractors are wrong:
- B & D (
twistcli scar, ...) are fabricated commands -scaris not a validtwistclisubcommand, making both options nonsense. - C (
twistcli hosts scan) targets host-level vulnerability scanning (the underlying nodes/VMs), not container images produced by a build pipeline.
Memory tip: Think "Jenkins builds projects, so scan the project." The word "project" maps naturally to both the Jenkins pipeline concept and OpenShift's project-based namespace model - if the question mentions a build tool like Jenkins in OpenShift, reach for project scan.
Topics
Community Discussion
No community discussion yet for this question.