mirror of
https://github.com/marocchino/sticky-pull-request-comment.git
synced 2025-12-17 13:38:27 +00:00
Merge pull request #1 from gdcorp-action-public-forks/whitesource/configure
Configure Mend for GitHub.com
This commit is contained in:
commit
eebf06f088
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