Skip to content

Commit

Permalink
chore: tweaked mend bot config
Browse files Browse the repository at this point in the history
  • Loading branch information
jaybuidl committed Jun 14, 2023
1 parent 2d82a32 commit a3f5416
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions .whitesource
Original file line number Diff line number Diff line change
@@ -1,14 +1,23 @@
{
"scanSettings": {
"baseBranches": []
"baseBranches": ["dev", "master"]
},
"checkRunSettings": {
"vulnerableCheckRunConclusionLevel": "failure",
"displayMode": "diff",
"useMendCheckNames": true
},
"issueSettings": {
"minSeverityLevel": "LOW",
"issueType": "DEPENDENCY"
"minSeverityLevel": "MEDIUM",
"issueType": "DEPENDENCY",
"customLabels": ["Type: Security🛡️", "dependencies"],
"assignees": ["jaybuidl"]
},
"remediateSettings": {
"workflowRules": {
"enabled": true,
"minVulnerabilityScore": 3,
"maxVulnerabilityScore": 10
}
}
}

0 comments on commit a3f5416

Please sign in to comment.