|
12 | 12 | # You don't need to add B/A if A/B exists |
13 | 13 | # Structure: {("SCENARIO_A", "SCENARIO_B"): "reason"} |
14 | 14 | SKIP_MERGE_SCENARIOS: dict[tuple[str, str], str] = { |
15 | | - ("APPSEC_AND_RC_ENABLED", "APPSEC_API_SECURITY_RC"): "TODO", |
16 | | - ("APPSEC_AND_RC_ENABLED", "APPSEC_AUTO_EVENTS_RC"): "TODO", |
17 | | - ("APPSEC_AND_RC_ENABLED", "APPSEC_BLOCKING_FULL_DENYLIST"): "TODO", |
18 | | - ("APPSEC_AND_RC_ENABLED", "APPSEC_REQUEST_BLOCKING"): "TODO", |
19 | | - ("APPSEC_AND_RC_ENABLED", "APPSEC_RUNTIME_ACTIVATION"): "TODO", |
20 | | - ("APPSEC_AND_RC_ENABLED", "REMOTE_CONFIG_MOCKED_BACKEND_ASM_DD"): "TODO", |
21 | | - ("APPSEC_AND_RC_ENABLED", "REMOTE_CONFIG_MOCKED_BACKEND_ASM_DD_NOCACHE"): "TODO", |
22 | | - ("APPSEC_AND_RC_ENABLED", "REMOTE_CONFIG_MOCKED_BACKEND_LIVE_DEBUGGING"): "TODO", |
23 | | - ("APPSEC_AND_RC_ENABLED", "TRACING_CONFIG_NONDEFAULT_4"): "TODO", |
24 | 15 | ("APPSEC_API_SECURITY_RC", "APPSEC_RUNTIME_ACTIVATION"): "TODO", |
25 | 16 | ("APPSEC_API_SECURITY_RC", "REMOTE_CONFIG_MOCKED_BACKEND_ASM_DD_NOCACHE"): "TODO", |
26 | 17 | ("APPSEC_AUTO_EVENTS_RC", "APPSEC_RUNTIME_ACTIVATION"): "TODO", |
|
0 commit comments