Skip to content

Commit

Permalink
feat: add auto pump version
Browse files Browse the repository at this point in the history
  • Loading branch information
khoilen committed Jan 6, 2025
1 parent 4380661 commit 3d9fc1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gitleaks.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file has been auto-generated. Do not edit manually.
# If you would like to contribute new rules, please use
# If you would like to contribute new rules, please use
# cmd/generate/config/main.go and follow the contributing guidelines
# at https://github.com/zricethezav/gitleaks/blob/master/CONTRIBUTING.md

Expand Down Expand Up @@ -244,7 +244,7 @@ id = "digitalocean-access-token"
regex = '''(?i)\b(doo_v1_[a-f0-9]{64})(?:['|\"|\n|\r|\s|\x60|;]|$)'''
secretGroup = 1
keywords = [
"doo_v1_",
"doo_v1_"
]

[[rules]]
Expand Down

0 comments on commit 3d9fc1c

Please sign in to comment.