fix(hardcoded): remove duplicated Stripe API Key

This commit is contained in:
Quentin Laplanche 2024-02-12 20:17:18 -05:00 committed by Cosmin Cojocar
parent d13d7dac9b
commit c824a5d308

View file

@ -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}`),