mirror of
https://github.com/puppetlabs/infinitory.git
synced 2026-01-26 02:08:41 -05:00
Add .whitesource configuration file
This commit is contained in:
parent
91a76bdb23
commit
e5e0b6cef6
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