Skip to content

Commit

Permalink
Updating the WhiteSource/Mend configuration to match the version foun…
Browse files Browse the repository at this point in the history
…d in opensearch-system-templates. (#4933)

https://github.com/opensearch-project/opensearch-system-templates/blob/e3b4fc6/.whitesource

Signed-off-by: David Venable <dlv@amazon.com>
  • Loading branch information
dlvenable committed Sep 11, 2024
1 parent e8e9271 commit 400713b
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions .whitesource
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,29 @@
"projectToken": "",
"baseBranches": []
},
"scanSettingsSAST": {
"enableScan": false,
"scanPullRequests": false,
"incrementalScan": true,
"baseBranches": [],
"snippetSize": 10
},
"checkRunSettings": {
"vulnerableCheckRunConclusionLevel": "failure",
"displayMode": "diff"
"displayMode": "diff",
"useMendCheckNames": true
},
"checkRunSettingsSAST": {
"checkRunConclusionLevel": "failure",
"severityThreshold": "high"
},
"issueSettings": {
"minSeverityLevel": "LOW"
"minSeverityLevel": "LOW",
"issueType": "DEPENDENCY"
},
"remediateSettings": {
"workflowRules": {
"enabled": true
}
}
}

0 comments on commit 400713b

Please sign in to comment.