Exam PCCSE All QuestionsBrowse all questions from this exam
Question 65

A customer wants to scan a serverless function as part of a build process.

Which twistcli command can be used to scan serverless functions?

    Correct Answer: D

    To scan serverless functions as part of a build process with twistcli, the correct command is 'twistcli serverless scan <SERVERLESS_FUNCTION.ZIP>'. Ensuring the command is correctly spelled and structured is critical, as 'twiscli' is incorrect and would cause an error.

Discussion
SpippoloOption: D

D. https://docs.paloaltonetworks.com/prisma/prisma-cloud/prisma-cloud-admin-compute/vulnerability_management/serverless_functions You can also use the twistcli command line utility to scan your serverless functions. First download your serverless function as a ZIP file, then run: $ twistcli serverless scan <SERVERLESS_FUNCTION.ZIP>

Chichi23Option: A

A is correct. twistcli function scan <SERVERLESS_FUNCTION.ZIP> Option D has a typo in the "twistcli " it is missing a T "twisTcli " twiscli function scan <SERVERLESS_FUNCTION.ZIP>

Redrum702Option: D

D: Scanning functions at build time with twistcli You can also use the twistcli command line utility to scan your serverless functions. First download your serverless function as a ZIP file, then run: $ twistcli serverless scan <SERVERLESS_FUNCTION.ZIP>

HARRYOption: D

https://docs.paloaltonetworks.com/prisma/prisma-cloud/22-12/prisma-cloud-compute-edition-admin/tools/twistcli

Redrum702Option: B

B The twistcli scan serverless command can be used to scan serverless functions.