Skip to content

Commit 00fdb00

Browse files
author
devturks-team
authored
Merge pull request #40 from turkdevops/whitesource/configure
Configure WhiteSource Bolt for GitHub
2 parents 38db51d + 69c8a7b commit 00fdb00

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.whitesource

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"scanSettings": {
3+
"baseBranches": []
4+
},
5+
"checkRunSettings": {
6+
"vulnerableCheckRunConclusionLevel": "failure",
7+
"displayMode": "diff"
8+
},
9+
"issueSettings": {
10+
"minSeverityLevel": "LOW"
11+
}
12+
}

0 commit comments

Comments
 (0)