Skip to content

feat: Allow mutliline log formatting

Dheeraj Joshi requested to merge djadmin-secret-detection-error-msg-2 into main

Follow-up to !321 (merged)

Related issues: gitlab#456548 (closed), gitlab#455435 (closed)

What & Why

This MR is a follow-up to fix: Improve secret detection error notification (!321 - merged) to format mult-line logs.

Screenshot

Before After
image image.png

Steps to reproduce

  1. With the example app, open the gitlab-org/gitlab repository
  2. Try to update the ee/spec/support/shared_examples/lib/gitlab/secrets_check_shared_examples.rb file
  3. The error message in output channel should be updated as per the screenshots above
Edited by Dheeraj Joshi

Merge request reports