Question?
I want to use my CodeSec findings in another tool, can they be exported from the CLI?
Answer
Both Scan and Serverless findings can be exported in an appropriate format:
Scan results can be saved locally to SARIF with the following command:
contrast scan -s sarif
Serverless results can be output in json format with the following command:
contrast lambda -j