4
0
Zachary Rice 7 жил өмнө
parent
commit
463871a307
1 өөрчлөгдсөн 6 нэмэгдсэн , 10 устгасан
  1. 6 10
      README.md

+ 6 - 10
README.md

@@ -1,26 +1,22 @@
+Gitleaks
+--------
 <p align="center">
 <p align="center">
-  <img alt="gitleaks" src="https://raw.githubusercontent.com/zricethezav/gifs/master/gitleaksnew1.gif"/>
-  <p align="center">
       <a href="https://travis-ci.org/zricethezav/gitleaks"><img alt="Travis" src="https://img.shields.io/travis/zricethezav/gitleaks/master.svg?style=flat-square"></a>
       <a href="https://travis-ci.org/zricethezav/gitleaks"><img alt="Travis" src="https://img.shields.io/travis/zricethezav/gitleaks/master.svg?style=flat-square"></a>
   </p>
   </p>
-</p>
-
-## Audit git repos for secrets
-
-Gitleaks provides a way for you to find unencrypted secrets and other unwanted data types in git source code repositories.
+Audit git repos for secrets. Gitleaks provides a way for you to find unencrypted secrets and other unwanted data types in git source code repositories.
 
 
 As part of it's core functionality, it provides;
 As part of it's core functionality, it provides;
-* Github support including support for bulk organisation and repository owner (user) repository scans, as well as pull request scanning for use in common CI workflows.
+* Github support including support for bulk organization and repository owner (user) repository scans, as well as pull request scanning for use in common CI workflows.
 * Support for private repository scans, and repositories that require key based authentication
 * Support for private repository scans, and repositories that require key based authentication
 * Output in CSV and JSON formats for consumption in other reporting tools and frameworks
 * Output in CSV and JSON formats for consumption in other reporting tools and frameworks
 * Externalised configuration for environment specific customisation including regex rules
 * Externalised configuration for environment specific customisation including regex rules
-* Customisable repository name, file type, commit ID, branchname and regex whitelisting to reduce false positives
+* Customizable repository name, file type, commit ID, branchname and regex whitelisting to reduce false positives
 * High performance through the use of src-d's [go-git](https://github.com/src-d/go-git) framework
 * High performance through the use of src-d's [go-git](https://github.com/src-d/go-git) framework
 
 
 
 
 It has been sucessfully used in a number of different scenarios, including;
 It has been sucessfully used in a number of different scenarios, including;
 * Adhoc scans of local and remote repositories by filesystem path or clone URL
 * Adhoc scans of local and remote repositories by filesystem path or clone URL
-* Automated scans of github users and organisations (Both public and enterprise platforms)
+* Automated scans of github users and organizations (Both public and enterprise platforms)
 * As part of a CICD workflow to identify secrets before they make it deeper into your codebase
 * As part of a CICD workflow to identify secrets before they make it deeper into your codebase
 * As part of a wider secrets auditing automation capability for git data in large environments
 * As part of a wider secrets auditing automation capability for git data in large environments