Commit 9bd81b9
test: fix fake AWS key length to exactly 20 chars for gitleaks match
The previous key AKIAVQD12YX3RSMOKETEST was 22 chars but gitleaks'
aws-access-token rule requires exactly AKIA[A-Z0-9]{16} (20 total).
Use AKIAT3STFAKEKEY12345 which is the correct length.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 18d9930 commit 9bd81b9
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments