We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac15550 commit bb1c871Copy full SHA for bb1c871
assets/queries/common/passwords_and_secrets/regex_rules.json
@@ -346,7 +346,7 @@
346
{
347
"description": "Avoiding next_token Var",
348
"regex": "(?i)['\"]?next(_)?token['\"]?\\s*[:=]\\s*['\"]?([[A-Za-z0-9/~^_!@&%()=?*+-]+)['\"]?"
349
- }
+ },
350
351
"description": "Avoiding references to module outputs in Bicep",
352
"regex": "(?i)token(_)?(key)?\\s*[:=]\\s*([a-zA-Z][a-zA-Z0-9_]*)\\.outputs\\.([a-zA-Z][a-zA-Z0-9_]*)"
0 commit comments