Cleanup security policy violation audit event feature flags
What does this MR do and why?
Cleanup security policy violation audit event feature flags
This MR cleans up the following feature flags which are deployed to 100% on Gitlab.com:
-
collect_merge_request_merged_with_policy_violations_audit_events#551784 (closed) -
collect_security_policy_violations_resolved_audit_events#550385 (closed) -
collect_security_policy_violations_detected_audit_events#549868 (closed)
The three audit events who are going to be enabled by default:
- Generate audit events on security policy violations in merge requests.
- Audit event is generated when a policy violations is detected when all violations are resolved
- If a merge request was merged with security policy violations.
Changelog: changed
EE: true
References
Screenshots or screen recordings
| Before | After |
|---|---|
How to set up and validate locally
MR acceptance checklist
Evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Related to #557886 (closed)