mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-08 14:05:27 +00:00
* Change whitesource integration to scan on 1.x branch Signed-off-by: Zelin Hao <zelinhao@amazon.com> * Add parameter to ignore /qa/ folder Signed-off-by: Zelin Hao <zelinhao@amazon.com>
16 lines
299 B
Plaintext
16 lines
299 B
Plaintext
{
|
|
"scanSettings": {
|
|
"configMode": "LOCAL",
|
|
"configExternalURL": "",
|
|
"projectToken": "",
|
|
"baseBranches": ["1.x"]
|
|
},
|
|
"checkRunSettings": {
|
|
"vulnerableCheckRunConclusionLevel": "failure",
|
|
"displayMode": "diff"
|
|
},
|
|
"issueSettings": {
|
|
"minSeverityLevel": "LOW"
|
|
}
|
|
}
|