Closed abrahamko closed 4 years ago
Thanks for your contribution! We've checked, and you haven't signed our Contributor License Agreement. Please review our guidelines to determine whether this project requires you to sign the CLA or if you can sign off on your commits to indicate you agree to a Developer Certificate of Origin.
Thanks for your contribution! We've checked, and you haven't signed our Contributor License Agreement. Please review our guidelines to determine whether this project requires you to sign the CLA or if you can sign off on your commits to indicate you agree to a Developer Certificate of Origin.
Currently, the gitleaks pre-commit script is blocking all commits when using SourceTree. To fix it, it needs to include
export PATH=/usr/local/bin:$PATH
at the beginning, as answered here: https://stackoverflow.com/a/51415687