Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aegilops committed Jul 10, 2024
1 parent 1ad022f commit 1030b7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vendors/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1133,7 +1133,7 @@ _version: v0.1_
<summary>Pattern Format</summary>

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

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

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

Expand Down

0 comments on commit 1030b7e

Please sign in to comment.