Sync with master#2
Merged
eddie-northcutt-wfp0 merged 37 commits intoStateFarmIns:masterfrom May 20, 2021
Merged
Conversation
* fix allowlist bug * Adding new repo for testing allowlisting * Adding missing allowlist checks for commits and files/paths
* fix allowlist bug * Adding new repo for testing allowlisting * adding additional constraints on the dotgit regex
* Adding a quiet option * better description Co-authored-by: Zach Rice <zrice@gitlab.com>
* fix dotgit regex again * Revert accidentally modified files Co-authored-by: Seb Elttam <seb@elttam.com>
Signed-off-by: Rui Chen <rui@chenrui.dev>
* Update README.md * Update README.md * Update README.md
…plied configurations to the specified or default configuration (#487) * Update merge configuration changes for Gitleaks 7.x * Change merge to append, and did some clean up
* Closes #544 Co-authored-by: mercuriete <mercuriete@gmail.com>
* adding pypi and basic azure rules * Adding new github format
* Docker-based pre-commit configuration example * Docker-based pre-commit configuration example
* add global file check * rm whitespace
* Add pre-commit support * Update README.md
* Pass the entropy data back to the Leak struct Do this to make it easier to tune entropy checks and make decisions in systems consuming the output. ~ B'ezrat Hashem ~ * Return negative number when entropy not checked That way you can tell the difference between not checking or an actual entropy level of 0 ~ B'ezrat Hashem ~ * Make sure to handle range checks properly Make sure to show when something had an entropy returned but was outside range, or didn't have a hit at all, etc... ~ B'zrat Hashem ~ * Add a few doc strings Follow the project's conventiona add a comment above the methods ~ B'ezrat Hashem ~ * Update tests and get them to pass ~ B'ezrat Hashem ~ * Remove checked in `.got` files ~ B'ezrat Hashem ~ * Add `*.got` to the `.gitignore` Make sure the test output files aren't checked-in ~ B'ezrat Hashem ~
* Add support for custom username when using SSH auth Previously, the user "git" was hard-coded This commit also adds support for ssh:// URLs * Add comment to explain username parsing
Signed-off-by: Norman Ziegner <norman.ziegner@ufz.de>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description:
Sync with master