Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Reads an already initiated SAST Scan.

Inputs

Input NameInput CodeRequiredDescription
Checkmarx Account CodeFDCX_INP_ANALYSIS_TOOL_ACCOUNT_CODEYThe Checkmarx account with all requried properties such as URL, Username and Password.
Checkmarx Project NameFDCX_INP_PROJECT_NAMEYThe project name to use in Checkmarx. If no project exists with this name one will be created.
Report TypeFDCX_INP_REPORT_TYPEYType of report to be generated. Only applies if Wait for Completion is set to true.
Scan IdFDCX_INP_SCAN_IDYId of the scan to be read.

Outputs

Output NameDescription
FDCX_OUT_SCAN_IDID of the scan.
FDCX_OUT_SCAN_RESULT_LINKLink to the scan results. Only applies if wait for scan is true.
FDCX_OUT_HIGH_VULNERABILITIY_COUNTNumber of High Vulnerabilities. Only applies if wait for scan is true.
FDCX_OUT_MEDIUM_VULNERABILITIY_COUNTNumber of Medium Vulnerabilities. Only applies if wait for scan is true.
FDCX_OUT_LOW_VULNERABILITIY_COUNTNumber 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.

  • No labels