Skip to content

Commit 689b16a

Browse files
authored
Merge pull request #194 from serverlessworkflow/whitesource/configure
Configure WhiteSource Bolt for GitHub
2 parents cefa865 + b2b2e2a commit 689b16a

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.whitesource

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

0 commit comments

Comments
 (0)