Skip to content

Commit

Permalink
Merge pull request github#34821 from github/repo-sync
Browse files Browse the repository at this point in the history
Repo sync
  • Loading branch information
docs-bot authored Oct 3, 2024
2 parents fb0fd9f + 4d1d26e commit 3d238db
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 18 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
When you have created a team in the enterprise, you can assign licenses to all members of the team.

{% data reusables.enterprise-accounts.settings-tab %}
1. Under {% octicon "gear" aria-hidden="true" %} **Settings**, click **Enterprise licensing**.
{% data reusables.billing.enterprise-billing-menu %}
1. Under {% octicon "credit-card" aria-hidden="true" %} **Billing & Licensing**, click **Licensing**.
1. In the "{% data variables.product.prodname_copilot_business_short %}" section, click **Manage seats**.

![Screenshot of the "{% data variables.product.prodname_copilot_business_short %}" section. A button, labeled "Manage seats", is highlighted with an orange outline.](/assets/images/help/copilot/copilot-business-manage-seats.png)
Expand Down
49 changes: 35 additions & 14 deletions src/secret-scanning/data/public-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -498,6 +498,17 @@
hasPushProtection: true
hasValidityCheck: false
isduplicate: false
- provider: Azure
supportedSecret: Azure OpenAI Key
secretType: azure_openai_key
versions:
fpt: '*'
ghec: '*'
isPublic: true
isPrivateWithGhas: true
hasPushProtection: true
hasValidityCheck: false
isduplicate: false
- provider: Azure
supportedSecret: Azure Relay Key Identifiable
secretType: azure_relay_key_identifiable
Expand Down Expand Up @@ -719,6 +730,17 @@
hasPushProtection: true
hasValidityCheck: false
isduplicate: false
- provider: Cfx.re
supportedSecret: Cfx.re Server Key
secretType: cfxre_server_key
versions:
fpt: '*'
ghec: '*'
isPublic: true
isPrivateWithGhas: false
hasPushProtection: false
hasValidityCheck: false
isduplicate: false
- provider: Checkout.com
supportedSecret: Checkout.com Production Secret Key
secretType: checkout_production_secret_key
Expand Down Expand Up @@ -821,7 +843,7 @@
ghes: '*'
isPublic: true
isPrivateWithGhas: false
hasPushProtection: true
hasPushProtection: false
hasValidityCheck: false
isduplicate: false
- provider: Contentful
Expand All @@ -833,7 +855,7 @@
ghes: '*'
isPublic: false
isPrivateWithGhas: true
hasPushProtection: false
hasPushProtection: true
hasValidityCheck: false
isduplicate: false
- provider: Contributed Systems
Expand Down Expand Up @@ -2154,6 +2176,17 @@
hasPushProtection: false
hasValidityCheck: false
isduplicate: false
- provider: Netflix
supportedSecret: Netflix NetKey
secretType: netflix_netkey
versions:
fpt: '*'
ghec: '*'
isPublic: true
isPrivateWithGhas: false
hasPushProtection: false
hasValidityCheck: false
isduplicate: false
- provider: New Relic
supportedSecret: New Relic Insights Query Key
secretType: new_relic_insights_query_key
Expand Down Expand Up @@ -2588,18 +2621,6 @@
hasPushProtection: true
hasValidityCheck: false
isduplicate: false
- provider: Postman
supportedSecret: Postman API Key
secretType: postman_api_key
versions:
fpt: '*'
ghec: '*'
ghes: '>=3.5'
isPublic: true
isPrivateWithGhas: true
hasPushProtection: true
hasValidityCheck: false
isduplicate: false
- provider: Postman
supportedSecret: Postman Collection Key
secretType: postman_collection_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": "e7e694827d5b0076e65765c704bd594485eee15b",
"blob-sha": "612e8fb3ccba3b0278376fc88e2b9e10e486714e",
"sha": "6ac440cc8b236597da752259f1d6644f226400bf",
"blob-sha": "98f5cf2265e2fe9f7be69217f2073fe6fc2b23bc",
"targetFilename": "code-security/secret-scanning/introduction/supported-secret-scanning-patterns"
}

0 comments on commit 3d238db

Please sign in to comment.