Skip to content

Commit bb1c871

Browse files
Fix regex rules (duplicated rule was removed but comma was missed)
1 parent ac15550 commit bb1c871

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/queries/common/passwords_and_secrets/regex_rules.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@
346346
{
347347
"description": "Avoiding next_token Var",
348348
"regex": "(?i)['\"]?next(_)?token['\"]?\\s*[:=]\\s*['\"]?([[A-Za-z0-9/~^_!@&%()=?*+-]+)['\"]?"
349-
}
349+
},
350350
{
351351
"description": "Avoiding references to module outputs in Bicep",
352352
"regex": "(?i)token(_)?(key)?\\s*[:=]\\s*([a-zA-Z][a-zA-Z0-9_]*)\\.outputs\\.([a-zA-Z][a-zA-Z0-9_]*)"

0 commit comments

Comments
 (0)