Merge pull request #210 from bored-engineer/patch-21

fix(aws): improve kingfisher.aws.1 regex
This commit is contained in:
Mick Grove 2026-01-31 22:10:35 -08:00 committed by GitHub
commit 26ee54b4e8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,7 +2,7 @@ rules:
- name: AWS Access Key ID
id: kingfisher.aws.1
pattern: |
(?xi)
(?x)
\b
(
(?:A3T[A-Z0-9]|AKIA|AGPA|AIDA|AROA|AIPA|ANPA|ANVA|ASIA)
@ -128,4 +128,4 @@ rules:
Authorization: "Bearer {{ TOKEN }}"
response_matcher:
- type: StatusMatch
status: [200]
status: [200]