Prisma Certified Cloud Security Engineer (PCCSE) — Question 128
A customer wants to scan a serverless function as part of a build process.
Which twistcli command can be used to scan serverless functions?
Answer options
- A. twistcli function scan <SERVERLESS_FUNCTION.ZIP>
- B. twistcli scan serverless <SERVERLESS_FUNCTION.ZIP>
- C. twistcli serverless AWS <SERVERLESS_FUNCTION.ZIP>
- D. twiscli serverless scan <SERVERLESS_FUNCTION.ZIP>
Correct answer: D
Explanation
The correct answer is D, as it accurately specifies the command structure for scanning serverless functions using twistcli. Options A, B, and C do not follow the correct syntax or command type for this specific operation, making them invalid choices for scanning serverless functions.