Skip to content

Commit 1030b7e

Browse files
committed
Updated README.md
1 parent 1ad022f commit 1030b7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vendors/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1133,7 +1133,7 @@ _version: v0.1_
11331133
<summary>Pattern Format</summary>
11341134

11351135
```regex
1136-
[^'",\r\n\x00-\x08]+
1136+
[^'",\r\n \t\x00-\x08]+
11371137
```
11381138

11391139
</details>
@@ -1178,7 +1178,7 @@ Add these additional matches to the [Secret Scanning Custom Pattern](https://doc
11781178
- Not Match:
11791179

11801180
```regex
1181-
^(\$\{?[A-Z]+\}?|<password>)$
1181+
^(\$\{?[A-Z]+\}?|<password>|\s+)$
11821182
```
11831183
- Not Match:
11841184

0 commit comments

Comments
 (0)