Skip to content

Commit fed7741

Browse files
committed
Remove caption attributes from tables
1 parent 265982c commit fed7741

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

content/code-security/secret-scanning/introduction/supported-secret-scanning-patterns.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ This table lists the secrets supported by {% data variables.product.prodname_sec
5555
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).
5656
{% endif %}
5757

58-
{caption="Non-provider secret scanning patterns"}
5958
| Provider | Token |
6059
|----------|:--------------------|
6160
| Generic | http_basic_authentication_header |

data/reusables/actions/supported-shells.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{caption="Supported platforms and shell parameters for GitHub Actions"}
1+
22
| Supported platform | `shell` parameter | Description | Command run internally |
33
| ------------------ | ----------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------- |
44
| 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}` |

0 commit comments

Comments
 (0)