File tree Expand file tree Collapse file tree 1 file changed +30
-1
lines changed Expand file tree Collapse file tree 1 file changed +30
-1
lines changed Original file line number Diff line number Diff line change 1+
12{
23 "scanSettings": {
34 "configMode": "AUTO",
5+ "enableCST": true,
6+ "enableScan": true,
7+ "enableVulnerabilityScanning": true,
48 "configExternalURL": "",
59 "projectToken": "",
6- "baseBranches": ["develop"],
10+ "baseBranches": [
11+ "develop", "master"
12+ ],
713 "enableLicenseViolations": true
814 },
15+ "scanSettingsSAST": {
16+ "enableScan": true,
17+ "scanPullRequests": true,
18+ "incrementalScan": false,
19+ "baseBranches": ["develop", "master"]
20+ },
21+ "checkRunSettingsSAST": {
22+ "checkRunConclusionLevel": "failure",
23+ "severityThreshold": "high"
24+ },
25+ "issueSettingsSAST": {
26+ "issueType": "repo",
27+ "minSeverityLevel": "high"
28+ },
929 "checkRunSettings": {
1030 "vulnerableCheckRunConclusionLevel": "failure",
1131 "displayMode": "diff",
1939 "workflowRules": {
2040 "enabled": true
2141 }
42+ },
43+ "sca": {
44+ "enableLicenseScanning": true,
45+ "enableVulnerabilityScanning": true,
46+ "severityLevels": [
47+ "high",
48+ "medium",
49+ "low"
50+ ]
2251 }
2352}
You can’t perform that action at this time.
0 commit comments