mirror of
https://github.com/marocchino/sticky-pull-request-comment.git
synced 2025-12-17 05:28:28 +00:00
Add .whitesource configuration file
This commit is contained in:
parent
e3c0353c9a
commit
732afe029f
1 changed files with 22 additions and 0 deletions
22
.whitesource
Normal file
22
.whitesource
Normal file
|
|
@ -0,0 +1,22 @@
|
||||||
|
{
|
||||||
|
"scanSettings": {
|
||||||
|
"configMode": "AUTO",
|
||||||
|
"configExternalURL": "",
|
||||||
|
"projectToken": "",
|
||||||
|
"baseBranches": []
|
||||||
|
},
|
||||||
|
"checkRunSettings": {
|
||||||
|
"vulnerableCheckRunConclusionLevel": "failure",
|
||||||
|
"displayMode": "diff",
|
||||||
|
"useMendCheckNames": true
|
||||||
|
},
|
||||||
|
"issueSettings": {
|
||||||
|
"minSeverityLevel": "LOW",
|
||||||
|
"issueType": "DEPENDENCY"
|
||||||
|
},
|
||||||
|
"remediateSettings": {
|
||||||
|
"workflowRules": {
|
||||||
|
"enabled": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue