Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ redirect_from:

* **{% data variables.product.prodname_copilot_pro_plus %}** offers the highest level of access for individual developers. In addition to everything in {% data variables.product.prodname_copilot_pro_short %}, this plan includes a larger allowance of premium requests and full access to all available models in {% data variables.product.prodname_copilot_chat_short %}. Ideal for AI power users who want access to the most advanced capabilities.

* **{% data variables.product.prodname_copilot_for_business %}** is for organizations on {% data variables.product.prodname_free_team %}, {% data variables.product.prodname_team %}, or {% data variables.product.prodname_team %} plan, or enterprises on {% data variables.product.prodname_ghe_cloud %}. This plan enables centralized management and {% data variables.product.prodname_copilot_short %} policy control for organization members.
* **{% data variables.product.prodname_copilot_for_business %}** is for organizations on {% data variables.product.prodname_free_team %} or {% data variables.product.prodname_team %} plan, or enterprises on {% data variables.product.prodname_ghe_cloud %}. This plan enables centralized management and {% data variables.product.prodname_copilot_short %} policy control for organization members.

* **{% data variables.product.prodname_copilot_enterprise %}** is for enterprises using {% data variables.product.prodname_ghe_cloud %}. It includes all the features of {% data variables.product.prodname_copilot_business_short %}, plus additional enterprise-grade capabilities. Enterprise owners can assign either {% data variables.product.prodname_copilot_enterprise_short %} or {% data variables.product.prodname_copilot_business_short %} to individual organizations.

Expand Down
2 changes: 1 addition & 1 deletion data/reusables/support/free-and-paid-support.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
If your account uses a paid {% data variables.product.prodname_dotcom %} product, you can directly contact {% data variables.contact.github_support %}.
If your account uses a paid {% data variables.product.prodname_dotcom %} plan, {% data variables.product.prodname_copilot_business_short %}, or {% data variables.product.prodname_copilot_enterprise_short %}, you can directly contact {% data variables.contact.github_support %}.

If your account uses {% data variables.product.prodname_free_user %}, you can speak to {% data variables.product.prodname_dotcom %} users and staff on the {% data variables.contact.community_support_forum %} for most issues, and you can contact {% data variables.contact.github_support %} to report account, security, and abuse issues.
4 changes: 2 additions & 2 deletions src/secret-scanning/data/public-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1335,7 +1335,7 @@
ghes: '>=3.14'
isPublic: true
isPrivateWithGhas: true
hasPushProtection: false
hasPushProtection: true
hasValidityCheck: false
isduplicate: false
- provider: Dynatrace
Expand Down Expand Up @@ -1565,7 +1565,7 @@
isPrivateWithGhas: true
hasPushProtection: true
hasValidityCheck: true
isduplicate: false
isduplicate: true
- provider: GitHub
supportedSecret: GitHub SSH Private Key
secretType: github_ssh_private_key
Expand Down
4 changes: 2 additions & 2 deletions src/secret-scanning/lib/config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"sha": "e49a548729d691e0e214b82372bd178ccd7931cc",
"blob-sha": "7cf165540a1d973e8f7c24d34d2616a6a31ffa51",
"sha": "ffca37e2cc351a0ec7615acd72426408e097e422",
"blob-sha": "13c60ac1ef34f0cc397a4a4d89196124caf01ef2",
"targetFilename": "code-security/secret-scanning/introduction/supported-secret-scanning-patterns"
}
Loading