Releases: trufflesecurity/trufflehog
Releases · trufflesecurity/trufflehog
v3.8.0
What's Changed
- [THOG-608] - Fix linter errors. by @ahrav in #701
- [Thog-371] Utilize config struct for engine scans by @ahrav in #700
- Use re-readable reader and common chunker by @bill-rich in #703
- Support scanning binary files in git sources by @bill-rich in #684
- [OC-40] Document pre-commit hook by @mcastorina in #708
- [chore] - Use config struct instead of pointer for engine scans. by @ahrav in #709
- [Thog-628] update detector results hash v2 by @ahrav in #710
- Bump github.com/mattn/go-colorable from 0.1.12 to 0.1.13 by @dependabot in #713
- Check for nil filter by @bill-rich in #714
- Use pointer to config by @bill-rich in #715
- Add the slack client token to the slack tokens proto by @trufflesteeeve in #717
- Move context and log libraries to trufflehog by @mcastorina in #718
- Use trufflesec git parser by @bill-rich in #729
- Bump github.com/aws/aws-sdk-go from 1.44.61 to 1.44.83 by @dependabot in #731
- Added support for SSH URIs by @VanTekken in #725
- Use file handler and common chunker by @bill-rich in #707
- Bump github.com/xanzy/go-gitlab from 0.69.0 to 0.73.1 by @dependabot in #730
- Add ssh:// URI to docs by @bill-rich in #732
New Contributors
- @VanTekken made their first contribution in #725
Full Changelog: v3.7.3...v3.8.0
v3.7.3
v3.7.2
v3.7.1
Copy entrypoint changes into goreleaser Dockerfile build to fix githu…
v3.7.0
Changelog
- 4a3bba7 Update github action to support generic cli command input (#670)
- dc51693 Bump github.com/sirupsen/logrus from 1.8.1 to 1.9.0 (#669)
- ff8cf8f Bump github.com/aws/aws-sdk-go from 1.44.56 to 1.44.61 (#668)
- 5b7eff5 Improve test filtering in Makefile (#673)
- 21e1ff4 Fix the order to correctly match the params in NewGit. (#676)
v3.6.11
v3.6.10
v3.6.9
Changelog
- 2515fbe added http protocol support for gitlab repositories (#662)
- 3b65587 Update gitleaks to custom8 (#663)
- 910072d Bump github.com/bradleyfalzon/ghinstallation/v2 from 2.0.4 to 2.1.0 (#661)
- 33a7ccb Bump github.com/xanzy/go-gitlab from 0.65.0 to 0.69.0 (#660)
- 175306d Bump github.com/aws/aws-sdk-go from 1.44.51 to 1.44.56 (#659)
- 20051e7 Add SlackTokens option for slack credentials (#647)
- 9610656 Remove git fragment trace (#656)
- 2741fd8 Add codeowners file (#653)
- 2d3ddad Pr/589 (#654)
- 3053169 Bump github.com/aws/aws-sdk-go from 1.44.49 to 1.44.51 (#648)
- e9f503a added new detectors (#639)
v3.6.8
Changelog
- c2426df Disable sentiment verifier and update teams webhook to avoid being stateful (#646)
- c4ca7d7 Mark detector tests with a build flag (#613)
- 721a33e Bump github.com/rs/zerolog from 1.26.1 to 1.27.0 (#621)
- d1cb7e6 Bump github.com/aws/aws-sdk-go from 1.44.20 to 1.44.49 (#645)
- 7d97119 Bump cloud.google.com/go/secretmanager from 1.4.0 to 1.5.0 (#641)
- 2bbc264 Bump github.com/stretchr/testify from 1.7.2 to 1.8.0 (#642)
- 8e6289e Test numeric password redaction (#644)
- 5ac54ac [THOG-531] - remove ending word boundary AWS detector (#637)