Skip to content

Commit

Permalink
Add whitesource/mend configuration to detect security issues in depen…
Browse files Browse the repository at this point in the history
…dencies
  • Loading branch information
krusche committed Nov 18, 2024
1 parent 2db81f2 commit 1f70505
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": ["main"],
"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 1f70505

Please sign in to comment.