update base64 heading in secret scanning supported patterns table (#57360)
This commit is contained in:
committed by
GitHub
parent
294e6015d9
commit
a82afc836b
@@ -10,7 +10,7 @@ This pipeline uses middleware to check if the path of the URL matches the page t
|
||||
<!-- FPT version of table -->
|
||||
{% ifversion fpt %}
|
||||
|
||||
| Provider | Token | Partner | User | Push protection | Base 64 |
|
||||
| Provider | Token | Partner | User | Push protection | Base64 |
|
||||
|----|:----|:----:|:----:|:----:|
|
||||
{%- for entry in secretScanningData %}
|
||||
| {{ entry.provider }} | {{ entry.secretType }} | {% if entry.isPublic %}{% octicon "check" aria-label="Supported" %}{% else %}{% octicon "x" aria-label="Unsupported" %}{% endif %} | {% if entry.isPrivateWithGhas %}{% octicon "check" aria-label="Supported" %}{% else %}{% octicon "x" aria-label="Unsupported" %}{% endif %} | {% if entry.hasPushProtection %}{% octicon "check" aria-label="Supported" %}{% else %}{% octicon "x" aria-label="Unsupported" %}{% endif %} | {% if entry.base64Supported %}{% octicon "check" aria-label="Supported" %}{% else %}{% octicon "x" aria-label="Unsupported" %}{% endif %} |
|
||||
|
||||
Reference in New Issue
Block a user