A customer wants to scan a serverless function as part of a build process.
Which twistcli command can be used to scan serverless functions?
A customer wants to scan a serverless function as part of a build process.
Which twistcli command can be used to scan serverless functions?
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.
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>
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>
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>
https://docs.paloaltonetworks.com/prisma/prisma-cloud/22-12/prisma-cloud-compute-edition-admin/tools/twistcli
B The twistcli scan serverless command can be used to scan serverless functions.