Skip to content

Commit d92e229

Browse files
authored
Add .whitesource configuration file (opensearch-project#626)
Signed-off-by: Sicheng Song <sicheng.song@outlook.com> Signed-off-by: Sicheng Song <sicheng.song@outlook.com>
1 parent 4ddcd0a commit d92e229

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.whitesource

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"scanSettings": {
3+
"configMode": "AUTO",
4+
"configExternalURL": "",
5+
"projectToken": "",
6+
"baseBranches": []
7+
},
8+
"checkRunSettings": {
9+
"vulnerableCheckRunConclusionLevel": "failure",
10+
"displayMode": "diff",
11+
"useMendCheckNames": true
12+
},
13+
"issueSettings": {
14+
"minSeverityLevel": "LOW",
15+
"issueType": "DEPENDENCY"
16+
},
17+
"remediateSettings": {
18+
"workflowRules": {
19+
"enabled": true
20+
}
21+
}
22+
}

0 commit comments

Comments
 (0)