PCCSE · Question #97
What are the two ways to scope a CI policy for image scanning? (Choose two.)
The correct answer is B. image name D. image labels. In Prisma Cloud Compute, CI (Continuous Integration) policies for image scanning can be scoped using: (B) image name - allowing you to target policies at specific images or image name patterns (e.g., using wildcards); and (D) image labels - Docker image labels (key-value metadata
Question
What are the two ways to scope a CI policy for image scanning? (Choose two.)
Options
- Acontainer name
- Bimage name
- Chostname
- Dimage labels
How the community answered
(16 responses)- A6% (1)
- B94% (15)
Explanation
In Prisma Cloud Compute, CI (Continuous Integration) policies for image scanning can be scoped using: (B) image name - allowing you to target policies at specific images or image name patterns (e.g., using wildcards); and (D) image labels - Docker image labels (key-value metadata embedded in the image) can be used to apply policies selectively to images carrying specific labels. This enables flexible, label-driven policy targeting across diverse image sets. Option A (container name) applies to running containers, not to CI scanning of images before deployment. Option C (hostname) is relevant to host-based or container runtime policies, not to CI image scanning scoping.
Topics
Community Discussion
No community discussion yet for this question.