From d9f94dcc59dc2489334c28348ed16a7d5c09d616 Mon Sep 17 00:00:00 2001 From: satyamchaurasiapersistent <102941840+satyamchaurasiapersistent@users.noreply.github.com> Date: Thu, 3 Oct 2024 10:33:39 +0530 Subject: [PATCH] Added code for scan cancel on timeout (#1393) Co-authored-by: Satyam Chaurasia --- docs/Configuration.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/Configuration.md b/docs/Configuration.md index 64337bc82..9ceb516cb 100644 --- a/docs/Configuration.md +++ b/docs/Configuration.md @@ -634,6 +634,7 @@ For more details on break build, please refer to [Thresholds and policies](https | `customkeystore` | false | No | Yes | Yes | When `customkeystore` is set to `true` then cx-flow will consider custom keystore. | | `trustcerts` | false | No | Yes | Yes | If this option is true Cx-flow will bypass SSL. Default value is false so it will not bypass SSL. | | `isBranchedIncremental` | false | No | Yes | Yes | If this option is true Cx-flow will do incremental scan for first time created branched project. | +| `cancelInpregressScan` | false | No | Yes | Yes | If a scan timeout occurs and the user requests to cancel the in-progress scan, set this boolean variable to true. | No* = Default is applied ### Custom Checkmarx Fields