-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: configure Mend for GitHub.com (#48)
Not sure if this is required for renovate so trying. Co-authored-by: mend-for-github-com[bot] <50673670+mend-for-github-com[bot]@users.noreply.github.com>
- Loading branch information
1 parent
55f4924
commit eb3fc19
Showing
1 changed file
with
41 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
{ | ||
"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 | ||
} | ||
}, | ||
"imageSettings":{ | ||
"imageTracing":{ | ||
"enableImageTracingPR": false, | ||
"addRepositoryCoordinate": false, | ||
"addDockerfilePath": false, | ||
"addMendIdentifier": false | ||
} | ||
} | ||
} |