Releases: tillson/git-hound
v1.7.2
v1.7
v1.6.3
v1.6.2
v1.6.1
v1.6
Adds support for GitHub's new, more powerful code searching. Since this isn't in GA yet, we still support the new code search UI and the old code search UI. With the new code search UI, we also support both the new code search engine and the legacy one (with --legacy
).
v1.5
Changelog
- TLDR: Added JSON output mode (
--json
) and a bunch of new API key regexes maintained by the Gitleaks authors.
The commits:
v1.4
Changelog
8f125c2 Added the feature to lookup secrets in a given github repository
d774a51 Change text
8cc4beb Fixed the indexing issue of "args"
11e9955 Merge branch 'master' of https://github.com/0xCC00FFEE/git-hound
f1528c0 Merge pull request #37 from rescana-com/get-pattern
0932bbe Merge pull request #41 from 0xCC00FFEE/master
43f5fc9 Print regex and KeywordType
f5e340c Sending flags on VSCode
518e7e5 Update config.example.yml
3e8282f Update root.go
c9b91ba get the keyword from args
41500b1 update CSRF token regex
eebdc60 update readme
v1.3
Changelog
9bd525f Adding support for otp codes automatically
1ccfbee Create FUNDING.yml
6d5dfd2 Fix commit-history index of out bounds error (#25)
66924e3 Fixing gist URLs
10dec6e Merge branch 'master' of github.com:tillson/git-hound
d106301 Merge pull request #22 from seanmarpo/smarpo--fix-gist-url
1d492bc Merge pull request #24 from seanmarpo/smarpo--add-totp-support
fffcd36 Provide direct link to obtain TOTP seed value
fda04b7 Update github.go
1763f91 Update programmingwords.go
16cc48d Update root.go