Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[skip-ci] Make leak-detection readable by humans #21459

Merged
merged 1 commit into from
Jan 31, 2024

Commits on Jan 31, 2024

  1. Make leak-detection readable by humans

    Previously when a leak was detected under any circumstance, the workflow
    would splat out a giant wall of gray, unreadable git-log text.  This often
    enormous text might contain, somewhere, possibly, maybe, a little tiny
    snippet of code that leaks a secret.
    
    Improve the situation greatly by providing easy-to-use URLs that covers
    the relevant changes based on the triggering context (new pr, force-push,
    or merge).  Store the former (often) giant git-log output into a file
    and stuff it into the artifacts in case it's ever useful.
    
    Signed-off-by: Chris Evich <cevich@redhat.com>
    cevich committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    28856b6 View commit details
    Browse the repository at this point in the history