forked from mirrors/kingfisher
fixed tests
This commit is contained in:
parent
02538a6ac4
commit
8ae2ba1a1e
2 changed files with 2 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue