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