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,15 +1,15 @@
{
"scanSettings": {
"configMode": "AUTO",
"configMode": "LOCAL",
"configExternalURL": "",
"projectToken": "",
"baseBranches": []
"baseBranches": ["main"]
},
"checkRunSettings": {
"vulnerableCheckRunConclusionLevel": "failure",
"vulnerableCheckRunConclusionLevel": "success",
"displayMode": "diff"
},
"issueSettings": {
"minSeverityLevel": "LOW"
}
}
}

1
whitesource.config Normal file
View File

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