Skip to content

Commit

Permalink
Merge pull request #31171 from github/repo-sync
Browse files Browse the repository at this point in the history
Repo sync
  • Loading branch information
docs-bot committed Jan 19, 2024
2 parents 195e289 + ad4644e commit e0412ed
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 256 deletions.
22 changes: 0 additions & 22 deletions content/code-security/secret-scanning/secret-scanning-patterns.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,28 +176,6 @@ Push protection and validity checks are not supported for non-provider patterns.

{% endif %}

<!-- GHAE < 3.5 table -->
{% ifversion ghae < 3.5 %}

| Provider | Token | {% data variables.product.prodname_secret_scanning_caps %} alert |
|----|:----|:----:|
{%- for entry in secretScanningData %}
| {{ entry.provider }} | {{ entry.secretType }} | {% if entry.isPrivateWithGhas %}{% octicon "check" aria-label="Supported" %}{% else %}{% octicon "x" aria-label="Unsupported" %}{% endif %} |
{%- endfor %}

{% endif %}

<!-- GHAE > 3.5+ table -->
{% ifversion ghae = 3.5 or ghae > 3.5 %}

| Provider | Token | {% data variables.product.prodname_secret_scanning_caps %} alert | Push protection |
|----|:----|:----:|:----:|
{%- for entry in secretScanningData %}
| {{ entry.provider }} | {{ entry.secretType }} | {% 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 %} |
{%- endfor %}

{% endif %}

## Further reading

- "[AUTOTITLE](/code-security/getting-started/securing-your-repository)"
Expand Down
Loading

0 comments on commit e0412ed

Please sign in to comment.