Prisma Certified Cloud Security Engineer (PCCSE) — Question 227

Which command correctly outputs scan results to stdout in tabular format and writes scan results to a JSON file while still sending the results to Console?

Answer options

Correct answer: D

Explanation

Option D is correct because it includes the necessary flags to send output to stdout while also specifying an output file for scan results. The other options either lack the correct stdout format or do not specify the output file correctly for JSON format.