chore(deps): migrate .whitesource configuration file to inheritance mode (#7804)

Co-authored-by: whitesource-for-github-com[bot] <50673670+whitesource-for-github-com[bot]@users.noreply.github.com>
Co-authored-by: Vladimir Gorej <vladimir.gorej@gmail.com>
This commit is contained in:
whitesource-for-github-com[bot]
2022-01-31 15:49:09 +01:00
committed by GitHub
parent 3e61af2042
commit e8cc851c90

View File

@@ -1,15 +1,3 @@
{
"scanSettings": {
"configMode": "LOCAL",
"configExternalURL": "",
"projectToken": "",
"baseBranches": ["main"]
},
"checkRunSettings": {
"vulnerableCheckRunConclusionLevel": "success",
"displayMode": "diff"
},
"issueSettings": {
"minSeverityLevel": "LOW"
}
}
"settingsInheritedFrom": "swagger-api/whitesource-config@main"
}