To scan container images in Jenkins pipelines, Prisma Cloud offers two specific tools:
D. Twistcli: This is a command-line interface tool provided by Prisma Cloud that allows users to scan container images for vulnerabilities and compliance issues. It can be integrated into Jenkins pipelines to automate the scanning process as part of the CI/CD workflow1.
E. Compute Jenkins plugin: This plugin integrates Prisma Cloud’s capabilities directly into Jenkins, enabling automated scanning of container images during the build process. It provides a seamless way to include security checks within the Jenkins pipeline1.
Both Twistcli and the Compute Jenkins plugin are designed to work within the Jenkins environment to ensure that container images are scanned for security risks before they are deployed. By integrating these tools into the pipeline, developers can identify and address vulnerabilities early in the development cycle, contributing to a more secure software delivery process
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit