mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 10:08:40 -05:00
Add .whitesource configuration file
This commit is contained in:
parent
713d2c9246
commit
36656c2c38
1 changed files with 45 additions and 0 deletions
45
.whitesource
Normal file
45
.whitesource
Normal file
|
|
@ -0,0 +1,45 @@
|
|||
{
|
||||
"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
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue