Skip to content

Update pre-receive secret detection CLI message

Serena Fang requested to merge secret-detection-cli-message into master

What does this MR do and why?

Issue: #456549 (closed)

Update pre-receive secret detection CLI message to match copy in #456549 (closed).

Note: The copy in the issue includes "To skip pre-receive secret detection, add the following git push option: --push-option=skip_secret_detection to your push command.". Currently, the actual CLI message includes "To skip pre-receive secret detection, include the text "[skip secret detection]" in a commit message for one of your changes, then push again.". The push option implementation is still a work in progress (issue: #435315 (closed)). This part of the CLI message will be updated when the issue is implemented.

Screenshots or screen recordings

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

Before After
Screenshot_2024-04-23_at_4.23.34_PM image

How to set up and validate locally

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

Edited by Serena Fang

Merge request reports