fixed tests

This commit is contained in:
Mick Grove 2026-02-19 22:15:14 -08:00
commit 8ae2ba1a1e
2 changed files with 2 additions and 7 deletions

View file

@ -20,9 +20,6 @@ rules:
examples:
- 'amplitude_api_key=8b6f8d6594749cb659b1be03e6a0a2e7'
- 'AMPLITUDE_API_KEY=ef929907c3923e8f3da83c24f0255aa6'
- |
curl --location --request GET 'https://amplitude.com/api/2/export?start=20220101T00&end=20220127T00' \
--header 'Authorization: Basic YWhhbWwsdG9uQGFwaWdlZS5jb206bClwYXNzdzByZAo'
- "AMPLITUDE_SECRET_KEY=8b6f8d6594749cb659b1be03e6a0a2e7"
references:
- https://amplitude.com/docs/apis/authentication

View file

@ -299,12 +299,10 @@ rules:
- name: Salesforce Connected App Consumer Key (Prefixed)
id: kingfisher.salesforce.7
pattern: |
(?xi)(?s)
(?:salesforce|sforce|connected(?:_|[\s-])app|consumer(?:_|[\s-])key|client(?:_|[\s-])id)
(?:.|[\n\r]){0,128}?
(?x)(?s)
\b
(
3MVG9[A-Z0-9._~-]{20,180}
3MVG9[A-Za-z0-9._~-]{20,180}
)
\b
pattern_requirements: