Skip to content

Commit

Permalink
fix: update .whitesource
Browse files Browse the repository at this point in the history
  • Loading branch information
jaybuidl committed May 31, 2023
1 parent 1cd4ddd commit 1cdc1a8
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions .whitesource
Original file line number Diff line number Diff line change
@@ -1,14 +1,22 @@
{
"scanSettings": {
"baseBranches": []
"baseBranches": ["master"]
},
"checkRunSettings": {
"vulnerableCheckRunConclusionLevel": "failure",
"displayMode": "diff",
"useMendCheckNames": true
},
"issueSettings": {
"minSeverityLevel": "LOW",
"issueType": "DEPENDENCY"
"minSeverityLevel": "MEDIUM",
"issueType": "DEPENDENCY",
"customLabels": ["Type: Security🛡️", "dependencies"]
},
"remediateSettings": {
"workflowRules": {
"enabled": true,
"minVulnerabilityScore": 3,
"maxVulnerabilityScore": 10
}
}
}
}

0 comments on commit 1cdc1a8

Please sign in to comment.