Skip to content

Commit

Permalink
Add whitesource file to enable mend scans
Browse files Browse the repository at this point in the history
  • Loading branch information
maximiliansoelch committed Nov 21, 2024
1 parent 62f8703 commit 2c2e4a1
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .whitesource
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"scanSettings": {
"enableScan": true,
"baseBranches": ["develop"],
"scanDependabotPR": false
},
"checkRunSettings": {
"vulnerableCheckRunConclusionLevel": "failure",
"displayMode": "diff",
"useMendCheckNames": true
},
"issueSettings": {
"minSeverityLevel": "MEDIUM",
"issueType": "DEPENDENCY"
},
"remediateSettings": {
"workflowRules": {
"enabled": true,
"minVulnerabilityScore": 1.5,
"maxVulnerabilityScore": 10
}
}
}

0 comments on commit 2c2e4a1

Please sign in to comment.