Skip to content

Commit

Permalink
Added code for brancehed scan project (#1381)
Browse files Browse the repository at this point in the history
Co-authored-by: Satyam Chaurasia <samchaurasia86@gmail.com>
  • Loading branch information
1 parent e8cf5f5 commit 844297c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build-11.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import org.gradle.api.tasks.testing.Test
buildscript {
ext {

CxSBSDK = "0.6.8"
CxSBSDK = "0.6.14"
ConfigProviderVersion = '1.0.14'
//cxVersion = "8.90.5"
springBootVersion = '3.2.5'
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import org.gradle.api.tasks.testing.Test

buildscript {
ext {
CxSBSDK = "0.6.13"
CxSBSDK = "0.6.14"
ConfigProviderVersion = '1.0.14'
//cxVersion = "8.90.5"
springBootVersion = '3.2.5'
Expand Down
1 change: 1 addition & 0 deletions docs/Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -617,6 +617,7 @@ For more details on break build, please refer to [Thresholds and policies](https
| `truststorepassword` | false | No | Yes | Yes | User need to provide custom keystore password. |
| `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. |
No* = Default is applied

### Custom Checkmarx Fields
Expand Down

0 comments on commit 844297c

Please sign in to comment.