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

Remove caption attributes from tables

This commit is contained in:
Kevin Heis
2025-07-03 08:20:42 -07:00
parent 265982c95b
commit fed7741047
2 changed files with 1 additions and 2 deletions

View File

@@ -55,7 +55,6 @@ This table lists the secrets supported by {% data variables.product.prodname_sec
In addition to these generic non-provider patterns, {% data variables.product.prodname_secret_scanning %} uses {% data variables.product.prodname_copilot_short %} to detect generic passwords. For more information, see [AUTOTITLE](/code-security/secret-scanning/copilot-secret-scanning/responsible-ai-generic-secrets). In addition to these generic non-provider patterns, {% data variables.product.prodname_secret_scanning %} uses {% data variables.product.prodname_copilot_short %} to detect generic passwords. For more information, see [AUTOTITLE](/code-security/secret-scanning/copilot-secret-scanning/responsible-ai-generic-secrets).
{% endif %} {% endif %}
{caption="Non-provider secret scanning patterns"}
| Provider | Token | | Provider | Token |
|----------|:--------------------| |----------|:--------------------|
| Generic | http_basic_authentication_header | | Generic | http_basic_authentication_header |

View File

@@ -1,4 +1,4 @@
{caption="Supported platforms and shell parameters for GitHub Actions"}
| Supported platform | `shell` parameter | Description | Command run internally | | Supported platform | `shell` parameter | Description | Command run internally |
| ------------------ | ----------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------- | | ------------------ | ----------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------- |
| Linux / macOS | unspecified | The default shell on non-Windows platforms. Note that this runs a different command to when `bash` is specified explicitly. If `bash` is not found in the path, this is treated as `sh`. | `bash -e {0}` | | Linux / macOS | unspecified | The default shell on non-Windows platforms. Note that this runs a different command to when `bash` is specified explicitly. If `bash` is not found in the path, this is treated as `sh`. | `bash -e {0}` |