Resolve Concelier/Excititor merge conflicts
This commit is contained in:
57
samples/api/scheduler/schedule.json
Normal file
57
samples/api/scheduler/schedule.json
Normal 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"
|
||||
}
|
||||
Reference in New Issue
Block a user