Skip to content

Commit

Permalink
Merge pull request #19 from Checkmarx/AST-43960_DAST_CLI_2.3.0
Browse files Browse the repository at this point in the history
AST-43960 Update to DAST-CLI 2.3.0
  • Loading branch information
ShaharSep authored Sep 23, 2024
2 parents 6269bd8 + bcaf51c commit 950df92
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM checkmarx/dast:2.2.0
FROM checkmarx/dast:2.3.0

USER zap

Expand Down
10 changes: 5 additions & 5 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,16 +56,16 @@ inputs:
required: false
default: "20"
description: Time between retries in seconds, use with retry
proxy-url:
description: "Override the proxy used by the ZAP Engine"
proxy_url:
description: "Override the proxy used by the ZAP Engine (port number is set in proxy_port)"
required: false
proxy-port:
proxy_port:
description: "The port number for the proxy"
required: false
poll-timeout:
poll_timeout:
required: false
description: "Poll timeout in seconds, for uploading results"
poll-ticker:
poll_ticker:
required: false
description: "Time interval between sending poll requests"
runs:
Expand Down

0 comments on commit 950df92

Please sign in to comment.