Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit cf042f1

Browse files
authoredJul 9, 2021
Merge pull request #1 from BAN-AI-Communications/whitesource/configure
Configure WhiteSource Bolt for GitHub
2 parents 7e2feea + 2d8b0a8 commit cf042f1

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)
Please sign in to comment.