File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "scanSettings": {
33 "configMode": "AUTO",
4+ "enableCST": true,
5+ "enableScan": true,
6+ "enableVulnerabilityScanning": true,
47 "configExternalURL": "",
5- "projectToken": "",
8+ "projectToken": "ping-javascript-sdk ",
69 "baseBranches": [
710 "main"
811 ],
912 "enableLicenseViolations": true
1013 },
14+ "scanSettingsSAST": {
15+ "enableScan": true,
16+ "scanPullRequests": true,
17+ "incrementalScan": false,
18+ "baseBranches": ["integration"]
19+ },
20+ "checkRunSettingsSAST": {
21+ "checkRunConclusionLevel": "failure",
22+ "severityThreshold": "high"
23+ },
24+ "issueSettingsSAST": {
25+ "issueType": "repo",
26+ "minSeverityLevel": "high"
27+ }
1128 "checkRunSettings": {
1229 "vulnerableCheckRunConclusionLevel": "failure",
1330 "displayMode": "diff",
2138 "workflowRules": {
2239 "enabled": true
2340 }
41+ },
42+ "sca": {
43+ "enableLicenseScanning": true,
44+ "enableVulnerabilityScanning": true,
45+ "severityLevels": [
46+ "high",
47+ "medium",
48+ "low"
49+ ]
2450 }
2551}
You can’t perform that action at this time.
0 commit comments