mirror of
https://github.com/syntrex-lab/gomcp.git
synced 2026-05-05 09:12:36 +02:00
feat(ci): implement SDD-107 GitHub Actions automation
This commit is contained in:
parent
54337f4593
commit
fe9415ab74
4 changed files with 59 additions and 8 deletions
|
|
@ -46,6 +46,15 @@ var DefaultPlans = map[string]Plan{
|
|||
SOCEnabled: false, SLAEnabled: false, SOAREnabled: false, ComplianceEnabled: false,
|
||||
PriceMonthCents: 0,
|
||||
},
|
||||
"demo": {
|
||||
ID: "demo", Name: "Demo Sandbox",
|
||||
Description: "Общая демо-песочница. Жёсткий лимит.",
|
||||
MaxUsers: 10, MaxEventsMonth: 1000, MaxIncidents: 100, MaxSensors: 5,
|
||||
MaxScansMonth: 1000,
|
||||
RetentionDays: 1,
|
||||
SOCEnabled: true, SLAEnabled: false, SOAREnabled: false, ComplianceEnabled: false,
|
||||
PriceMonthCents: 0,
|
||||
},
|
||||
"starter": {
|
||||
ID: "starter", Name: "Starter",
|
||||
Description: "AI-мониторинг: до 5 сенсоров, базовая корреляция и алерты",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue