forked from mirrors/kingfisher
Merge pull request #194 from bored-engineer/patch-3
fix(airtable): improve kingfisher.airtable.1 regex
This commit is contained in:
commit
ab4479506b
1 changed files with 3 additions and 3 deletions
|
|
@ -2,13 +2,13 @@ rules:
|
|||
- name: Airtable Personal Access Token
|
||||
id: kingfisher.airtable.1
|
||||
pattern: |
|
||||
(?xi)
|
||||
(?x)
|
||||
\b
|
||||
(
|
||||
pat
|
||||
[a-z0-9]{14}
|
||||
[A-Za-z0-9]{14}
|
||||
\.
|
||||
[a-z0-9]{64}
|
||||
[a-f0-9]{64}
|
||||
)
|
||||
\b
|
||||
pattern_requirements:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue