mirror of
https://github.com/puppetlabs/infinitory.git
synced 2026-01-26 02:08:41 -05:00
45 lines
No EOL
1,010 B
Text
45 lines
No EOL
1,010 B
Text
{
|
|
"scanSettings": {
|
|
"configMode": "AUTO",
|
|
"configExternalURL": "",
|
|
"projectToken": "",
|
|
"baseBranches": []
|
|
},
|
|
"scanSettingsSAST": {
|
|
"enableScan": true,
|
|
"scanPullRequests": true,
|
|
"incrementalScan": true,
|
|
"baseBranches": [],
|
|
"snippetSize": 10
|
|
},
|
|
"checkRunSettings": {
|
|
"vulnerableCheckRunConclusionLevel": "failure",
|
|
"displayMode": "diff",
|
|
"useMendCheckNames": true
|
|
},
|
|
"checkRunSettingsSAST": {
|
|
"checkRunConclusionLevel": "failure",
|
|
"severityThreshold": "high"
|
|
},
|
|
"issueSettings": {
|
|
"minSeverityLevel": "LOW",
|
|
"issueType": "DEPENDENCY"
|
|
},
|
|
"issueSettingsSAST": {
|
|
"minSeverityLevel": "high",
|
|
"issueType": "repo"
|
|
},
|
|
"remediateSettings": {
|
|
"workflowRules": {
|
|
"enabled": true
|
|
}
|
|
},
|
|
"imageSettings":{
|
|
"imageTracing":{
|
|
"enableImageTracingPR": false,
|
|
"addRepositoryCoordinate": false,
|
|
"addDockerfilePath": false,
|
|
"addMendIdentifier": false
|
|
}
|
|
}
|
|
} |