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 requried properties such as URL, Username and Password. |
Checkmarx Project Name | FDCX_INP_PROJECT_NAME | Y | The project name to use in Checkmarx. If no project exists with this name one will be created. |
Report Type | FDCX_INP_REPORT_TYPE | Y | Type of report to be generated. Only applies if Wait for Completion is set to true. |
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. Only applies if wait for scan is true. |
FDCX_OUT_HIGH_VULNERABILITIY_COUNT | Number of High Vulnerabilities. Only applies if wait for scan is true. |
FDCX_OUT_MEDIUM_VULNERABILITIY_COUNT | Number of Medium Vulnerabilities. Only applies if wait for scan is true. |
FDCX_OUT_LOW_VULNERABILITIY_COUNT | Number of Low Vulnerabilities. Only applies if wait for scan is true. |
Artifacts
This operation doesn’t consume or produce any artifacts.
Endpoint Selection
This operation delegates the selection to the workflow developer to determine.
Endpoint Execution
This operation will execute on any one of the selected endpoints and will be random in the determination of which one.