From 3d9fc1c54a8a3372468781c8ac4d91632d2b92f2 Mon Sep 17 00:00:00 2001 From: khoilen Date: Mon, 6 Jan 2025 14:35:35 +0700 Subject: [PATCH] feat: add auto pump version --- gitleaks.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gitleaks.toml b/gitleaks.toml index 694342c..16d2ae2 100644 --- a/gitleaks.toml +++ b/gitleaks.toml @@ -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 @@ -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]]