Skip to content

Commit

Permalink
fix(hardcoded): remove duplicated Stripe API Key
Browse files Browse the repository at this point in the history
  • Loading branch information
quentin-laplanche authored and ccojocar committed Feb 13, 2024
1 parent d13d7da commit c824a5d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions rules/hardcoded_credentials.go
Original file line number Diff line number Diff line change
Expand Up @@ -153,10 +153,6 @@ var secretsPatterns = [...]secretPattern{
name: "Stripe API Key",
regexp: regexp.MustCompile(`sk_live_[0-9a-zA-Z]{24}`),
},
{
name: "Stripe API Key",
regexp: regexp.MustCompile(`sk_live_[0-9a-zA-Z]{24}`),
},
{
name: "Stripe Restricted API Key",
regexp: regexp.MustCompile(`rk_live_[0-9a-zA-Z]{24}`),
Expand Down

0 comments on commit c824a5d

Please sign in to comment.