actions-marketplace-validations/Checkmarx DAST Github Action

Integrate Checkmarx DAST into your GitHub Actions CI/CD pipelines.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Sep 23, 2024
License
GPL 3.0

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/checkmarx_dast-github-action@950df92f6e10176062726fb5b806723a7ad5d602 # no releases — HEAD as of 2026-07-10

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
commandThe type of scan to preform (web, api)yes
configThe path to the ZAP configuration fileyes
base_urlThe baseURL for the Checkmarx One Serversyes
environment_idThe environment ID previously created in the Frontendyes
openapiRelevant only for api scans. Path to the openapi file (cannot be provided with postman flag)no
postmanRelevant only for api scans. Path to the postman collection file (cannot be provided with openapi flag)no
outputThe path to generate the outputno
timeoutThe zap engine timeoutno10000
update_intervalThe interval in which to update on the progress of the scanno10
jvm_propertiesThe jvm properties used in the ZAP engineno-Xmx3G
log_levelThe log level for the logsnoinfo
verboseSet to true in order to print the logs to the stdoutnofalse
fail_onThe Severity in which the action should failno
retryRetry requests to AST on connection failureno3
retry_delayTime between retries in seconds, use with retryno20
proxy_urlOverride the proxy used by the ZAP Engine (port number is set in proxy_port)no
proxy_portThe port number for the proxyno
poll_timeoutPoll timeout in seconds, for uploading resultsno
poll_tickerTime interval between sending poll requestsno

no outputs