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:
@@ -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
1
whitesource.config
Normal file
@@ -0,0 +1 @@
|
|||||||
|
npm.includeDevDependencies=true
|
||||||
Reference in New Issue
Block a user