Skip to content

Add branch name to SPP audit event log

Radu Birsan requested to merge rb-spp-audit-issue into master

What does this MR do and why?

Addresses #472089

This is the first step in the implementation plan to add more information to the audit events that get logged when a user skips secret push protection. Currently there is not a lot of information that gets logged that helps the security personae double check that no secrets got accidentally committed when a user skips the check. This change adds additional information to the action message which includes the branch name that they made the changes on.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

Merge request reports