forked from mirrors/kingfisher
Merge pull request #210 from bored-engineer/patch-21
fix(aws): improve kingfisher.aws.1 regex
This commit is contained in:
commit
26ee54b4e8
1 changed files with 2 additions and 2 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue