Skip to content

Commit

Permalink
Update comment to be access keys and not specifically AKIA
Browse files Browse the repository at this point in the history
  • Loading branch information
mikedidomizio committed Mar 2, 2024
1 parent daebd8b commit 2ff569a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion detect_secrets/plugins/aws.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class AWSKeyDetector(RegexBasedDetector):
re.compile(r'(?:A3T[A-Z0-9]|ABIA|ACCA|AKIA|ASIA)[0-9A-Z]{16}'),

# This examines the variable name to identify AWS secret tokens.
# The order is important since we want to prefer finding `AKIA`-based
# The order is important since we want to prefer finding access
# keys (since they can be verified), rather than the secret tokens.

re.compile(
Expand Down

0 comments on commit 2ff569a

Please sign in to comment.