Skip to content

Commit

Permalink
Merge pull request #1 from feemstr/whitesource/configure
Browse files Browse the repository at this point in the history
Configure Mend for GitHub.com
  • Loading branch information
feemstr committed Mar 7, 2023
2 parents a48901f + 25123b4 commit a77acfa
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .whitesource
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"scanSettings": {
"configMode": "AUTO",
"configExternalURL": "",
"projectToken": "",
"baseBranches": []
},
"scanSettingsSAST": {
"enableScan": false,
"scanPullRequests": false,
"incrementalScan": true,
"baseBranches": [],
"snippetSize": 10
},
"checkRunSettings": {
"vulnerableCheckRunConclusionLevel": "failure",
"displayMode": "diff",
"useMendCheckNames": true
},
"checkRunSettingsSAST": {
"checkRunConclusionLevel": "failure",
"severityThreshold": "high"
},
"issueSettings": {
"minSeverityLevel": "LOW",
"issueType": "DEPENDENCY"
},
"remediateSettings": {
"workflowRules": {
"enabled": true
}
}
}

0 comments on commit a77acfa

Please sign in to comment.