1
0
mirror of https://github.com/XFox111/PasswordGeneratorExtension.git synced 2026-04-22 08:08:01 +03:00

Add .whitesource configuration file (#7)

This commit is contained in:
whitesource-bolt-for-github[bot]
2021-03-22 15:32:36 +03:00
committed by GitHub
parent 8a1a2bc009
commit 8991884494
+12
View File
@@ -0,0 +1,12 @@
{
"scanSettings": {
"baseBranches": []
},
"checkRunSettings": {
"vulnerableCheckRunConclusionLevel": "failure",
"displayMode": "diff"
},
"issueSettings": {
"minSeverityLevel": "LOW"
}
}