ExamGecko
Question list
Search
Search

List of questions

Search

Question 61 - PCCSE discussion

Report
Export

Which two processes ensure that builds can function after a Console upgrade? (Choose two.)

A.
allowing Jenkins to automatically update the plugin
Answers
A.
allowing Jenkins to automatically update the plugin
B.
updating any build environments that have twistcli included to use the latest version
Answers
B.
updating any build environments that have twistcli included to use the latest version
C.
configuring build pipelines to download twistcli at the start of each build
Answers
C.
configuring build pipelines to download twistcli at the start of each build
D.
creating a new policy that allows older versions of twistcli to connect the Console
Answers
D.
creating a new policy that allows older versions of twistcli to connect the Console
Suggested answer: B, C

Explanation:

Ensuring that builds can function properly after a Console upgrade in Prisma Cloud involves strategies that maintain compatibility and functionality with the latest versions of the Prisma Cloud tools and services.

Option B: Updating any build environments that have twistcli included to use the latest version is crucial because twistcli is Prisma Cloud's CLI tool used for scanning images, serverless functions, and IaC for vulnerabilities and compliance issues. Ensuring that twistcli is up to date in all build environments guarantees compatibility with the latest features and security definitions provided by Prisma Cloud, as well as ensures that any new or updated policies and checks are accurately enforced during the build process.

Option C: Configuring build pipelines to download twistcli at the start of each build ensures that the most current version of twistcli is used every time a build is initiated. This approach is beneficial in dynamic CI/CD environments where builds are frequent, and maintaining the latest security posture is critical. By downloading twistcli dynamically, teams can automatically adapt to any updates or changes introduced in the Prisma Cloud Console without manual intervention, ensuring seamless integration and continuous compliance with Prisma Cloud's security standards.

Prisma Cloud Documentation: Emphasizes the importance of keeping security tools up to date and integrating them into CI/CD pipelines for continuous security.

Best Practices for Integrating Security Tools in CI/CD: Guides on how to effectively incorporate security scanning tools like twistcli into the CI/CD process to ensure builds are secure and compliant.

asked 23/09/2024
Moinuddin Mohammed
44 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first