Skip to content

Commit

Permalink
Fix base64 regex pattern for spelling check action
Browse files Browse the repository at this point in the history
  • Loading branch information
esensar committed Dec 12, 2024
1 parent 49947e2 commit 7ea71be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/spelling/patterns.txt
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ user:P@ssw0rd
/.+@base64/.+

# Ignore base64 encoded values in VRL examples (requires padding to avoid false positives)
"[A-Za-z0-9]*=="
"[A-Za-z0-9+\/]*=="

# ignore uuid_from_friendly_id argument
uuid_from_friendly_id!\(".*"\)
Expand Down

0 comments on commit 7ea71be

Please sign in to comment.