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 39d61fe commit aecbbd9Copy full SHA for aecbbd9
‎scripts/Helpers.psm1‎
@@ -12,7 +12,7 @@
12
If no match is found, the original value is returned unaltered.
13
14
.EXAMPLE
15
- Set-MaskedValue -Value 'github_pat_1234567890123456789012'
+ Set-MaskedValue -Value '<a token starting with github_pat_>'
16
17
Output:
18
```powershell
@@ -22,7 +22,7 @@
22
Masks a GitHub fine-grained personal access token.
23
24
25
- Set-MaskedValue -Value 'ghp_abcdefghijklmnopqrstuvwxyz0123456789' #gitleaks:allow
+ Set-MaskedValue -Value '<a token starting with ghp_>'
26
27
28
0 commit comments