mirror of
https://github.com/wazuh/wazuh-indexer.git
synced 2026-02-03 17:40:25 -06:00
Co-authored-by: mend-for-github-com[bot] <50673670+mend-for-github-com[bot]@users.noreply.github.com>
45 lines
1012 B
Plaintext
45 lines
1012 B
Plaintext
{
|
|
"scanSettings": {
|
|
"configMode": "AUTO",
|
|
"configExternalURL": "",
|
|
"projectToken": "",
|
|
"baseBranches": []
|
|
},
|
|
"scanSettingsSAST": {
|
|
"enableScan": false,
|
|
"scanPullRequests": false,
|
|
"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
|
|
}
|
|
}
|
|
} |