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

🌱 Fix git in Prow #2769

Merged
merged 1 commit into from
Feb 8, 2023
Merged

🌱 Fix git in Prow #2769

merged 1 commit into from
Feb 8, 2023

Commits on Feb 8, 2023

  1. Fix git in Prow

    Newer versions of git have a security measure in place to prevent git
    from parsing the .git/config file or running any hooks if the user
    running git is not the owner of the repository files. Prow runs as a
    random UID, which is not guaranteed to be the same as the UID that owns
    the cloned files, so this change disables the ownership check and
    considers all cloned repositories "safe" regardless of owner.
    
    Signed-off-by: Andy Goldstein <andy.goldstein@redhat.com>
    ncdc committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    bc5deb3 View commit details
    Browse the repository at this point in the history