chore(whitesource): update configuration file

Additionally, setting the ConclusionLevel to _success_ as
there are numerous vulnerable packages being tracked though
have no documented remediation at this time. Issues will still
generate tickets though the scan will not result in a failure.
This commit is contained in:
Vladimir Gorej
2022-01-11 09:23:54 +01:00
parent a094651d84
commit 9b8a7318e4
2 changed files with 5 additions and 4 deletions

View File

@@ -1,12 +1,12 @@
{ {
"scanSettings": { "scanSettings": {
"configMode": "AUTO", "configMode": "LOCAL",
"configExternalURL": "", "configExternalURL": "",
"projectToken": "", "projectToken": "",
"baseBranches": [] "baseBranches": ["main"]
}, },
"checkRunSettings": { "checkRunSettings": {
"vulnerableCheckRunConclusionLevel": "failure", "vulnerableCheckRunConclusionLevel": "success",
"displayMode": "diff" "displayMode": "diff"
}, },
"issueSettings": { "issueSettings": {

1
whitesource.config Normal file
View File

@@ -0,0 +1 @@
npm.includeDevDependencies=true