Checkmarx
Checkmarx Scan
,Checkmarx Scan detailed
: XML report from Checkmarx SAST (source code analysis)Checkmarx OSA
: json report from Checkmarx Open Source Analysis (dependencies analysis)
To generate the OSA report using Checkmarx CLI:
./runCxConsole.sh OsaScan -v -CxServer <...> -CxToken <..> -projectName <...> -enableOsa -OsaLocationPath <lib_folder> -OsaJson <output_folder>
That will generate three files, two of which are needed for defectdojo. Build the file for defectdojo with the jq utility:
jq -s . CxOSAVulnerabilities.json CxOSALibraries.json
Data for SAST, SCA and KICS are supported.
Sample Scan Data
Sample Checkmarx scans can be found here.
Last modified November 18, 2024: Merge pull request #11287 from DefectDojo/master-into-dev/2.40.2-2.41.0-dev (3b0fd30)