Skip to content

Commit

Permalink
feat: add zricethezav/gitleaks
Browse files Browse the repository at this point in the history
* https://github.com/zricethezav/gitleaks
* Scan git repos (or files) for secrets using regex and entropy
  • Loading branch information
suzuki-shunsuke committed Sep 10, 2021
1 parent 1ee3926 commit 843a298
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,15 @@ packages:
description: CLI to create a GitHub comment
files:
- name: github-comment
- name: zricethezav/gitleaks
type: github_release
repo_owner: zricethezav
repo_name: gitleaks
asset: 'gitleaks-{{.OS}}-{{.Arch}}'
link: https://github.com/zricethezav/gitleaks
description: Scan git repos (or files) for secrets using regex and entropy
files:
- name: gitleaks
- name: go
type: http
url: https://golang.org/dl/go{{.Package.Version}}.{{.OS}}-{{.Arch}}.tar.gz
Expand Down

0 comments on commit 843a298

Please sign in to comment.