Generating Checkmarx One JSON Report from CLI
Last updated
Last updated
The Checkmarx One CLI provides the ability to generate a higher fidelity JSON report that helps Mobb generate a more in-depth fix analysis compared to the JSON report generated directly from the Checkmarx One UI. This guide walks through the process of running the Checkmarx One CLI to generate this high fidelity JSON report.
The first step is to download the latest version of the Checkmarx One CLI from the following link.
Select the version that runs on your Operating System that runs on your workstation.
Login to your Checkmarx One account.
Go to Scan Management -> Scans. Locate the relevant scan and copy the Scan ID as shown:
Extract the the Checkmarx One CLI
Open a terminal and navigate to the root folder of the CLI command
For example (Powershell):
Authenticate to the Checkmarx One CLI. You will need a Checkmarx One API Key to perform this step. If you're not sure where to get the API key, click here.
Replace <YOUR_CHECKMARX_API_KEY>
with your Checkmarx One API key generated
Run the report command to generate a json report
Replace <YOUR_SCAN_ID>
with your the Scan ID you captured during the step above.
There should now be a file called report.json
located in the same directory as your terminal's directory location. You can now proceed to submit this report file with Mobb following the steps here.