Skip to content

Commit

Permalink
Merge pull request #1 from wrbejar/whitesource/configure
Browse files Browse the repository at this point in the history
Configure Mend for github.com
  • Loading branch information
wrbejar01 authored Dec 23, 2022
2 parents 492b318 + 362881b commit ebb466a
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .whitesource
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"scanSettings": {
"configMode": "AUTO",
"configExternalURL": "",
"projectToken": "",
"baseBranches": [],
"enableLicenseViolations": "true",
"enableIaC": "true"
},
"scanSettingsSAST": {
"enableScan": "true",
"enableSASTRemediation": "true"
},
"checkRunSettings": {
"vulnerableCheckRunConclusionLevel": "failure",
"displayMode": "diff"
},
"issueSettings": {
"minSeverityLevel": "LOW",
"issueType": "DEPENDENCY"
},
"remediateSettings": {
"enableRenovate": true,
"extends": ["github>whitesource/merge-confidence:beta"],
"workflowRules": {
"enabled": "true",
"minVulnerabilitySeverity": "LOW"
}
}
}

0 comments on commit ebb466a

Please sign in to comment.