We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ad022f commit 1030b7eCopy full SHA for 1030b7e
vendors/README.md
@@ -1133,7 +1133,7 @@ _version: v0.1_
1133
<summary>Pattern Format</summary>
1134
1135
```regex
1136
-[^'",\r\n\x00-\x08]+
+[^'",\r\n \t\x00-\x08]+
1137
```
1138
1139
</details>
@@ -1178,7 +1178,7 @@ Add these additional matches to the [Secret Scanning Custom Pattern](https://doc
1178
- Not Match:
1179
1180
1181
- ^(\$\{?[A-Z]+\}?|<password>)$
+ ^(\$\{?[A-Z]+\}?|<password>|\s+)$
1182
1183
1184
0 commit comments