diff --git a/data/reusables/copilot-business-for-non-ghe/assign-licenses.md b/data/reusables/copilot-business-for-non-ghe/assign-licenses.md index 7515c6d4111c..3f7331061087 100644 --- a/data/reusables/copilot-business-for-non-ghe/assign-licenses.md +++ b/data/reusables/copilot-business-for-non-ghe/assign-licenses.md @@ -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) diff --git a/src/secret-scanning/data/public-docs.yml b/src/secret-scanning/data/public-docs.yml index 78146f9174b5..d399de3ad8e1 100644 --- a/src/secret-scanning/data/public-docs.yml +++ b/src/secret-scanning/data/public-docs.yml @@ -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 @@ -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 @@ -821,7 +843,7 @@ ghes: '*' isPublic: true isPrivateWithGhas: false - hasPushProtection: true + hasPushProtection: false hasValidityCheck: false isduplicate: false - provider: Contentful @@ -833,7 +855,7 @@ ghes: '*' isPublic: false isPrivateWithGhas: true - hasPushProtection: false + hasPushProtection: true hasValidityCheck: false isduplicate: false - provider: Contributed Systems @@ -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 @@ -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 diff --git a/src/secret-scanning/lib/config.json b/src/secret-scanning/lib/config.json index 07656cae2d8a..4771c7d5dd8f 100644 --- a/src/secret-scanning/lib/config.json +++ b/src/secret-scanning/lib/config.json @@ -1,5 +1,5 @@ { - "sha": "e7e694827d5b0076e65765c704bd594485eee15b", - "blob-sha": "612e8fb3ccba3b0278376fc88e2b9e10e486714e", + "sha": "6ac440cc8b236597da752259f1d6644f226400bf", + "blob-sha": "98f5cf2265e2fe9f7be69217f2073fe6fc2b23bc", "targetFilename": "code-security/secret-scanning/introduction/supported-secret-scanning-patterns" } \ No newline at end of file