Skip to content

Commit

Permalink
Update .whitesource
Browse files Browse the repository at this point in the history
  • Loading branch information
DimaMend authored Aug 21, 2024
1 parent e2e7638 commit 8972cf2
Showing 1 changed file with 47 additions and 11 deletions.
58 changes: 47 additions & 11 deletions .whitesource
Original file line number Diff line number Diff line change
@@ -1,13 +1,49 @@
{
"settingsInheritedFrom": "DimaMend/whitesource-config@main",
"remediateSettings": {
"workflowRules": {
"enabled": false
},
"enableRenovate": true,
"extends": [
"config:recommended",
"mergeConfidence:all-badges"
]
}
"scanSettings": {
"configMode": "AUTO",
"configExternalURL": "",
"enableLicenseViolations": true,
"enableReachability": true,
"exploitability": true,
"enableIaC": true,
"baseBranches": [],
"releaseBranches": []
},
"scanSettingsSAST": {
"enableScan": true,
"scanPullRequests": true,
"incrementalScan": true,
"baseBranches": [],
"snippetSize": 10
},
"checkRunSettings": {
"vulnerableCheckRunConclusionLevel": "failure",
"displayMode": "diff",
"useMendCheckNames": true,
"strictMode": "failure"
},
"releaseBranchSettings": {
"checkRunSettings.failOnLicenseViolation": true,
"checkRunSettings.strictMode": "failure",
"checkRunSettings.failOnVulnerabilityMinCvss": 9.0
},
"checkRunSettingsSAST": {
"checkRunConclusionLevel": "failure",
"severityThreshold": "high"
},
"issueSettings": {
"minSeverityLevel": "HIGH",
"issueType": "DEPENDENCY"
},
"remediateSettings": {
"workflowRules": {
"enabled": false
},
"enableRenovate": true,
"extends": [
"config:recommended",
"mergeConfidence:all-badges",
"github>mend-toolkit/mend-examples//Repo-Integration/Renovate/smart-merge"
]
}
}

0 comments on commit 8972cf2

Please sign in to comment.