Gitleaks v1.0.0 -- Audit git repos for secrets. Updated with some performance gains, ui improvements, and new features.
In Summary : Prior to v1.0.0 Gitleaks relied on shelling out git commands. This meant for every diff you would be reading from disk. Thank...
https://updatesinfosec.blogspot.com/2018/07/gitleaks-v100-audit-git-repos-for.html
Prior to v1.0.0 Gitleaks relied on shelling out git commands. This meant for every diff you would be reading from disk. Thanks to src-d's go-git package you are now able to process your repos in memory with the
--in-memory
option. Additionally, Gitleaks v1.0.0 audits just additions and
deletions in your commit patches -- before, gitleaks looked at the
entire commit patch. Another gain v1.0.0 introduces is support for
whitelisting commits, files, regexes, and branches specified in GITLEAKS_CONFIG
or --config=
options config. [...]kindly refer the following link as follow up :
https://ift.tt/2zULZPk