Преглед на файлове

Add GitHub Sponsors section and Discord link

Updated README to add GitHub Sponsors section and reintroduced Discord link.
Zachary Rice преди 11 месеца
родител
ревизия
228396b37b
променени са 1 файла, в които са добавени 7 реда и са изтрити 4 реда
  1. 7 4
      README.md

+ 7 - 4
README.md

@@ -32,12 +32,8 @@
 [![GoReportCard][go-report-card-badge]][go-report-card]
 [![GoReportCard][go-report-card-badge]][go-report-card]
 [![License][badge-license]][license]
 [![License][badge-license]][license]
 
 
-
-### Join our Discord! [![Discord](https://img.shields.io/discord/1102689410522284044.svg?label=&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2)](https://discord.gg/8Hzbrnkr7E)
-
 Gitleaks is a tool for **detecting** secrets like passwords, API keys, and tokens in git repos, files, and whatever else you wanna throw at it via `stdin`. If you wanna learn more about how the detection engine works check out this blog: [Regex is (almost) all you need](https://lookingatcomputer.substack.com/p/regex-is-almost-all-you-need).
 Gitleaks is a tool for **detecting** secrets like passwords, API keys, and tokens in git repos, files, and whatever else you wanna throw at it via `stdin`. If you wanna learn more about how the detection engine works check out this blog: [Regex is (almost) all you need](https://lookingatcomputer.substack.com/p/regex-is-almost-all-you-need).
 
 
-
 ```
 ```
 ➜  ~/code(master) gitleaks git -v
 ➜  ~/code(master) gitleaks git -v
 
 
@@ -61,6 +57,11 @@ Date:        2022-08-03T12:31:40Z
 Fingerprint: cd5226711335c68be1e720b318b7bc3135a30eb2:cmd/generate/config/rules/sidekiq.go:sidekiq-secret:23
 Fingerprint: cd5226711335c68be1e720b318b7bc3135a30eb2:cmd/generate/config/rules/sidekiq.go:sidekiq-secret:23
 ```
 ```
 
 
+### GitHub Sponsors
+
+Sponsor [@zricethezav on GitHub](https://github.com/sponsors/zricethezav/) to get
+featured on this README.
+
 ## Getting Started
 ## Getting Started
 
 
 Gitleaks can be installed using Homebrew, Docker, or Go. Gitleaks is also available in binary form for many popular platforms and OS types on the [releases page](https://github.com/gitleaks/gitleaks/releases). In addition, Gitleaks can be implemented as a pre-commit hook directly in your repo or as a GitHub action using [Gitleaks-Action](https://github.com/gitleaks/gitleaks-action).
 Gitleaks can be installed using Homebrew, Docker, or Go. Gitleaks is also available in binary form for many popular platforms and OS types on the [releases page](https://github.com/gitleaks/gitleaks/releases). In addition, Gitleaks can be implemented as a pre-commit hook directly in your repo or as a GitHub action using [Gitleaks-Action](https://github.com/gitleaks/gitleaks-action).
@@ -646,3 +647,5 @@ You can always set the exit code when leaks are encountered with the --exit-code
 1 - leaks or error encountered
 1 - leaks or error encountered
 126 - unknown flag
 126 - unknown flag
 ```
 ```
+
+### Join the Discord! [![Discord](https://img.shields.io/discord/1102689410522284044.svg?label=&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2)](https://discord.gg/8Hzbrnkr7E)