@@ -32,6 +32,7 @@ Each task requires certain inputs which are to be specified in your `build.gradl
3232- ` projectTags ` : * Optional* - add Tags to your Project
3333- ` parentUUID ` : * Optional* - Used for creating in a parent project
3434- ` ignoreProjectAlreadyExists ` : * Optional* - default is false, set to true to ignore "Project already exist" error
35+ - ` disableStrictTLS ` : * Optional* - Used for disabling strict TLS checking for ex. self-signed certificates (default: false)
3536
3637#### uploadSbom
3738
@@ -45,6 +46,8 @@ Each task requires certain inputs which are to be specified in your `build.gradl
4546- ` parentUUID ` : * Optional* - Used for creating in a parent project
4647- ` parentName ` : * Optional* - Used for creating in a parent project
4748- ` parentVersion ` : * Optional* - Used for creating in a parent project
49+ - ` ignoreErrors ` : * Optional* - Used for ignore errors during upload to prevent build failures (default: false)
50+ - ` disableStrictTLS ` : * Optional* - Used for disabling strict TLS checking for ex. self-signed certificates (default: false)
4851
4952#### generateVex
5053
@@ -61,6 +64,7 @@ Each task requires certain inputs which are to be specified in your `build.gradl
6164- ` projectUUID ` : * Optional* - You need to set UUID or projectName and projectVersion
6265- ` projectName ` : * Optional* - You need to set UUID or projectName and projectVersion
6366- ` projectVersion ` : * Optional* - You need to set UUID or projectName and projectVersion
67+ - ` disableStrictTLS ` : * Optional* - Used for disabling strict TLS checking for ex. self-signed certificates (default: false)
6468
6569#### riskScore
6670
@@ -72,6 +76,7 @@ Each task requires certain inputs which are to be specified in your `build.gradl
7276- ` riskScore ` : * Optional* - Used for failing the task if the risk score is higher than the specified value.
7377 - ` timeout ` : * Optional* - If specified, the task will wait for the risk score to be calculated. Default: 0 seconds
7478 - ` maxRiskScore ` : * Optional* - If specified, the task will fail if the risk score is higher than the specified value.
79+ - ` disableStrictTLS ` : * Optional* - Used for disabling strict TLS checking for ex. self-signed certificates (default: false)
7580
7681#### analyzeProject
7782
@@ -80,6 +85,7 @@ Each task requires certain inputs which are to be specified in your `build.gradl
8085- ` projectUUID ` : * Optional* - You need to set UUID or projectName and projectVersion
8186- ` projectName ` : * Optional* - You need to set UUID or projectName and projectVersion
8287- ` projectVersion ` : * Optional* - You need to set UUID or projectName and projectVersion
88+ - ` disableStrictTLS ` : * Optional* - Used for disabling strict TLS checking for ex. self-signed certificates (default: false)
8389
8490#### getOutdatedDependencies
8591
@@ -88,6 +94,7 @@ Each task requires certain inputs which are to be specified in your `build.gradl
8894- ` projectUUID ` : * Optional* - You need to set UUID or projectName and projectVersion
8995- ` projectName ` : * Optional* - You need to set UUID or projectName and projectVersion
9096- ` projectVersion ` : * Optional* - You need to set UUID or projectName and projectVersion
97+ - ` disableStrictTLS ` : * Optional* - Used for disabling strict TLS checking for ex. self-signed certificates (default: false)
9198
9299#### getSuppressedVuln
93100
@@ -96,6 +103,7 @@ Each task requires certain inputs which are to be specified in your `build.gradl
96103- ` projectUUID ` : * Optional* - You need to set UUID or projectName and projectVersion
97104- ` projectName ` : * Optional* - You need to set UUID or projectName and projectVersion
98105- ` projectVersion ` : * Optional* - You need to set UUID or projectName and projectVersion
106+ - ` disableStrictTLS ` : * Optional* - Used for disabling strict TLS checking for ex. self-signed certificates (default: false)
99107
100108## Example Configuration
101109
0 commit comments