Skip to content

Commit

Permalink
Merge pull request #3235 from semgrep/LewisArdern-patch-1
Browse files Browse the repository at this point in the history
Update detected-aws-access-key-id-value.yaml with boundary
  • Loading branch information
LewisArdern authored Nov 29, 2023
2 parents 54e7d73 + caf9742 commit 224ee32
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
rules:
- id: detected-aws-access-key-id-value
patterns:
- pattern-regex: (A3T[A-Z0-9]|AKIA|AGPA|AROA|AIPA|ANPA|ANVA|ASIA)[A-Z0-9]{16}
- pattern-regex: \b(A3T[A-Z0-9]|AKIA|AGPA|AROA|AIPA|ANPA|ANVA|ASIA)[A-Z0-9]{16}\b
- pattern-not-regex: (?i)example|sample|test|fake
languages: [regex]
message: AWS Access Key ID Value detected. This is a sensitive credential and should not be hardcoded
Expand Down

0 comments on commit 224ee32

Please sign in to comment.