chore(deps): update pre-commit hook zricethezav/gitleaks to v8.15.3
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
zricethezav/gitleaks | repository | minor |
v8.8.6 -> v8.15.3
|
Note: The pre-commit
manager in Renovate is not supported by the pre-commit
maintainers or community. Please do not report any problems there, instead create a Discussion in the Renovate repository if you have any questions.
Release Notes
zricethezav/gitleaks
v8.15.3
Changelog
v8.15.2
Changelog
-
d805fb9
remove color formatting when #1042 is encountered (#1050) -
391d4d7
Update README.md -
f774932
adding jwt tokens with padding format "=" (#1031)
v8.15.1
Changelog
-
7f229fa
include default newline pairs when calculating location (#1038) -
d0733f9
Add rule for fine-grained GitHub PAT (#1026)
v8.15.0
Changelog
-
6ef704f
Add scanning from a pipe with --pipe (#1012) -
6d801ed
Add support for following symlinks (#1010) -
e15ab0d
fix bug in readme (#1011)
Thanks @RickyGrassmuck @sergiomarotco
--pipe
Try --pipe
with anything...
git log -p | gitleaks detect --pipe
--follow-symlinks
gitleaks --source . --no-git --follow-symlinks
v8.14.1
Changelog
v8.14.0
Changelog
-
c0caab0
add --max-target-megabytes : maximum size for a file/blob to be scanned (#1003) -
2678a54
Add detection rules for DigitalOcean tokens (#1002) -
eb2bfe5
Exclude dacpac refactorlogs (#990) -
55d1da1
Output number of commits at info-level. (#991) -
177e9f4
Detect Slack Workflow Webhook URLs (#989) -
e93d8cb
Upgrade go version to 1.19 (#987) -
db43f9a
Minor cleanup to error handling and logging (#985)
Thanks to @roma8389 @michenriksen @JoostVoskuil @alexgit2k @Becojo @nnnkkk7 @mojotx @weineran
v8.13.0
Changelog
-
7dbfe8d
Adding quiet mode to silence banner (#852) -
fc98cbf
Issue #980: Add support for Telegram Bot API Token (#981) -
3f0293d
add rule for microsoft teams webhooks (#970) -
4f6ee2b
Add baseline (#975) -
6202053
Add pre-commit autoupdate command to README.md (#978) -
c8681e4
refactor: more precise rule for private keys (#930)
Thanks to @maltemorgenstern @b4bay @durkinza @akashchandwani @very-doge-wow @gawansch
v8.12.0
Changelog
-
b934591
update gitleaksignore -
8622c39
add fingerprint to output -
96eed6a
Pretty output (#973) -
7d9dd26
Update version in readme file (#972)
If this change causes outrage I can always add a --legacy-output
option.
v8.11.2
Changelog
v8.11.1
Changelog
v8.11.0
Changelog
v8.10.3
Changelog
v8.10.2
Changelog
v8.10.1
Changelog
-
b8f236c
Changed fingerprint to explicit concatenation ofcommit
,file
,rule-id
, andstart line
(#944)
v8.10.0
Changelog
-
3bace4c
Feat/ignore finding (#938) (see https://github.com/zricethezav/gitleaks#gitleaksignore) -
e890a8e
add jwt rule (#943) -
31a8e9d
gitleaks allow docs (#941) -
b1853bd
Add new rules for vault tokens (#919) -
cd52267
Feature/add sidekiq rules (#933)
v8.9.0
Changelog
-
31650f0
Feature: Adding the ability to extend configuration files (#926) -
0d47165
Add fix for issue #915 (#916)
Example partial base config demonstrating how you can extend configs:
### Title for the gitleaks configuration file.
title = "8.9.0 example title"
### Extend the base (this) configuration. When you extend a configuration
### the base rules take precendence over the extended rules. I.e, if there are
### duplicate rules in both the base configuration and the extended configuration
### the base rules will override the extended rules.
### Another thing to know with extending configurations is you can chain together
### multiple configuration files to a depth of 2. Allowlist arrays are appended
### and can contain duplicates.
### useDefault and path can NOT be used at the same time. Choose one.
[extend]
### useDefault will extend the base configuration with the default gitleaks config:
### https://github.com/zricethezav/gitleaks/blob/master/config/gitleaks.toml
useDefault = true
### or you can supply a path to a configuration. Path is relative to where gitleaks
### was invoked, not the location of the base config.
path = "common_config.toml"
### ...
### rules, allowlists, etc
v8.8.12
Changelog
-
1fc27ee
adding access to generic rule keywords and identifiers -
f4ddeda
Fix proper names capitalization (#907) -
6210a7e
Add multi platform build (#897)
v8.8.11
Changelog
-
1297b41
Added travis ci token -
d44cb91
Fix id and description for twitter tokens (#905) -
efdc774
Added okta, codecov, zendesk, and updating Atlassian's rule to includejira
keyword (#904) -
e78a22e
Fix Plaid, added Plaid access token (#903) -
9cc19ec
Added airtable and adafruit (#902)
v8.8.10
Changelog
-
05c165d
Fixes accidental type typos while translating rules from validation spreadsheet, adds bittrex rule
v8.8.9
Changelog
This release adds 40 new rules and fixes some old rules including for the following providers:
- coinbase
- confluent
- datadog
- droneci
- Etsy
- flickr
- finnhub
- FreshBooks
- Google (GCP API Key)
- Gitter
- Kraken
- Kucoin
- LaunchDarkly
- Mattermost
- Netlify
- NYTimes
- Plaid
- RapidAPI
- Sendbird
- Sentry
- Square
- Squarespace
- Sumo Logic
- Twitter (fixed old rules)
- Yandex
See full config: https://github.com/zricethezav/gitleaks/blob/master/config/gitleaks.toml. If you're looking to add some new rules check out the contributing guidelines here: https://github.com/zricethezav/gitleaks/blob/master/CONTRIBUTING.md
-
f6a87ca
Remove ssn allowlist (#898) -
73a3cf8
Adding a bunch of new rules, update allowlist to include node_modules… (#896) -
d196b83
contributing guidelines first draft (#895) -
35f2ea5
Lint python commit script to satisfy PEP8 (#893)
v8.8.8
Changelog
-
c14af5f
maintain parity with recent changes... need to create rule contributing guidelines (#891) -
06b1396
Fix duplicate TOML Rules and IDs (#889)
v8.8.7
Changelog
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.