mirror of
https://github.com/GNS3/gns3-registry.git
synced 2024-12-18 20:37:57 +00:00
22 lines
435 B
Plaintext
22 lines
435 B
Plaintext
|
{
|
||
|
"scanSettings": {
|
||
|
"configMode": "AUTO",
|
||
|
"configExternalURL": "",
|
||
|
"projectToken": "",
|
||
|
"baseBranches": []
|
||
|
},
|
||
|
"checkRunSettings": {
|
||
|
"vulnerableCheckRunConclusionLevel": "failure",
|
||
|
"displayMode": "diff",
|
||
|
"useMendCheckNames": true
|
||
|
},
|
||
|
"issueSettings": {
|
||
|
"minSeverityLevel": "LOW",
|
||
|
"issueType": "DEPENDENCY"
|
||
|
},
|
||
|
"remediateSettings": {
|
||
|
"workflowRules": {
|
||
|
"enabled": true
|
||
|
}
|
||
|
}
|
||
|
}
|