File tree 1 file changed +48
-0
lines changed
1 file changed +48
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "scanSettings": {
3
+ "configMode": "AUTO",
4
+ "configExternalURL": "",
5
+ "projectToken": "",
6
+ "enableLicenseViolations": "true",
7
+ "displayLicenseViolations": "true",
8
+ "enableIaC": "true",
9
+ "baseBranches": []
10
+ },
11
+ "scanSettingsSAST": {
12
+ "enableScan": true,
13
+ "scanPullRequests": true,
14
+ "incrementalScan": true,
15
+ "baseBranches": [],
16
+ "snippetSize": 10
17
+ },
18
+ "checkRunSettings": {
19
+ "vulnerableCheckRunConclusionLevel": "failure",
20
+ "displayMode": "diff",
21
+ "useMendCheckNames": true
22
+ },
23
+ "checkRunSettingsSAST": {
24
+ "checkRunConclusionLevel": "failure",
25
+ "severityThreshold": "high"
26
+ },
27
+ "issueSettings": {
28
+ "minSeverityLevel": "LOW",
29
+ "issueType": "DEPENDENCY"
30
+ },
31
+ "issueSettingsSAST": {
32
+ "minSeverityLevel": "high",
33
+ "issueType": "repo"
34
+ },
35
+ "remediateSettings": {
36
+ "workflowRules": {
37
+ "enabled": true
38
+ }
39
+ },
40
+ "imageSettings":{
41
+ "imageTracing":{
42
+ "enableImageTracingPR": false,
43
+ "addRepositoryCoordinate": false,
44
+ "addDockerfilePath": false,
45
+ "addMendIdentifier": false
46
+ }
47
+ }
48
+ }
You can’t perform that action at this time.
0 commit comments