1
0
mirror of synced 2025-12-19 18:10:59 -05:00

update base64 heading in secret scanning supported patterns table (#57360)

This commit is contained in:
Courtney Claessens
2025-09-02 15:01:31 -04:00
committed by GitHub
parent 294e6015d9
commit a82afc836b
2 changed files with 2 additions and 2 deletions

View File

@@ -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 %} |