File tree 1 file changed +27
-3
lines changed
1 file changed +27
-3
lines changed Original file line number Diff line number Diff line change 5
5
"projectToken": "",
6
6
"baseBranches": []
7
7
},
8
+ "scanSettingsSAST": {
9
+ "enableScan": false,
10
+ "scanPullRequests": false,
11
+ "incrementalScan": true,
12
+ "baseBranches": [],
13
+ "snippetSize": 10
14
+ },
8
15
"checkRunSettings": {
9
16
"vulnerableCheckRunConclusionLevel": "failure",
10
- "displayMode": "diff"
17
+ "displayMode": "diff",
18
+ "useMendCheckNames": true
19
+ },
20
+ "checkRunSettingsSAST": {
21
+ "checkRunConclusionLevel": "failure",
22
+ "severityThreshold": "high"
11
23
},
12
24
"issueSettings": {
13
- "minSeverityLevel": "LOW"
25
+ "minSeverityLevel": "LOW",
26
+ "issueType": "DEPENDENCY"
27
+ },
28
+ "remediateSettings": {
29
+ "enableRenovate": true,
30
+ "extends": [
31
+ "config:base",
32
+ ":gitSignOff",
33
+ "github>whitesource/merge-confidence:beta"
34
+ ],
35
+ "workflowRules": {
36
+ "enabled": true
37
+ }
14
38
}
15
- }
39
+ }
You can’t perform that action at this time.
0 commit comments