Last active
May 10, 2019 00:47
-
-
Save umutseven92/4ecbd469bfa6d5d5cfeb802c4ad74301 to your computer and use it in GitHub Desktop.
Example of a git-leaks command that runs on a repo with no leaks.
This file contains 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
$ gitleaks --repo-path=. -v && git push | |
INFO[2019-05-10T01:35:23+01:00] opening . | |
INFO[2019-05-10T01:35:26+01:00] 0 leaks detected. 200 commits inspected in 3 seconds 357 milliseconds | |
Counting objects: 5, done. | |
Delta compression using up to 4 threads. | |
Compressing objects: 100% (3/3), done. | |
Writing objects: 100% (3/3), 289 bytes | 0 bytes/s, done. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment