Reads an already initiated SAST Scan.
Inputs
Input Name | Input Code | Required | Description |
---|---|---|---|
Checkmarx Account Code | FDCX_INP_ANALYSIS_TOOL_ACCOUNT_CODE | Y | The Checkmarx account with all required properties such as URL, Username and Password. |
Checkmarx Project Name | FDCX_INP_PROJECT_NAME | Y | The project name to use in Checkmarx. |
Report Type | FDCX_INP_REPORT_TYPE | Y | Type of report to be generated. |
Scan Id | FDCX_INP_SCAN_ID | Y | Id of the scan to be read. |
Outputs
Output Name | Description |
---|---|
FDCX_OUT_SCAN_ID | ID of the scan. |
FDCX_OUT_SCAN_RESULT_LINK | Link to the scan results. |
FDCX_OUT_HIGH_VULNERABILITIY_COUNT | Number of High Vulnerabilities. |
FDCX_OUT_MEDIUM_VULNERABILITIY_COUNT | Number of Medium Vulnerabilities. |
FDCX_OUT_LOW_VULNERABILITIY_COUNT | Number of Low Vulnerabilities. |
Artifacts
This operation doesn’t consume or produce any artifacts.
...