Skip to content

Commit 8bf2b81

Browse files
authored
Merge pull request #39 from hellofresh/whitesource/configure
Configure WhiteSource for GitHub.com
2 parents fdc50f0 + 1741adb commit 8bf2b81

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.whitesource

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"scanSettings": {
3+
"configMode": "AUTO",
4+
"configExternalURL": "",
5+
"projectToken" : ""
6+
},
7+
"checkRunSettings": {
8+
"vulnerableCheckRunConclusionLevel": "success"
9+
},
10+
"issueSettings": {
11+
"minSeverityLevel": "NONE"
12+
}
13+
}

0 commit comments

Comments
 (0)