Skip to content

Commit

Permalink
Merge pull request #1 from shaneclarke-whitesource/whitesource/configure
Browse files Browse the repository at this point in the history
Configure Mend for GitHub.com
  • Loading branch information
shaneclarke-whitesource authored Aug 16, 2024
2 parents 126169f + 99147f8 commit ce21dd2
Showing 1 changed file with 54 additions and 0 deletions.
54 changes: 54 additions & 0 deletions .whitesource
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
{
"scanSettings": {
"configMode": "AUTO",
"configExternalURL": "",
"projectToken": "",
"baseBranches": []
},
"scanSettingsSAST": {
"enableScan": true,
"scanPullRequests": true,
"incrementalScan": true,
"baseBranches": [],
"snippetSize": 10
},
"checkRunSettings": {
"vulnerableCheckRunConclusionLevel": "failure",
"displayMode": "diff",
"useMendCheckNames": true
},
"checkRunSettingsSAST": {
"checkRunConclusionLevel": "failure",
"severityThreshold": "high"
},
"issueSettings": {
"minSeverityLevel": "LOW",
"issueType": "DEPENDENCY"
},
"issueSettingsSAST": {
"minSeverityLevel": "high",
"issueType": "repo"
},
"remediateSettings": {
"workflowRules": {
"enabled": true
},
"enableRenovate": true,
"extends": [
"config:base",
"mergeConfidence:all-badges",
"github>mend-toolkit/mend-examples//Repo-Integration/Renovate/smart-merge"
]
},
"leastVulnerablePackageSettings": {
"enabled": true
},
"imageSettings":{
"imageTracing":{
"enableImageTracingPR": false,
"addRepositoryCoordinate": false,
"addDockerfilePath": false,
"addMendIdentifier": false
}
}
}

0 comments on commit ce21dd2

Please sign in to comment.