Merge pull request #194 from bored-engineer/patch-3

fix(airtable): improve kingfisher.airtable.1 regex
This commit is contained in:
Mick Grove 2026-01-30 22:02:54 -08:00 committed by GitHub
commit ab4479506b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: