Skip to content

Commit 3d238db

Browse files
authored
Merge pull request #34821 from github/repo-sync
Repo sync
2 parents fb0fd9f + 4d1d26e commit 3d238db

File tree

3 files changed

+39
-18
lines changed

3 files changed

+39
-18
lines changed

data/reusables/copilot-business-for-non-ghe/assign-licenses.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
When you have created a team in the enterprise, you can assign licenses to all members of the team.
22

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

77
![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)

src/secret-scanning/data/public-docs.yml

Lines changed: 35 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -498,6 +498,17 @@
498498
hasPushProtection: true
499499
hasValidityCheck: false
500500
isduplicate: false
501+
- provider: Azure
502+
supportedSecret: Azure OpenAI Key
503+
secretType: azure_openai_key
504+
versions:
505+
fpt: '*'
506+
ghec: '*'
507+
isPublic: true
508+
isPrivateWithGhas: true
509+
hasPushProtection: true
510+
hasValidityCheck: false
511+
isduplicate: false
501512
- provider: Azure
502513
supportedSecret: Azure Relay Key Identifiable
503514
secretType: azure_relay_key_identifiable
@@ -719,6 +730,17 @@
719730
hasPushProtection: true
720731
hasValidityCheck: false
721732
isduplicate: false
733+
- provider: Cfx.re
734+
supportedSecret: Cfx.re Server Key
735+
secretType: cfxre_server_key
736+
versions:
737+
fpt: '*'
738+
ghec: '*'
739+
isPublic: true
740+
isPrivateWithGhas: false
741+
hasPushProtection: false
742+
hasValidityCheck: false
743+
isduplicate: false
722744
- provider: Checkout.com
723745
supportedSecret: Checkout.com Production Secret Key
724746
secretType: checkout_production_secret_key
@@ -821,7 +843,7 @@
821843
ghes: '*'
822844
isPublic: true
823845
isPrivateWithGhas: false
824-
hasPushProtection: true
846+
hasPushProtection: false
825847
hasValidityCheck: false
826848
isduplicate: false
827849
- provider: Contentful
@@ -833,7 +855,7 @@
833855
ghes: '*'
834856
isPublic: false
835857
isPrivateWithGhas: true
836-
hasPushProtection: false
858+
hasPushProtection: true
837859
hasValidityCheck: false
838860
isduplicate: false
839861
- provider: Contributed Systems
@@ -2154,6 +2176,17 @@
21542176
hasPushProtection: false
21552177
hasValidityCheck: false
21562178
isduplicate: false
2179+
- provider: Netflix
2180+
supportedSecret: Netflix NetKey
2181+
secretType: netflix_netkey
2182+
versions:
2183+
fpt: '*'
2184+
ghec: '*'
2185+
isPublic: true
2186+
isPrivateWithGhas: false
2187+
hasPushProtection: false
2188+
hasValidityCheck: false
2189+
isduplicate: false
21572190
- provider: New Relic
21582191
supportedSecret: New Relic Insights Query Key
21592192
secretType: new_relic_insights_query_key
@@ -2588,18 +2621,6 @@
25882621
hasPushProtection: true
25892622
hasValidityCheck: false
25902623
isduplicate: false
2591-
- provider: Postman
2592-
supportedSecret: Postman API Key
2593-
secretType: postman_api_key
2594-
versions:
2595-
fpt: '*'
2596-
ghec: '*'
2597-
ghes: '>=3.5'
2598-
isPublic: true
2599-
isPrivateWithGhas: true
2600-
hasPushProtection: true
2601-
hasValidityCheck: false
2602-
isduplicate: false
26032624
- provider: Postman
26042625
supportedSecret: Postman Collection Key
26052626
secretType: postman_collection_key

src/secret-scanning/lib/config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"sha": "e7e694827d5b0076e65765c704bd594485eee15b",
3-
"blob-sha": "612e8fb3ccba3b0278376fc88e2b9e10e486714e",
2+
"sha": "6ac440cc8b236597da752259f1d6644f226400bf",
3+
"blob-sha": "98f5cf2265e2fe9f7be69217f2073fe6fc2b23bc",
44
"targetFilename": "code-security/secret-scanning/introduction/supported-secret-scanning-patterns"
55
}

0 commit comments

Comments
 (0)