Add .whitesource configuration file

This commit is contained in:
mend-for-github-com[bot] 2022-10-10 23:37:12 +00:00 committed by GitHub
parent e3c0353c9a
commit 732afe029f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

22
.whitesource Normal file
View file

@ -0,0 +1,22 @@
{
"scanSettings": {
"configMode": "AUTO",
"configExternalURL": "",
"projectToken": "",
"baseBranches": []
},
"checkRunSettings": {
"vulnerableCheckRunConclusionLevel": "failure",
"displayMode": "diff",
"useMendCheckNames": true
},
"issueSettings": {
"minSeverityLevel": "LOW",
"issueType": "DEPENDENCY"
},
"remediateSettings": {
"workflowRules": {
"enabled": true
}
}
}