Move misplaced CE events into EE
Overview
Copied over from notable observations in the Secret Detection metrics, events, and instrumentation audit:
CE events that should be in EE
There are four events:
spp_scan_executedspp_scan_passedspp_push_blocked_secrets_foundspp_push_blocked_secrets_found_with_errorsThat were placed in CE because we planned to enable Secret Push Protection for ALL public projects.
That, however, is no longer happening. Those should be moved back to EE with tiers changed to
ultimateonly.
Implementation Plan
- Move all events back to the EE part of the codebase.
- Update event defintions for each, so that
tiersisultimateonly.
Edited by Ahmed Hemdan