Skip to content

Commit

Permalink
Add Mend Remediate for dependency management
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Widdis <[email protected]>
  • Loading branch information
dbwiddis committed Dec 15, 2023
1 parent 343667e commit c6ad8d5
Showing 1 changed file with 27 additions and 3 deletions.
30 changes: 27 additions & 3 deletions .whitesource
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,35 @@
"projectToken": "",
"baseBranches": []
},
"scanSettingsSAST": {
"enableScan": false,
"scanPullRequests": false,
"incrementalScan": true,
"baseBranches": [],
"snippetSize": 10
},
"checkRunSettings": {
"vulnerableCheckRunConclusionLevel": "failure",
"displayMode": "diff"
"displayMode": "diff",
"useMendCheckNames": true
},
"checkRunSettingsSAST": {
"checkRunConclusionLevel": "failure",
"severityThreshold": "high"
},
"issueSettings": {
"minSeverityLevel": "LOW"
"minSeverityLevel": "LOW",
"issueType": "DEPENDENCY"
},
"remediateSettings": {
"enableRenovate": true,
"extends": [
"config:base",
":gitSignOff",
"github>whitesource/merge-confidence:beta"
],
"workflowRules": {
"enabled": true
}
}
}
}

0 comments on commit c6ad8d5

Please sign in to comment.