Resolve Concelier/Excititor merge conflicts

This commit is contained in:
root
2025-10-20 14:19:25 +03:00
2687 changed files with 212646 additions and 85913 deletions

View File

@@ -0,0 +1,57 @@
{
"schemaVersion": "scheduler.schedule@1",
"id": "sch_20251018a",
"tenantId": "tenant-alpha",
"name": "Nightly Prod",
"enabled": true,
"cronExpression": "0 2 * * *",
"timezone": "UTC",
"mode": "analysis-only",
"selection": {
"scope": "by-namespace",
"tenantId": "tenant-alpha",
"namespaces": [
"team-a",
"team-b"
],
"repositories": [
"app/service-api"
],
"digests": [],
"includeTags": [
"canary",
"prod"
],
"labels": [
{
"key": "env",
"values": [
"prod",
"staging"
]
}
],
"resolvesTags": true
},
"onlyIf": {
"lastReportOlderThanDays": 7,
"policyRevision": "policy@42"
},
"notify": {
"onNewFindings": true,
"minSeverity": "high",
"includeKev": true
},
"limits": {
"maxJobs": 1000,
"ratePerSecond": 25,
"parallelism": 4
},
"subscribers": [
"notify.ops"
],
"createdAt": "2025-10-18T22:00:00+00:00",
"createdBy": "svc_scheduler",
"updatedAt": "2025-10-18T22:00:00+00:00",
"updatedBy": "svc_scheduler"
}