Skip to content

Commit 65ba9a4

Browse files
Add .whitesource configuration file (opensearch-project#211)
Co-authored-by: mend-for-github-com[bot] <50673670+mend-for-github-com[bot]@users.noreply.github.com>
1 parent fe73aa3 commit 65ba9a4

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)