Add .whitesource configuration file

This commit is contained in:
mend-bolt-for-github[bot] 2023-04-23 21:33:22 +00:00 committed by GitHub
parent cde5d5ed11
commit 3af27ad353
Signed by: DevComp
GPG key ID: 4AEE18F83AFDEB23

14
.whitesource Normal file
View file

@ -0,0 +1,14 @@
{
"scanSettings": {
"baseBranches": []
},
"checkRunSettings": {
"vulnerableCheckRunConclusionLevel": "failure",
"displayMode": "diff",
"useMendCheckNames": true
},
"issueSettings": {
"minSeverityLevel": "LOW",
"issueType": "DEPENDENCY"
}
}