diff --git a/content/admin/managing-iam/provisioning-user-accounts-with-scim/user-provisioning-with-scim-on-ghes.md b/content/admin/managing-iam/provisioning-user-accounts-with-scim/user-provisioning-with-scim-on-ghes.md index 2f7a2718ab44..156620a8b665 100644 --- a/content/admin/managing-iam/provisioning-user-accounts-with-scim/user-provisioning-with-scim-on-ghes.md +++ b/content/admin/managing-iam/provisioning-user-accounts-with-scim/user-provisioning-with-scim-on-ghes.md @@ -43,7 +43,7 @@ The following IdPs are partner IdPs. They offer an application that you can use * Okta * PingFederate ({% data variables.release-phases.public_preview %}) -When you use a single partner IdP for both authentication and provisioning, {% data variables.product.company_short %} provides support for the application on the partner IdP and the IdP's integration with {% data variables.product.prodname_dotcom %}. Support for PingFederate is in {% data variables.release-phases.public_preview %}. +When you use a single partner IdP for both authentication and provisioning, {% data variables.product.company_short %} provides support for the application on the partner IdP and the IdP's integration with {% data variables.product.prodname_dotcom %}. The same application must be used for both SAML authentication and SCIM provisioning. Support for PingFederate is in {% data variables.release-phases.public_preview %}. We do not have a supported partner application when using Entra ID for Azure Government. diff --git a/content/admin/overview/establishing-a-governance-framework-for-your-enterprise.md b/content/admin/overview/establishing-a-governance-framework-for-your-enterprise.md index 2e357e0e12a6..607bd3342298 100644 --- a/content/admin/overview/establishing-a-governance-framework-for-your-enterprise.md +++ b/content/admin/overview/establishing-a-governance-framework-for-your-enterprise.md @@ -64,7 +64,7 @@ Other policies are available as blanket restrictions. These give you more contro ## Targeting policies with metadata -You can enable better governance through automated policy enforcement. This is possible with custom properties, allowing you to add structured metadata to your resources. See [AUTOTITLE](/admin/managing-accounts-and-repositories/managing-organizations-in-your-enterprise/custom-properties). +You can enable better governance through automated policy enforcement. This is possible with custom properties, allowing you to add structured metadata to your resources.{% ifversion ghec or ghes > 3.20 %} See [AUTOTITLE](/admin/managing-accounts-and-repositories/managing-organizations-in-your-enterprise/custom-properties).{% endif %} With **repository custom properties**, you can classify repositories by attributes like risk level, team ownership, or compliance requirements. This metadata enables you to automatically apply different governance rules based on repository characteristics. @@ -72,7 +72,7 @@ With **organization custom properties**, you can categorize organizations within Both types of custom properties integrate with rulesets, allowing you to create powerful governance frameworks that automatically enforce the right policies based on metadata rather than manual repository selection. -See [AUTOTITLE](/organizations/managing-organization-settings/managing-custom-properties-for-repositories-in-your-organization) and [AUTOTITLE](/admin/managing-accounts-and-repositories/managing-organizations-in-your-enterprise/managing-custom-properties-for-organizations). +See [AUTOTITLE](/organizations/managing-organization-settings/managing-custom-properties-for-repositories-in-your-organization){% ifversion ghec or ghes > 3.20 %} and [AUTOTITLE](/admin/managing-accounts-and-repositories/managing-organizations-in-your-enterprise/managing-custom-properties-for-organizations){% endif %}. ## Monitoring activity diff --git a/content/copilot/concepts/agents/about-third-party-agents.md b/content/copilot/concepts/agents/about-third-party-agents.md new file mode 100644 index 000000000000..6cf4e25673f8 --- /dev/null +++ b/content/copilot/concepts/agents/about-third-party-agents.md @@ -0,0 +1,60 @@ +--- +title: About third-party agents +shortTitle: Third-party agents +intro: 'You can incorporate coding agents into your development workflows on {% data variables.product.github %}.' +product: '{% data reusables.gated-features.third-party-agents %}
Sign up for {% data variables.product.prodname_copilot_short %} {% octicon "link-external" height:16 %}' +versions: + feature: copilot +topics: + - Copilot +contentType: concepts +--- + +> [!NOTE] Third-party coding agents are currently in {% data variables.release-phases.public_preview %}. + +## Introduction + +You can use third-party coding agents alongside {% data variables.copilot.copilot_coding_agent %} to work asynchronously on your development tasks. You can assign an existing issue or give a prompt to an agent, which will work on the required changes and create a pull request. When the agent finishes, it will request a review from you, and you can leave pull request comments to ask the agent to iterate. + +Coding agents are subject to the same security protections, mitigations, and limitations as {% data variables.copilot.copilot_coding_agent %}. To learn more about how you can use coding agents, see [AUTOTITLE](/copilot/concepts/agents/coding-agent/about-coding-agent). + +### Where you can use coding agents + +You can kick off tasks with coding agents in the following locations: + +* **The Agents tab**: Select an agent under the prompt box in the [Agents tab](https://github.com/copilot/agents?ref_product=copilot&ref_type=engagement&ref_style=text&utm_source=docs-3p-agents-tab-cta&utm_medium=docs&utm_campaign=agent-3p-platform-feb-2026), then kick off a new task and watch the agent get to work on a pull request. +* **Issues**: Assign the agent to an existing issue in a repository. +* **Pull requests**: Mention `@AGENT_NAME` in a comment on an existing pull request to ask it to make changes. +* On [**{% data variables.product.prodname_mobile %}**](/copilot/how-tos/chat-with-copilot/chat-in-mobile): From the **Home** view, click {% octicon "plus" aria-hidden="true" aria-label="plus" %} to start a new agent session. +* In [**{% data variables.product.prodname_vscode %}**](https://code.visualstudio.com/docs/copilot/agents/overview#_create-an-agent-session): Start a new session in the chat view, or delegate an existing session to a different agent. + +### Making coding agents available + +> [!NOTE] +> * {% data reusables.gated-features.third-party-agents %} + +Before you can assign tasks to coding agents, they must be enabled. If you are a {% data variables.copilot.copilot_pro_plus %} subscriber, see [AUTOTITLE](/copilot/how-tos/manage-your-account/manage-policies#enabling-or-disabling-third-party-agents-in-your-repositories). + +For {% data variables.copilot.copilot_for_business %} and {% data variables.copilot.copilot_enterprise %} subscribers, the ability to use {% data variables.copilot.copilot_coding_agent %} is controlled by policy settings defined at the organization level. See [AUTOTITLE](/copilot/how-tos/administer-copilot/manage-for-organization/manage-policies). + +If the organization is owned by an enterprise, enablement may be controlled at the enterprise level. See [AUTOTITLE](/enterprise-cloud@latest/copilot/how-tos/administer-copilot/manage-for-enterprise/manage-enterprise-policies). + +## Supported coding agents + +The following third-party agents are supported on {% data variables.product.github %}: + +* [{% data variables.product.prodname_anthropic_claude %}](/copilot/concepts/agents/anthropic-claude) +* [{% data variables.product.prodname_openai_codex %}](/copilot/concepts/agents/openai-codex) + +## Usage costs + +Coding agents consume **{% data variables.product.prodname_actions %} minutes** and **{% data variables.product.prodname_copilot %} premium requests**. Each agent **session** consumes one premium request. + +Within your monthly usage allowance for {% data variables.product.prodname_actions %} and premium requests, you can ask agents to work on coding tasks without incurring any additional costs. + +For more information, see [AUTOTITLE](/billing/managing-billing-for-your-products/managing-billing-for-github-copilot/about-billing-for-github-copilot). + +## Next steps + +* To start managing agents, see [AUTOTITLE](/copilot/how-tos/use-copilot-agents/manage-agents). +* To learn how AI models are hosted and served, see [AUTOTITLE](/copilot/reference/ai-models/model-hosting). \ No newline at end of file diff --git a/content/copilot/concepts/agents/anthropic-claude.md b/content/copilot/concepts/agents/anthropic-claude.md new file mode 100644 index 000000000000..50cc23935a45 --- /dev/null +++ b/content/copilot/concepts/agents/anthropic-claude.md @@ -0,0 +1,23 @@ +--- +title: Anthropic Claude +shortTitle: Anthropic Claude +intro: 'Use the {% data variables.product.prodname_anthropic_claude %} coding agent powered by {% data variables.product.prodname_copilot_short %}.' +product: '{% data reusables.gated-features.anthropic-claude %}
Sign up for {% data variables.product.prodname_copilot_short %} {% octicon "link-external" height:16 %}' +versions: + feature: copilot +topics: + - Copilot +contentType: concepts +--- + +> [!NOTE] The {% data variables.product.prodname_anthropic_claude %} coding agent is currently in {% data variables.release-phases.public_preview %}. + +## Introduction + +The {% data variables.product.prodname_anthropic_claude %} coding agent uses the Claude Agent SDK and can be powered by your existing {% data variables.product.prodname_copilot_short %} subscription. For information about {% data variables.product.prodname_anthropic_claude %}, see the [{% data variables.product.prodname_anthropic_claude %} documentation](https://platform.claude.com/docs/en/agent-sdk/overview). + +## {% data variables.product.prodname_anthropic_claude %} coding agent + +Before you can assign tasks to {% data variables.product.prodname_anthropic_claude %} coding agent, it must be enabled. See [AUTOTITLE](/copilot/how-tos/manage-your-account/manage-policies#enabling-or-disabling-third-party-agents-in-your-repositories). + +To learn more about using third-party coding agents, see [AUTOTITLE](/copilot/concepts/agents/about-third-party-agents). diff --git a/content/copilot/concepts/agents/coding-agent/agent-management.md b/content/copilot/concepts/agents/coding-agent/agent-management.md index cb8a0541743d..7186ffa9ef42 100644 --- a/content/copilot/concepts/agents/coding-agent/agent-management.md +++ b/content/copilot/concepts/agents/coding-agent/agent-management.md @@ -1,7 +1,7 @@ --- title: About agent management shortTitle: Agent management -intro: 'Use one centralized control page to jump between {% data variables.copilot.copilot_coding_agent %} sessions, check progress, and stay in control without losing your place.' +intro: 'Use one centralized control page to jump between agent sessions, check progress, and stay in control without losing your place.' product: '{% data reusables.gated-features.copilot-coding-agent %}
Sign up for {% data variables.product.prodname_copilot_short %} {% octicon "link-external" height:16 %}' versions: feature: copilot @@ -19,7 +19,9 @@ category: AI agents are autonomous systems that can evaluate their environment, make decisions, and take actions to complete tasks. Agents can break down complex tasks into steps, use various tools and resources, plan their approach, and adapt based on human feedback until they accomplish their assigned objective. -{% data variables.copilot.copilot_coding_agent %} brings automation and assistance to every stage of the software development process on {% data variables.product.github %}. You can run multiple sessions of {% data variables.copilot.copilot_coding_agent %} concurrently, allowing you to efficiently delegate work items. +Agents bring automation and assistance to every stage of the software development process on {% data variables.product.github %}. You can run multiple agent sessions concurrently, allowing you to efficiently delegate work items. + +Alongside {% data variables.product.prodname_copilot_short %}, you can use {% data variables.product.prodname_anthropic_claude %} and {% data variables.product.prodname_openai_codex %}, giving you more flexibility and choice to find the right agent for a task. See [AUTOTITLE](/copilot/concepts/agents/about-third-party-agents). Utilizing {% data variables.copilot.custom_agents_short %} you can build out a team of task-specific agents with customized system prompts to handle simpler tasks like writing tests and refactoring, giving you bandwidth to prioritize problem-solving and collaboration. See [AUTOTITLE](/copilot/concepts/agents/coding-agent/about-custom-agents). @@ -33,13 +35,13 @@ To learn more about {% data variables.copilot.copilot_coding_agent %}, see [AUTO From the Agents tab, you can: -* **Kick off new agent tasks**: Select an AI model of your choice, and optionally choose from {% data variables.copilot.custom_agents_short %} best suited for the task. See [AUTOTITLE](/copilot/how-tos/use-copilot-agents/coding-agent/create-a-pr). -* **Monitor live session logs**: Once {% data variables.product.prodname_copilot_short %} starts working, you can click any agent session to open the session log and follow its progress and thought process in real time. +* **Kick off new agent tasks**: Select an AI model of your choice, and optionally choose from third-party agents or {% data variables.copilot.custom_agents_short %} best suited for the task. See [AUTOTITLE](/copilot/how-tos/use-copilot-agents/coding-agent/create-a-pr). +* **Monitor live session logs**: Once the agent starts working, you can click any agent session to open the session log and follow its progress and thought process in real time. * **Track active sessions**: You can view all active agent sessions that have been started in the repository. -* **Steer agents mid-session**: If you realize you didn't scope a request correctly, or want {% data variables.product.prodname_copilot_short %} to use a specific tool or service, you can step in and provide **steering input** without stopping the run. Steering uses **one premium request** per message. See [AUTOTITLE](/copilot/how-tos/use-copilot-agents/coding-agent/track-copilot-sessions#steering-a-copilot-session-from-the-agents-tab). +* **Steer agents mid-session**: If you realize you didn't scope a request correctly, or want the agent to use a specific tool or service, you can step in and provide **steering input** without stopping the run. Steering uses **one premium request** per message. See [AUTOTITLE](/copilot/how-tos/use-copilot-agents/coding-agent/track-copilot-sessions#steering-a-copilot-session-from-the-agents-tab). * **Open a session in {% data variables.product.prodname_vscode_shortname %} or {% data variables.copilot.copilot_cli %}**: When you want to start working on changes to an agent session in your local development environment, click **{% octicon "vscode" aria-label="VS Code" %} Open in {% data variables.product.prodname_vscode_shortname %}** or **{% octicon "agent" aria-label="Agent" %} Continue in {% data variables.copilot.copilot_cli %}** to bring the session to your local machine. {% data reusables.copilot.coding-agent.use-latest-vscode %} -* **Review and merge agent code**: Once {% data variables.product.prodname_copilot_short %} completes a session, you can jump to the pull request to review the changes, request further improvements, or approve and merge. See [AUTOTITLE](/copilot/how-tos/use-copilot-agents/coding-agent/review-copilot-prs). +* **Review and merge agent code**: Once the agent completes a session, you can jump to the pull request to review the changes, request further improvements, or approve and merge. See [AUTOTITLE](/copilot/how-tos/use-copilot-agents/coding-agent/review-copilot-prs). ## Next steps diff --git a/content/copilot/concepts/agents/index.md b/content/copilot/concepts/agents/index.md index a45bb46ae71a..098d22a8124e 100644 --- a/content/copilot/concepts/agents/index.md +++ b/content/copilot/concepts/agents/index.md @@ -12,7 +12,9 @@ children: - /code-review - /about-copilot-cli - /copilot-memory + - /about-third-party-agents - /openai-codex + - /anthropic-claude - /about-agent-skills - /enterprise-management contentType: concepts diff --git a/content/copilot/concepts/agents/openai-codex.md b/content/copilot/concepts/agents/openai-codex.md index 2875ea15f2c5..1c4717bf47b2 100644 --- a/content/copilot/concepts/agents/openai-codex.md +++ b/content/copilot/concepts/agents/openai-codex.md @@ -2,8 +2,8 @@ title: OpenAI Codex shortTitle: OpenAI Codex allowTitleToDifferFromFilename: true -intro: 'Use the {% data variables.product.prodname_openai_codex %} Visual Studio Code extension powered by {% data variables.product.prodname_copilot_short %}.' -product: '{% data reusables.gated-features.openai-codex %}' +intro: 'Use the {% data variables.product.prodname_openai_codex %} coding agent and Visual Studio Code extension powered by {% data variables.product.prodname_copilot_short %}.' +product: '{% data reusables.gated-features.openai-codex %}
Sign up for {% data variables.product.prodname_copilot_short %} {% octicon "link-external" height:16 %}' versions: feature: copilot topics: @@ -17,8 +17,18 @@ category: ## Introduction -The {% data variables.product.prodname_openai_codex %} {% data variables.product.prodname_vscode_shortname %} extension can be powered by your existing {% data variables.product.prodname_copilot_short %} subscription. Use "Sign in with {% data variables.product.prodname_copilot_short %}" when launching the extension. {% data variables.product.prodname_copilot_short %} users can see this integration in the [Agent Sessions view](https://code.visualstudio.com/docs/copilot/chat/chat-sessions#_agent-sessions-view?ref_product=copilot&ref_type=engagement&ref_style=text) in {% data variables.product.prodname_vscode_shortname %} Insiders along with progress on their running tasks. All usage is subject to GitHub rate limits and billing. See [AUTOTITLE](/copilot/concepts/billing/copilot-requests#premium-features). +The {% data variables.product.prodname_openai_codex %} coding agent and the {% data variables.product.prodname_vscode_shortname %} {% data variables.product.prodname_openai_codex %} integration use the Codex SDK and can be powered by your existing {% data variables.product.prodname_copilot_short %} subscription. For more information about how {% data variables.product.prodname_openai_codex %} works, see the [{% data variables.product.prodname_openai_codex %} documentation](https://developers.openai.com/codex). -## Model availability +## {% data variables.product.prodname_openai_codex %} coding agent -A subset of available models may only be available in the OpenAI Codex extension. Model availability and visibility is not governed by {% data variables.product.prodname_copilot_short %} model configuration policies. +Before you can assign tasks to {% data variables.product.prodname_openai_codex %} coding agent, it must be enabled. See [AUTOTITLE](/copilot/how-tos/manage-your-account/manage-policies#enabling-or-disabling-third-party-agents-in-your-repositories). + +To learn more about using third-party agents on {% data variables.product.github %}, see [AUTOTITLE](/free-pro-team@latest/copilot/concepts/agents/about-third-party-agents). + +## {% data variables.product.prodname_vscode_shortname %} extension + + Use "Sign in with {% data variables.product.prodname_copilot_short %}" when launching the extension. {% data variables.product.prodname_copilot_short %} users can see this integration in the [Agent Sessions view](https://code.visualstudio.com/docs/copilot/chat/chat-sessions#_agent-sessions-view) in {% data variables.product.prodname_vscode_shortname %} Insiders along with progress on their running tasks. All usage is subject to {% data variables.product.github %} rate limits and billing. See [AUTOTITLE](/copilot/concepts/billing/copilot-requests#premium-features). + +### Model availability + +A subset of available models may only be available in the {% data variables.product.prodname_openai_codex %} extension. Model availability and visibility is not governed by {% data variables.product.prodname_copilot_short %} model configuration policies. diff --git a/content/copilot/concepts/billing/copilot-requests.md b/content/copilot/concepts/billing/copilot-requests.md index 1dd22e79ec74..a60aa89deee1 100644 --- a/content/copilot/concepts/billing/copilot-requests.md +++ b/content/copilot/concepts/billing/copilot-requests.md @@ -45,7 +45,9 @@ The following {% data variables.product.prodname_copilot_short %} features can u | [{% data variables.copilot.copilot_coding_agent %}](/copilot/concepts/about-copilot-coding-agent) | {% data variables.copilot.copilot_coding_agent %} uses **one premium request** per session, multiplied by the model's rate. A session begins when you ask {% data variables.product.prodname_copilot_short %} to create a pull request or make one or more changes to an existing pull request. In addition, each real-time steering comment made during an active session uses **one premium request** per session, multiplied by the model's rate. | {% data variables.copilot.copilot_coding_agent %} premium requests | | [{% data variables.copilot.copilot_spaces %}](/copilot/using-github-copilot/copilot-spaces/about-organizing-and-sharing-context-with-copilot-spaces) | {% data variables.copilot.copilot_spaces %} uses **one premium request** per user prompt, multiplied by the model's rate. | {% data variables.product.prodname_copilot_short %} premium requests | | [{% data variables.product.prodname_spark_short %}](/copilot/tutorials/building-ai-app-prototypes) | Each prompt to {% data variables.product.prodname_spark_short %} uses a fixed rate of **four premium requests**. | {% data variables.product.prodname_spark_short %} premium requests | -| [{% data variables.product.prodname_openai_codex %} integration](/copilot/concepts/agents/openai-codex) | While in preview, each prompt to {% data variables.product.prodname_openai_codex %} uses **one premium request** multiplied by the model multiplier rates. | {% data variables.product.prodname_copilot_short %} premium requests | +| [{% data variables.product.prodname_openai_codex %} {% data variables.product.prodname_vscode %} integration](/copilot/concepts/agents/openai-codex) | While in preview, each prompt to {% data variables.product.prodname_openai_codex %} uses **one premium request** multiplied by the model multiplier rates. | {% data variables.product.prodname_copilot_short %} premium requests | +| [Third-party coding agents](/free-pro-team@latest/copilot/concepts/agents/about-third-party-agents) | While in preview, each prompt to a third-party coding agent uses **one premium request**. | {% data variables.product.prodname_copilot_short %} premium requests | + > [!TIP] > For instructions on viewing how many premium requests you have used and advice on how to optimize usage, see [AUTOTITLE](/copilot/how-tos/manage-and-track-spending/monitor-premium-requests). diff --git a/content/copilot/get-started/features.md b/content/copilot/get-started/features.md index fe0da3c66c90..49afa8b00b38 100644 --- a/content/copilot/get-started/features.md +++ b/content/copilot/get-started/features.md @@ -33,6 +33,10 @@ A chat interface that lets you ask coding-related questions. {% data variables.c An autonomous AI agent that can make code changes for you. You can assign a {% data variables.product.github %} issue to {% data variables.product.prodname_copilot_short %} and the agent will work on making the required changes, and will create a pull request for you to review. You can also ask {% data variables.product.prodname_copilot_short %} to create a pull request from {% data variables.copilot.copilot_chat_short %}. See [AUTOTITLE](/copilot/using-github-copilot/coding-agent). +### Third-party coding agents ({% data variables.release-phases.public_preview %}) + +You can use third-party coding agents alongside {% data variables.copilot.copilot_coding_agent %}. See [AUTOTITLE](/free-pro-team@latest/copilot/concepts/agents/about-third-party-agents). + ### {% data variables.copilot.copilot_cli_short %} ({% data variables.release-phases.public_preview %}) A command line interface that lets you use {% data variables.product.prodname_copilot_short %} from within the terminal. You can get answers to questions, or you can ask {% data variables.product.prodname_copilot_short %} to make changes to your local files. You can also use {% data variables.copilot.copilot_cli_short %} to interact with {% data variables.product.prodname_dotcom_the_website %}—for example, listing your open pull requests, or asking {% data variables.product.prodname_copilot_short %} to create an issue. See [AUTOTITLE](/copilot/concepts/agents/about-copilot-cli). diff --git a/content/copilot/how-tos/administer-copilot/manage-for-organization/manage-policies.md b/content/copilot/how-tos/administer-copilot/manage-for-organization/manage-policies.md index af7f21c89afa..64816c30047f 100644 --- a/content/copilot/how-tos/administer-copilot/manage-for-organization/manage-policies.md +++ b/content/copilot/how-tos/administer-copilot/manage-for-organization/manage-policies.md @@ -44,6 +44,26 @@ category: {% data reusables.copilot.mcp-servers-policy-note %} +## Enabling or disabling third-party coding agents in your repositories + +> [!NOTE] +> * {% data reusables.gated-features.third-party-agents %} + +You can choose whether to allow the following coding agents to be enabled in your organization: + +* {% data variables.product.prodname_anthropic_claude %} +* {% data variables.product.prodname_openai_codex %} + +Coding agents have access to the same repositories that {% data variables.copilot.copilot_coding_agent %} has been enabled in. + +To enable coding agents: + +{% data reusables.profile.access_org %} +{% data reusables.profile.org_settings %} +{% data reusables.copilot.coding-agent-settings %} +1. In the sidebar, under **{% octicon "copilot" aria-hidden="true" aria-label="copilot" %} {% data variables.product.prodname_copilot_short %}**, click **Coding agent**. +1. On the {% data variables.copilot.copilot_coding_agent %} page, under "Partner agents", click the toggle to enable the third-party agent you want to use. + ## Opting in to previews or feedback If your organization has a {% data variables.copilot.copilot_business_short %} or {% data variables.copilot.copilot_enterprise_short %} plan and you enable "{% data variables.product.prodname_copilot_short %} in {% data variables.product.prodname_dotcom_the_website %}", two additional options are displayed: diff --git a/content/copilot/how-tos/configure-custom-instructions/add-repository-instructions.md b/content/copilot/how-tos/configure-custom-instructions/add-repository-instructions.md index 0a11328bb952..ddf2b4549795 100644 --- a/content/copilot/how-tos/configure-custom-instructions/add-repository-instructions.md +++ b/content/copilot/how-tos/configure-custom-instructions/add-repository-instructions.md @@ -60,8 +60,7 @@ You can create your own custom instructions file from scratch. See [Writing your You can also reach this page by clicking the **{% octicon "copilot" aria-label="Copilot icon" %}** button next to the search bar on any page on {% data variables.product.github %}, then selecting **Agents** from the sidebar. 1. Using the dropdown menu in the prompt field, select the repository you want {% data variables.product.prodname_copilot_short %} to generate custom instructions for. - -1. Copy the following prompt, customizing it if needed: +1. Copy the following prompt and paste it into the prompt field, customizing it if needed: ```markdown copy Your task is to "onboard" this repository to Copilot coding agent by adding a .github/copilot-instructions.md file in the repository that contains information describing how a coding agent seeing it for the first time can work most efficiently. @@ -138,7 +137,7 @@ You can create your own custom instructions file from scratch. See [Writing your - Document any errors encountered as well as the steps taken to work-around them. -1. Click **Send now** or press Return. +1. Click **{% octicon "paper-airplane" aria-label="Start task" %}** or press Enter. {% data variables.product.prodname_copilot_short %} will start a new session, which will appear in the list below the prompt box. {% data variables.product.prodname_copilot_short %} will create a draft pull request, write your custom instructions, push them to the branch, then add you as a reviewer when it has finished, triggering a notification. diff --git a/content/copilot/how-tos/manage-your-account/manage-policies.md b/content/copilot/how-tos/manage-your-account/manage-policies.md index a32ee86c6024..18ab4daea8ba 100644 --- a/content/copilot/how-tos/manage-your-account/manage-policies.md +++ b/content/copilot/how-tos/manage-your-account/manage-policies.md @@ -53,22 +53,29 @@ If you choose to allow suggestions matching public code, when {% data variables. {% ifversion fpt %} -## Enabling or disabling prompt and suggestion collection +## Enabling or disabling third-party coding agents in your repositories -You can choose whether your prompts and {% data variables.product.prodname_copilot_short %}'s suggestions are collected and retained by {% data variables.product.prodname_dotcom %}, and further processed and shared with Microsoft. For more information about data that {% data variables.product.prodname_copilot %} may collect depending on your settings, see [AUTOTITLE](/free-pro-team@latest/site-policy/github-terms/github-terms-for-additional-products-and-features#github-copilot) and the [{% data variables.product.prodname_copilot %} privacy FAQ](https://github.com/features/copilot/#faq). +> [!NOTE] +> {% data reusables.gated-features.third-party-agents %} -{% data reusables.user-settings.copilot-settings %} -1. To allow or prevent {% data variables.product.prodname_dotcom %} using your data, select or deselect **Allow {% data variables.product.prodname_dotcom %} to use my code snippets from the code editor for product improvements**. +You can choose whether to allow the following coding agents to be enabled in your personal account: + +* {% data variables.product.prodname_anthropic_claude %} +* {% data variables.product.prodname_openai_codex %} -## Enabling or disabling alternative AI models +Coding agents have access to the same repositories that {% data variables.copilot.copilot_coding_agent %} has been enabled in. -You can choose whether to allow the following AI models to be used as an alternative to {% data variables.product.prodname_copilot_short %}'s default model. +To enable coding agents: -* {% data variables.copilot.copilot_claude %} - see [AUTOTITLE](/copilot/using-github-copilot/ai-models/using-claude-in-github-copilot) -* {% data variables.copilot.copilot_gemini %} - see [AUTOTITLE](/copilot/using-github-copilot/ai-models/using-gemini-in-github-copilot) +1. Navigate to your account's [coding agent settings](https://github.com/settings/copilot/coding_agent?ref_product=copilot&ref_type=engagement&ref_style=text&utm_source=docs-3p-agents-cca-settings-cta&utm_medium=docs&utm_campaign=agent-3p-platform-feb-2026). +1. On the {% data variables.copilot.copilot_coding_agent %} page, under "Partner agents", click the toggle to enable the third-party agent you want to use. + +## Enabling or disabling prompt and suggestion collection + +You can choose whether your prompts and {% data variables.product.prodname_copilot_short %}'s suggestions are collected and retained by {% data variables.product.prodname_dotcom %}, and further processed and shared with Microsoft. For more information about data that {% data variables.product.prodname_copilot %} may collect depending on your settings, see [AUTOTITLE](/free-pro-team@latest/site-policy/github-terms/github-terms-for-additional-products-and-features#github-copilot) and the [{% data variables.product.prodname_copilot %} privacy FAQ](https://github.com/features/copilot/#faq). {% data reusables.user-settings.copilot-settings %} -1. To the right of the model name, select the dropdown menu, then click **Enabled** or **Disabled**. +1. To allow or prevent {% data variables.product.prodname_dotcom %} using your data, select or deselect **Allow {% data variables.product.prodname_dotcom %} to use my code snippets from the code editor for product improvements**. ## Enabling or disabling web search for {% data variables.copilot.copilot_chat %} diff --git a/content/copilot/how-tos/use-ai-models/configure-access-to-ai-models.md b/content/copilot/how-tos/use-ai-models/configure-access-to-ai-models.md index bfbfb71b8ee9..fc730ee95320 100644 --- a/content/copilot/how-tos/use-ai-models/configure-access-to-ai-models.md +++ b/content/copilot/how-tos/use-ai-models/configure-access-to-ai-models.md @@ -28,15 +28,7 @@ To learn how {% data variables.copilot.copilot_chat_short %} serves different AI ## Setup for individual use -If you have a {% data variables.copilot.copilot_free_short %}, {% data variables.copilot.copilot_pro_short %}, or {% data variables.copilot.copilot_pro_plus_short %} plan, you may need to enable access to certain models before using them. - -You can enable access in two ways: - -* The first time you use a model with {% data variables.copilot.copilot_chat_short %} in your editor or in {% data variables.product.github %}, you will be prompted to allow access to the model. - - Click **Allow** to enable the AI model and update the policy in your personal settings on {% data variables.product.github %}. - -* You can enable the model directly in your personal settings on the {% data variables.product.github %} website. See [AUTOTITLE](/copilot/managing-copilot/managing-copilot-as-an-individual-subscriber/managing-copilot-policies-as-an-individual-subscriber#enabling-or-disabling-alternative-ai-models). +If you have a {% data variables.copilot.copilot_free_short %}, {% data variables.copilot.copilot_pro_short %}, or {% data variables.copilot.copilot_pro_plus_short %} plan, you can use AI models directly within {% data variables.product.prodname_copilot_short %} without configuring access or managing policies. >[!NOTE] > * Some models may not be available depending on your plan. See [AUTOTITLE](/copilot/about-github-copilot/plans-for-github-copilot#models). diff --git a/content/copilot/how-tos/use-copilot-agents/coding-agent/create-a-pr.md b/content/copilot/how-tos/use-copilot-agents/coding-agent/create-a-pr.md index a50aac5c0eb2..9e7af18303fb 100644 --- a/content/copilot/how-tos/use-copilot-agents/coding-agent/create-a-pr.md +++ b/content/copilot/how-tos/use-copilot-agents/coding-agent/create-a-pr.md @@ -23,7 +23,7 @@ redirect_from: - /copilot/how-tos/agents/coding-agent/assign-copilot-to-an-issue - /copilot/how-tos/use-copilot-agents/coding-agent/assign-copilot-to-an-issue contentType: how-tos -category: +category: - Author and optimize with Copilot --- @@ -519,7 +519,7 @@ You can ask {% data variables.product.prodname_copilot_short %} to open a pull r 1. Optionally, select a base branch for {% data variables.product.prodname_copilot_short %}'s pull request. {% data variables.product.prodname_copilot_short %} will create a new branch based on this branch, then push the changes to a pull request targeting that branch. {% data reusables.copilot.optional-select-custom-agent %} -1. Click {% octicon "paper-airplane" aria-label="Start task" %} **Start task** or press Return. +1. Click **{% octicon "paper-airplane" aria-label="Start task" %}** or press Enter. {% data variables.product.prodname_copilot_short %} will start a new session, which will appear in the list below the prompt box. {% data variables.product.prodname_copilot_short %} will work on the task and push changes to its pull request, then add you as a reviewer when it has finished, triggering a notification. diff --git a/content/copilot/how-tos/use-copilot-agents/manage-agents.md b/content/copilot/how-tos/use-copilot-agents/manage-agents.md index 856121c52ea8..0ae7c0ddbe05 100644 --- a/content/copilot/how-tos/use-copilot-agents/manage-agents.md +++ b/content/copilot/how-tos/use-copilot-agents/manage-agents.md @@ -1,7 +1,7 @@ --- -title: Managing Copilot coding agents +title: Managing coding agents shortTitle: Manage agents -intro: View your agent's progress and keep {% data variables.product.prodname_copilot_short %} on task. +intro: View your agent's progress and keep it on task. product: '{% data reusables.gated-features.copilot-coding-agent %}
Sign up for {% data variables.product.prodname_copilot_short %} {% octicon "link-external" height:16 %}' versions: feature: copilot @@ -22,7 +22,7 @@ category: * Open the [Agents page](https://github.com/copilot/agents?ref_product=copilot&ref_type=engagement&ref_style=text) * Use the **Task** button or `/task` command from [{% data variables.copilot.copilot_chat_short %}](https://github.com/copilot?ref_product=copilot&ref_type=engagement&ref_style=text) * Open the Agents panel by clicking the {% octicon "agent" aria-label="The Agents icon" %} at the top of any page on {% data variables.product.github %} -1. Using the dropdown menu, select the repository you want {% data variables.product.prodname_copilot_short %} to work in if needed. +1. Using the dropdown menu, select the repository you want the coding agent to work in. 1. Optionally, select a base branch for {% data variables.product.prodname_copilot_short %}'s pull request. {% data reusables.copilot.optional-select-custom-agent %} 1. Optionally, select the **CURRENT-MODEL** {% octicon "chevron-down" aria-hidden="true" aria-label="chevron-down" %} dropdown menu, then click the AI model of your choice. @@ -32,7 +32,7 @@ category: Implement a user-friendly message for common errors. ``` -1. Click {% octicon "paper-airplane" aria-label="Start task" %} **Start task** or press Return. +1. Click **{% octicon "paper-airplane" aria-label="Start task" %}** or press Enter. {% data variables.product.prodname_copilot_short %} will start work on the task and begin pushing changes to a new pull request, where it will automatically add you as a reviewer. @@ -40,16 +40,18 @@ For more information on ways to start new agent tasks, see [AUTOTITLE](/copilot/ ## 2. Monitor agent activity -Once {% data variables.product.prodname_copilot_short %} starts working, it will continue to update the session log with its progress and thought process. +Once the agent starts working, it will continue to update the session log and overview with its progress and thought process. Each session displays its status. Click on a session to open the session log, where you can monitor the agent's progress, see the tools it's using, and track how long the session has been running. -Agent sessions can also be tracked from the {% data variables.product.prodname_cli %}, {% data variables.product.prodname_mobile %}, {% data variables.product.prodname_vscode %}, Raycast, and JetBrains IDEs. For more information, see [AUTOTITLE](/copilot/how-tos/use-copilot-agents/coding-agent/track-copilot-sessions). +{% data variables.copilot.copilot_coding_agent %} sessions can also be tracked from the {% data variables.product.prodname_cli %}, {% data variables.product.prodname_mobile %}, {% data variables.product.prodname_vscode %}, Raycast, and JetBrains IDEs. For more information, see [AUTOTITLE](/copilot/how-tos/use-copilot-agents/coding-agent/track-copilot-sessions). ## 3. Redirect agents as needed You can step in and provide **steering input** to {% data variables.product.prodname_copilot_short %} without stopping the run. Steering uses **one premium request** per message. +> [!NOTE] Steering a session is currently not available for **third-party coding agents**. + Reasons you might want to steer a session include: * {% data variables.product.prodname_copilot_short %} appears to be going in a wrong direction, and you want to give it more clarity. @@ -65,7 +67,7 @@ In the prompt box under the agent session log, prompt {% data variables.product. ## 4. Open an agent session in your local development environment -You can guide {% data variables.product.prodname_copilot_short %} in your local development environment on further changes, or make any edits that require human expertise. +You can guide the agent in your local development environment on further changes, or make any edits that require human expertise. ### {% data variables.product.prodname_vscode_shortname %} @@ -81,7 +83,7 @@ At the bottom of the agent session view, click the **{% octicon "vscode" aria-la ## 5. Review and merge agent code -Once {% data variables.product.prodname_copilot_short %} completes a session, you can navigate to the pull request to review the changes. From the pull request, you can scan the diff, request further improvements from {% data variables.product.prodname_copilot_short %}, or approve and merge the changes. See [AUTOTITLE](/copilot/how-tos/use-copilot-agents/coding-agent/review-copilot-prs). +Once the agent completes a session, you can navigate to the pull request to review the changes. From the pull request, you can scan the diff, request further improvements, or approve and merge the changes. See [AUTOTITLE](/copilot/how-tos/use-copilot-agents/coding-agent/review-copilot-prs). ## 6. Archive agent sessions diff --git a/content/copilot/tutorials/coding-agent/improve-a-project.md b/content/copilot/tutorials/coding-agent/improve-a-project.md new file mode 100644 index 000000000000..d29e67182b19 --- /dev/null +++ b/content/copilot/tutorials/coding-agent/improve-a-project.md @@ -0,0 +1,201 @@ +--- +title: Using GitHub Copilot coding agent to improve a project +shortTitle: Improve a project +allowTitleToDifferFromFilename: true +intro: 'Find and fix problems in a project with {% data variables.copilot.copilot_coding_agent %}.' +product: '{% data reusables.gated-features.copilot-coding-agent %}
Sign up for {% data variables.product.prodname_copilot_short %} {% octicon "link-external" height:16 %}' +versions: + feature: copilot +topics: + - Copilot +contentType: tutorials +category: + - Author and optimize with Copilot + - Improve quality and maintainability + - Burn down tech debt +--- + +> [!NOTE] +> For an introduction to {% data variables.copilot.copilot_coding_agent %}, see [AUTOTITLE](/copilot/concepts/about-copilot-coding-agent). + +## Introduction + +Modern development often starts with good intentions: a quick script, a prototype, maybe an action to automate one small thing. But as projects evolve, those early efforts can become brittle. + +This tutorial shows how you can use {% data variables.copilot.copilot_coding_agent %} to improve a mature project, without slowing down your momentum. + +In the following sections we'll: + +* Make sure that the project contains custom instructions that {% data variables.product.prodname_copilot_short %} can use to tailor its responses to your project. +* Make sure there's an environment setup file for {% data variables.copilot.copilot_coding_agent %}, so that it can get started on tasks more quickly by pre-installing your project’s dependencies. +* Get {% data variables.product.prodname_copilot_short %} to look for improvements that could be made to the code, and then create issues for that work. +* Delegate the coding work to {% data variables.product.prodname_copilot_short %} by assigning it to an issue. + +## 1. Check for custom instructions + +1. Go to your repository on {% data variables.product.github %}. +1. Check that at least one of the following custom instructions files exists: + + * `.github/copilot-instructions.md` + * `.github/instructions/**/*-instructions.md` + * `AGENTS.md` + +1. If any of these files exists, view the file and check that the instructions are adequate and up to date. + + For more information, see the section "Writing effective custom instructions" in [AUTOTITLE](/copilot/concepts/prompting/response-customization?tool=webui#writing-effective-custom-instructions), and the library of examples at [AUTOTITLE](/copilot/tutorials/customization-library/custom-instructions). + +1. If there are no custom instructions files in the repository, use {% data variables.copilot.copilot_coding_agent %} to create a `.github/copilot-instructions.md` file, by following the instructions in [AUTOTITLE](/copilot/how-tos/configure-custom-instructions/add-repository-instructions#asking-copilot-coding-agent-to-generate-a-copilot-instructionsmd-file). +1. Review the pull request that {% data variables.copilot.copilot_coding_agent %} creates. Check that the `.github/copilot-instructions.md` file provides {% data variables.product.prodname_copilot_short %} with all of the information it needs to know to work on this project. + + The file should include: + + * A clear summary of the codebase and what the software does. + * A project structure overview. + * Contribution guidelines. For example, how to build, format, lint, and test the codebase, and requirements that must be met before pull requests can be merged. + * Key technical principles. + +1. Edit the file as required. +1. Click **Ready for review** at the bottom of the "Conversation" tab of the pull request, then complete your usual process for merging a pull request. + +## 2. Check for an environment setup file + +A `copilot-setup-steps.yml` {% data variables.product.prodname_actions %} workflow file can help {% data variables.copilot.copilot_coding_agent %} to get started on tasks more quickly by pre-installing the dependencies that are used by the project. + +Creating this file is optional but is a good idea if you use {% data variables.copilot.copilot_coding_agent %} regularly in the repository. + +1. In your repository on {% data variables.product.github %}, check that the following file exists: + + ```text copy + .github/workflows/copilot-setup-steps.yml + ``` + + > [!TIP] + > A quick way to do this is to copy the above path, go to the main page of your repository and paste the path into the "Go to file" field. + +1. If the file exists, open it and check that the steps in the workflow install the correct dependencies for your project. After verifying this, you can skip the remaining steps in this section. +1. If you don't already have a `copilot-setup-steps.yml` file, use the following steps to get {% data variables.copilot.copilot_coding_agent %} to create it for you. +1. At the top of any page of your repository on the {% data variables.product.github %} website, click **{% octicon "agent" aria-label="Open agents panel" %}**. +1. Copy and paste the following prompt into the Agents dialog: + + + ```text copy + Analyze this repository to understand the dependencies that need to be installed on the development environment to work on the code in this repository. Using this information, and the details about the `copilot-setup-steps.yml` file that are given in https://docs.github.com/copilot/how-tos/use-copilot-agents/coding-agent/customize-the-agent-environment, add a `.github/workflows/copilot-setup-steps.yml` to this repository. This Actions workflow file should install, in the development environment for {% data variables.copilot.copilot_coding_agent %}, all of the dependencies necessary to work on the code in this repository. Make sure that the workflow job is named `copilot-setup-steps`. + ``` + + +1. Click **{% octicon "paper-airplane" aria-label="Start task" %}** or press Enter. +1. In the "Recent agent sessions" list, click the new agent session that has started. + + This displays an activity log, as {% data variables.product.prodname_copilot_short %} works on the task. When {% data variables.product.prodname_copilot_short %} finishes it will generate a summary of what it did. + +1. Read the summary, then click **{% octicon "git-pull-request" aria-hidden="true" aria-label="Pull request" %} View pull request**. +1. Optionally, add {% data variables.product.prodname_copilot_short %} as a reviewer. For more information, see [AUTOTITLE](/copilot/how-tos/use-copilot-agents/request-a-code-review/use-code-review?tool=webui). Wait for {% data variables.product.prodname_copilot_short %} to add review comments, then make any changes you think are necessary in response to the comments. +1. Review the pull request yourself, making sure that the setup steps in the new `copilot-setup-steps.yml` file are correct. + + The workflow file that {% data variables.product.prodname_copilot_short %} has created should include an `on: workflow_dispatch` trigger, to allow you to run the workflow manually, and the job must be named `copilot-setup-steps` as shown in this extract: + + ```yaml + on: + workflow_dispatch: + push: + paths: + - .github/workflows/copilot-setup-steps.yml + pull_request: + paths: + - .github/workflows/copilot-setup-steps.yml + + jobs: + copilot-setup-steps: + runs-on: ubuntu-latest + ``` + +1. Make any required changes to the `copilot-setup-steps.yml` file in the pull request. + + You can ask {% data variables.product.prodname_copilot_short %} to make changes for you by using `@copilot` in a review comment. For example: + + `@copilot - comment the file more thoroughly` + +1. Click **Ready for review** at the bottom of the "Conversation" tab of the pull request, then complete your usual process for merging a pull request. +1. Open the newly added `.github/workflows/copilot-setup-steps.yml` file in your repository on {% data variables.product.github %}. +1. Click **View Runs** near the top right of the page. +1. Click **Run workflow** and then **Run workflow** in the dialog, to test the new workflow. +1. Check that the workflow runs correctly and installs the dependencies. Fix any failures by editing the `.github/workflows/copilot-setup-steps.yml` file. + +## 3. Let {% data variables.product.prodname_copilot_short %} find technical debt + +Now that {% data variables.product.prodname_copilot_short %} has the right context and (optionally) a ready-to-use environment, you can use it to surface and prioritize technical debt in your repository. +1. Click the **{% octicon "copilot" aria-label="Run this prompt in Copilot Chat" %}** button in the following prompt box to send this prompt to {% data variables.copilot.copilot_chat_short %} on {% data variables.product.prodname_dotcom_the_website %}. + + ```copilot copy prompt + What technical debt exists in this project? Give me a prioritized list of up to 5 areas we need to focus on. For each, describe the problem and its consequences. + ``` + +1. Make sure that **{% octicon "comment" aria-hidden="true" aria-label="comment" %} Ask** mode is selected. +1. Use the **{% octicon "globe" aria-hidden="true" aria-label="globe" %} All repositories** dropdown to select your repository. +1. Click **{% octicon "paper-airplane" aria-label="Start task" %}** or press Enter. +1. Review the details in {% data variables.product.prodname_copilot_short %}'s response. +1. Assuming {% data variables.product.prodname_copilot_short %} identified at least one area for improvement, copy the following prompt into the same conversation: + + ```copilot copy + /create-issue + + Create a GitHub issue to address the first of the problem areas that you identified. + + If the problem area requires substantial work, create one main issue for the entire problem area and then sub-issues that allow the work to be split up into manageable chunks, which will be tackled in separate pull requests that can be easily reviewed. For a large body of work, do not create a single issue that attempts to address the entire problem. + + The issue, or each sub-issue if these are created, must include a description of the problem, a set of acceptance criteria, and pointers on what files need to be added/updated. + ``` + +1. Edit this prompt as required. For example, depending on the response that {% data variables.product.prodname_copilot_short %} produced, you may want to work on another of the problem areas that {% data variables.product.prodname_copilot_short %} identified, rather than the first. +1. Make sure that Ask mode is still selected (**{% octicon "comment" aria-label="comment icon" %}**). +1. Click **{% octicon "paper-airplane" aria-label="Start task" %}** or press Enter. +1. Review the draft issue that {% data variables.product.prodname_copilot_short %} generates, editing it as required. +1. If {% data variables.product.prodname_copilot_short %} creates a single draft issue that indicates that sub-issues should be created, prompt {% data variables.product.prodname_copilot_short %} to do this for you: + + ```copilot copy + Go ahead and create sub-issues that chunk this work into manageable pieces. + ``` + +1. Click **Create**, or **Review and Create**, depending on how many issues were drafted. + + {% data variables.product.prodname_copilot_short %} creates one or more new issues on your behalf. You will be shown as the issue author. + +## 4. Get {% data variables.product.prodname_copilot_short %} to fix an issue + +Now that you have created issues, the next step is to delegate an issue to {% data variables.product.prodname_copilot_short %} and review the resulting pull request. +1. Open one of the issues that {% data variables.product.prodname_copilot_short %} created for you in the previous section. +1. Check that the issue contains acceptance criteria that {% data variables.product.prodname_copilot_short %} can use to verify it has completed the task. +1. Make any changes you feel are necessary to accurately describe the problem that needs to be fixed, and the expected outcome of the work on this issue. +1. Click **{% octicon "agent" aria-label="Open agents panel" %} Assign to {% data variables.product.prodname_copilot_short %}**. +1. In the "Assign Copilot to issue", click **Assign**. + + {% data variables.product.prodname_copilot_short %} will start working on the issue. After a few moments a link to a draft pull request will be added to the issue. + +1. Click the link to the draft pull request. + + Once {% data variables.product.prodname_copilot_short %} has finished working on the pull request it will remove "[WIP]" from the pull request title and will add you as a reviewer. + + You can leave {% data variables.product.prodname_copilot_short %} to work on the pull request asynchronously, and come back to review the pull request once you are added as a reviewer. + +1. Optionally, after {% data variables.product.prodname_copilot_short %} has been working for a couple of minutes, you can click **View session** on the pull request to see a log of what {% data variables.product.prodname_copilot_short %} is doing. +1. Optionally, on the "Conversation" tab of the pull request, add {% data variables.product.prodname_copilot_short %} as a reviewer. +1. After you have been added as a reviewer, review the changes yourself and make any required changes. + + You can ask {% data variables.product.prodname_copilot_short %} to make changes for you by using `@copilot` in a review comment. + +1. Click **Ready for review** at the bottom of the "Conversation" tab of the pull request, then complete your usual process for merging a pull request. + +## 5. Iterate on this process + +1. If {% data variables.product.prodname_copilot_short %} created multiple issues, repeat section 4, assigning {% data variables.product.prodname_copilot_short %} to one of the other issues. +1. After closing all of the issues that {% data variables.product.prodname_copilot_short %} created, repeat section 3, choosing another problem area and iterating on section 4 to assign issues to {% data variables.product.prodname_copilot_short %} and review and merge its changes. + +## Conclusion + +{% data variables.copilot.copilot_coding_agent %} can help you to improve the quality of code in any project, but it's particularly useful for reducing technical debt in a project that has grown organically over many months or years. By using {% data variables.copilot.copilot_coding_agent %}, you can make improvements that you might have struggled to find time for without an AI assistant working on your behalf. + +{% data variables.product.prodname_copilot_short %} doesn't replace you as a developer—you still need to be involved at every step of this process, specifying what you want {% data variables.product.prodname_copilot_short %} to do and carefully reviewing the code it changes or adds—but it does allow you to implement improvements at the same time as you work on other important tasks. + +## Next steps + +Read this case study on the {% data variables.product.github %} blog: [How the {% data variables.product.github %} billing team uses the coding agent in {% data variables.product.prodname_copilot %} to continuously burn down technical debt](https://github.blog/ai-and-ml/github-copilot/how-the-github-billing-team-uses-the-coding-agent-in-github-copilot-to-continuously-burn-down-technical-debt/). diff --git a/content/copilot/tutorials/coding-agent/index.md b/content/copilot/tutorials/coding-agent/index.md index 0c4fd6c110f0..49e61e299a66 100644 --- a/content/copilot/tutorials/coding-agent/index.md +++ b/content/copilot/tutorials/coding-agent/index.md @@ -10,5 +10,6 @@ topics: children: - /get-the-best-results - /pilot-coding-agent + - /improve-a-project contentType: tutorials --- diff --git a/content/copilot/tutorials/customization-library/custom-agents/bug-fix-teammate.md b/content/copilot/tutorials/customization-library/custom-agents/bug-fix-teammate.md index e9cce4104082..1d2975b39c9b 100644 --- a/content/copilot/tutorials/customization-library/custom-agents/bug-fix-teammate.md +++ b/content/copilot/tutorials/customization-library/custom-agents/bug-fix-teammate.md @@ -68,7 +68,7 @@ Your goal is to make the codebase more stable and reliable by implementing worki 1. Click {% octicon "copilot" aria-hidden="true" aria-label="copilot" %}, then click **{% octicon "plus" aria-label="Plus button" %} Create a custom agent**. 1. An {% data variables.copilot.agent_profile %} template called `my-agent.agent.md` will open in the `.github/agents` directory, in the repository you chose. Name the file `bug-fix-teammate.agent.md` and paste in the example {% data variables.copilot.agent_profile %}. 1. Commit and merge this file into your repository's default branch. Go back to the agents tab (you may need to refresh the page), and in the text box, select your "bug-fix-teammate" agent from the dropdown. -1. In the text box, enter a task for the agent (such as the example below) and click **{% octicon "paper-airplane" aria-label="Start task" %} Start task** or press Return. +1. In the text box, enter a task for the agent (such as the example below) and click **{% octicon "paper-airplane" aria-label="Start task" %}** or press Enter. ```copilot copy Scan the repository for the most critical bug, then implement a targeted fix and explain your approach. diff --git a/content/copilot/tutorials/customization-library/custom-agents/cleanup-specialist.md b/content/copilot/tutorials/customization-library/custom-agents/cleanup-specialist.md index 63f72ff5effd..6ae1faef262d 100644 --- a/content/copilot/tutorials/customization-library/custom-agents/cleanup-specialist.md +++ b/content/copilot/tutorials/customization-library/custom-agents/cleanup-specialist.md @@ -78,7 +78,7 @@ Focus on cleaning up existing code rather than adding new features. Work on both 1. Click {% octicon "copilot" aria-hidden="true" aria-label="copilot" %}, then click **{% octicon "plus" aria-label="Plus button" %} Create a custom agent**. 1. An {% data variables.copilot.agent_profile %} template called `my-agent.agent.md` will open in the `.github/agents` directory, in the repository you chose. Name the file `cleanup-specialist.agent.md` and paste in the example {% data variables.copilot.agent_profile %}. 1. Commit and merge this file into your repository's default branch. Go back to the agents tab (you may need to refresh the page), and in the text box, select your "cleanup-specialist" agent from the dropdown. -1. In the text box, enter a task for the agent (such as the example below) and click **{% octicon "paper-airplane" aria-label="Start task" %} Start task** or press Return. +1. In the text box, enter a task for the agent (such as the example below) and click **{% octicon "paper-airplane" aria-label="Start task" %}** or press Enter. ```copilot copy Refactor and clean up any messy or inconsistent code in the `src/utils` directory, then document the improvements you made. diff --git a/content/copilot/tutorials/customization-library/custom-agents/implementation-planner.md b/content/copilot/tutorials/customization-library/custom-agents/implementation-planner.md index d5d8a3f10866..e147a347e50e 100644 --- a/content/copilot/tutorials/customization-library/custom-agents/implementation-planner.md +++ b/content/copilot/tutorials/customization-library/custom-agents/implementation-planner.md @@ -41,7 +41,7 @@ When creating implementation plans, use this structure (adapt sections based on - Success criteria (what does "done" look like?) - Who will use this and how? -## Technical Approach +## Technical Approach - High-level architecture and key technology choices - Important APIs, data structures, or integrations - Major technical decisions and trade-offs @@ -82,7 +82,7 @@ Adjust the detail level based on your needs - solo projects might need less form 1. Click {% octicon "copilot" aria-hidden="true" aria-label="copilot" %}, then click **{% octicon "plus" aria-label="Plus button" %} Create a custom agent**. 1. An {% data variables.copilot.agent_profile %} template called `my-agent.agent.md` will open in the `.github/agents` directory, in the repository you chose. Name the file `implementation-planner.agent.md` and paste in the example {% data variables.copilot.agent_profile %}. 1. Commit and merge this file into your repository's default branch. Go back to the agents tab (you may need to refresh the page), and in the text box, select your "implementation-planner" agent from the dropdown. -1. In the text box, enter a task for the agent (such as the example below) and click **{% octicon "paper-airplane" aria-label="Start task" %} Start task** or press Return. +1. In the text box, enter a task for the agent (such as the example below) and click **{% octicon "paper-airplane" aria-label="Start task" %}** or press Enter. ```copilot copy Create a detailed implementation plan for adding user authentication to our web app, including technical approach, phases, and risk assessment. diff --git a/content/copilot/tutorials/customization-library/custom-agents/your-first-custom-agent.md b/content/copilot/tutorials/customization-library/custom-agents/your-first-custom-agent.md index f745fce663ad..ad901c5e8648 100644 --- a/content/copilot/tutorials/customization-library/custom-agents/your-first-custom-agent.md +++ b/content/copilot/tutorials/customization-library/custom-agents/your-first-custom-agent.md @@ -77,7 +77,7 @@ Test this agent by giving it a task to complete: 1. Click {% octicon "copilot" aria-hidden="true" aria-label="copilot" %}, then click **{% octicon "plus" aria-label="Plus button" %} Create a custom agent**. 1. An {% data variables.copilot.agent_profile %} template called `my-agent.agent.md` will open in the `.github/agents` directory, in the repository you chose. Name the file `readme-specialist.agent.md` and paste in the example {% data variables.copilot.agent_profile %}. 1. Commit and merge this file into your repository's default branch. Go back to the agents tab (you may need to refresh the page), and in the text box, select your "readme-specialist" agent from the dropdown. -1. In the text box, enter a task for the agent (such as the example below) and click **{% octicon "paper-airplane" aria-label="Start task" %} Start task** or press Return. +1. In the text box, enter a task for the agent (such as the example below) and click **{% octicon "paper-airplane" aria-label="Start task" %}** or press Enter. ```copilot copy Please review and improve our README.md file. diff --git a/content/copilot/tutorials/roll-out-at-scale/measure-success.md b/content/copilot/tutorials/roll-out-at-scale/measure-success.md index 34864c652969..30bac62ca78c 100644 --- a/content/copilot/tutorials/roll-out-at-scale/measure-success.md +++ b/content/copilot/tutorials/roll-out-at-scale/measure-success.md @@ -88,7 +88,7 @@ After your trial, you can continue monitoring adoption and engagement through th ### Retrieve enterprise-wide data -You can use the {% data variables.product.prodname_copilot_short %} Metrics API to download 28-day usage reports for your enterprise. These reports include the same dataset shown in the {% data variables.product.prodname_copilot_short %} usage metrics dashboard. The API provides two endpoints. +You can use the {% data variables.product.prodname_copilot_short %} usage metrics endpoints to download 28-day usage reports for your enterprise. These reports include the same dataset shown in the {% data variables.product.prodname_copilot_short %} usage metrics dashboard. The API provides two endpoints. | Endpoint | Description | |:--|:--| diff --git a/content/organizations/managing-organization-settings/managing-custom-properties-for-repositories-in-your-organization.md b/content/organizations/managing-organization-settings/managing-custom-properties-for-repositories-in-your-organization.md index c24c2df5fa8f..4d9e9019ffdd 100644 --- a/content/organizations/managing-organization-settings/managing-custom-properties-for-repositories-in-your-organization.md +++ b/content/organizations/managing-organization-settings/managing-custom-properties-for-repositories-in-your-organization.md @@ -13,7 +13,7 @@ shortTitle: Repository custom properties ## About custom properties -{% data reusables.enterprise.custom-properties-intro %} See [AUTOTITLE](/admin/managing-accounts-and-repositories/managing-organizations-in-your-enterprise/custom-properties). +{% data reusables.enterprise.custom-properties-intro %}{% ifversion ghec or ghes > 3.20 %} See [AUTOTITLE](/admin/managing-accounts-and-repositories/managing-organizations-in-your-enterprise/custom-properties).{% endif %} This article relates to **repository custom properties.** diff --git a/content/rest/copilot/copilot-metrics.md b/content/rest/copilot/copilot-metrics.md index bc2c8a6035c7..06460081d9d0 100644 --- a/content/rest/copilot/copilot-metrics.md +++ b/content/rest/copilot/copilot-metrics.md @@ -13,6 +13,8 @@ redirect_from: - /rest/copilot/copilot-usage --- +{% data reusables.copilot.copilot-metrics-closing-down %} + You can use these endpoints to get a breakdown of aggregated metrics for various {% data variables.product.prodname_copilot %} features. The API includes: * Data for the last 100 days diff --git a/content/rest/copilot/copilot-usage-metrics.md b/content/rest/copilot/copilot-usage-metrics.md index 79aafd43d534..d8caefa952e1 100644 --- a/content/rest/copilot/copilot-usage-metrics.md +++ b/content/rest/copilot/copilot-usage-metrics.md @@ -10,8 +10,13 @@ autogenerated: rest allowTitleToDifferFromFilename: true --- + + + {% data reusables.copilot.usage-metrics-preview %} + + To enable these endpoints, the "{% data variables.product.prodname_copilot_short %} usage metrics" policy must be set to **Enabled everywhere** for the enterprise. See [AUTOTITLE](/copilot/how-tos/administer-copilot/manage-for-enterprise/manage-enterprise-policies#defining-policies-for-your-enterprise). diff --git a/data/reusables/copilot/coding-agent/new-agent-task-form-instructions.md b/data/reusables/copilot/coding-agent/new-agent-task-form-instructions.md index 3283372f57e0..2e38bcc185aa 100644 --- a/data/reusables/copilot/coding-agent/new-agent-task-form-instructions.md +++ b/data/reusables/copilot/coding-agent/new-agent-task-form-instructions.md @@ -6,6 +6,6 @@ 1. Optionally, select a base branch for {% data variables.product.prodname_copilot_short %}'s pull request. {% data variables.product.prodname_copilot_short %} will create a new branch based on this branch, then push the changes to a pull request targeting that branch. 1. {% data reusables.copilot.optional-select-custom-agent %} {% data reusables.copilot.optional-select-copilot-coding-agent-model %} -1. Click **{% octicon "paper-airplane" aria-label="Start task" %} Start task** or press Return. +1. Click **{% octicon "paper-airplane" aria-label="Start task" %}** or press Enter. {% data variables.product.prodname_copilot_short %} will start a new session, which will appear in the list below the prompt box. {% data variables.product.prodname_copilot_short %} will work on the task and push changes to its pull request, then add you as a reviewer when it has finished, triggering a notification. diff --git a/data/reusables/copilot/copilot-metrics-closing-down.md b/data/reusables/copilot/copilot-metrics-closing-down.md new file mode 100644 index 000000000000..7aebb1aceb7f --- /dev/null +++ b/data/reusables/copilot/copilot-metrics-closing-down.md @@ -0,0 +1,2 @@ +>[!WARNING] +> These {% data variables.product.prodname_copilot_short %} metrics endpoints will be {% data variables.release-phases.closing_down %} on April 2, 2026. We recommend using the **{% data variables.product.prodname_copilot_short %} usage metrics** endpoints instead, which provide more depth and flexibility. For more details, see [{% data variables.product.prodname_blog %}](https://github.blog/changelog/2026-01-29-closing-down-notice-of-legacy-copilot-metrics-apis/). diff --git a/data/reusables/copilot/differences-cfi-cfb-table.md b/data/reusables/copilot/differences-cfi-cfb-table.md index dba95f7a3c94..94c0934fc205 100644 --- a/data/reusables/copilot/differences-cfi-cfb-table.md +++ b/data/reusables/copilot/differences-cfi-cfb-table.md @@ -18,6 +18,7 @@ | Agent mode | {% octicon "check" aria-label="Included" %} | {% octicon "check" aria-label="Included" %} | {% octicon "check" aria-label="Included" %} | {% octicon "check" aria-label="Included" %} | {% octicon "check" aria-label="Included" %} | | {% data variables.product.prodname_copilot_short %} code review | Only "Review selection" in {% data variables.product.prodname_vscode_shortname %} | {% octicon "check" aria-label="Included" %} | {% octicon "check" aria-label="Included" %} | {% octicon "check" aria-label="Included" %} | {% octicon "check" aria-label="Included" %} | | Model Context Protocol (MCP) | {% octicon "check" aria-label="Included" %} | {% octicon "check" aria-label="Included" %} | {% octicon "check" aria-label="Included" %} | {% octicon "check" aria-label="Included" %} | {% octicon "check" aria-label="Included" %} | +| Third-party Agents ({% data variables.release-phases.public_preview %}) | {% octicon "x" aria-label="Not included" %} | {% octicon "x" aria-label="Not included" %} | {% octicon "check" aria-label="Included" %} | {% octicon "x" aria-label="Not included" %} | {% octicon "check" aria-label="Included" %} | {% endrowheaders %} diff --git a/data/reusables/copilot/optional-select-custom-agent.md b/data/reusables/copilot/optional-select-custom-agent.md index 1cc5352fccf4..80ba04956203 100644 --- a/data/reusables/copilot/optional-select-custom-agent.md +++ b/data/reusables/copilot/optional-select-custom-agent.md @@ -1 +1,2 @@ -1. Optionally, you can click {% octicon "copilot" aria-hidden="true" aria-label="copilot" %} to open the "Custom agent" dropdown menu, if you want to assign a {% data variables.copilot.copilot_custom_agent_short %} with specialized behavior and tools. You can select an existing {% data variables.copilot.copilot_custom_agent_short %} from your repository, organization, or enterprise. You can also click **{% octicon "plus" aria-label="Plus button" %} Create an agent** to create a new {% data variables.copilot.agent_profile %} in your selected repository and branch. For more information, see [AUTOTITLE](/copilot/how-tos/use-copilot-agents/coding-agent/create-custom-agents). +1. Optionally, you can click {% octicon "copilot" aria-hidden="true" aria-label="copilot" %} to open the agent dropdown menu, if you want to assign a coding agent or a {% data variables.copilot.copilot_custom_agent_short %} with specialized behavior and tools. You can select an existing {% data variables.copilot.copilot_custom_agent_short %} from your repository, organization, or enterprise. You can also click **{% octicon "plus" aria-label="Plus button" %} Create an agent** to create a new {% data variables.copilot.agent_profile %} in your selected repository and branch. For more information, see [AUTOTITLE](/copilot/how-tos/use-copilot-agents/coding-agent/create-custom-agents). + > [!NOTE] Third-party coding agents are available in the {% data variables.copilot.copilot_pro_plus %} and {% data variables.copilot.copilot_enterprise_short %} plans. diff --git a/data/reusables/dependabot/supported-package-managers.md b/data/reusables/dependabot/supported-package-managers.md index 4da4a7de5688..928218f94f99 100644 --- a/data/reusables/dependabot/supported-package-managers.md +++ b/data/reusables/dependabot/supported-package-managers.md @@ -120,13 +120,20 @@ For more information about using {% data variables.product.prodname_dependabot_v ### Gradle -{% data variables.product.prodname_dependabot %} doesn't run Gradle but supports updates to the following files: +{% data variables.product.prodname_dependabot %} supports updates to the following files without needing to run Gradle: + * `build.gradle`, `build.gradle.kts` (for Kotlin projects) * `gradle/libs.versions.toml` (for projects using a standard Gradle version catalog) * `gradle.lockfile` (for projects using Gradle dependency locking) -* `gradle/wrapper/gradle-wrapper.properties` (for the Gradle Wrapper) * Files included via the `apply` declaration that have `dependencies` in the filename. Note that `apply` does not support `apply to`, recursion, or advanced syntaxes (for example, Kotlin's `apply` with `mapOf`, filenames defined by property). +To update the Gradle Wrapper, {% data variables.product.prodname_dependabot %} runs Gradle and updates: + +* `gradle/wrapper/gradle-wrapper.properties` +* `gradlew` +* `gradlew.bat` +* `gradle/wrapper/gradle-wrapper.jar` + {% data variables.product.prodname_dependabot %} uses information from the `pom.xml` file of dependencies to add links to release information in update pull requests. If the information is omitted from the `pom.xml` file, then it cannot be included in {% data variables.product.prodname_dependabot %} pull requests, see [AUTOTITLE](/code-security/dependabot/ecosystems-supported-by-dependabot/optimizing-java-packages-dependabot). For {% data variables.product.prodname_dependabot_security_updates %}, Gradle support is limited to manual uploads of the dependency graph data using the {% data variables.dependency-submission-api.name %}. For more information about the {% data variables.dependency-submission-api.name %}, see [AUTOTITLE](/code-security/supply-chain-security/understanding-your-software-supply-chain/using-the-dependency-submission-api). diff --git a/data/reusables/gated-features/anthropic-claude.md b/data/reusables/gated-features/anthropic-claude.md new file mode 100644 index 000000000000..3665f5f6e98e --- /dev/null +++ b/data/reusables/gated-features/anthropic-claude.md @@ -0,0 +1 @@ +{% data variables.product.prodname_anthropic_claude %} is only available with the {% data variables.copilot.copilot_pro_plus %} plan. diff --git a/data/reusables/gated-features/third-party-agents.md b/data/reusables/gated-features/third-party-agents.md new file mode 100644 index 000000000000..d93ce1814241 --- /dev/null +++ b/data/reusables/gated-features/third-party-agents.md @@ -0,0 +1 @@ +Third-party agents are available in the {% data variables.copilot.copilot_pro_plus %} and {% data variables.copilot.copilot_enterprise %} plans. \ No newline at end of file diff --git a/data/reusables/saml/about-authorized-credentials.md b/data/reusables/saml/about-authorized-credentials.md index 87664ef3bc6d..03712dfc80ce 100644 --- a/data/reusables/saml/about-authorized-credentials.md +++ b/data/reusables/saml/about-authorized-credentials.md @@ -1 +1 @@ -You can see each {% data variables.product.pat_generic %} and SSH key that a member has authorized for API and Git access. Only the last several characters of each token or key are visible. If necessary, work with the member to determine which credentials you should revoke. +You can see each {% data variables.product.pat_generic %} and SSH key that a member has authorized for API and Git access. Only the last several characters of each token or key are visible. If necessary, work with the member to determine which credentials you should revoke. Be aware that revoking a credential only removes the SAML authorization. It does not delete the underlying token or SSH key. diff --git a/data/variables/product.yml b/data/variables/product.yml index d8559892ceed..56ad1cf02657 100644 --- a/data/variables/product.yml +++ b/data/variables/product.yml @@ -379,3 +379,6 @@ graphql_url: >- # OpenAI Codex prodname_openai_codex: 'OpenAI Codex' + +# Anthropic Claude +prodname_anthropic_claude: 'Anthropic Claude' diff --git a/src/data-directory/lib/data-schemas/ctas.ts b/src/data-directory/lib/data-schemas/ctas.ts index 3951ae78847b..ab7e97cac211 100644 --- a/src/data-directory/lib/data-schemas/ctas.ts +++ b/src/data-directory/lib/data-schemas/ctas.ts @@ -40,7 +40,7 @@ export default { name: 'Plan', description: 'For links to sign up for or trial a plan, the specific plan we link to (optional)', - enum: ['enterprise', 'business', 'pro', 'free'], + enum: ['enterprise', 'business', 'pro', 'pro-plus', 'free'], }, }, } diff --git a/src/fixtures/tests/playwright-rendering.spec.ts b/src/fixtures/tests/playwright-rendering.spec.ts index bcade919dee8..d844e2294dd6 100644 --- a/src/fixtures/tests/playwright-rendering.spec.ts +++ b/src/fixtures/tests/playwright-rendering.spec.ts @@ -505,11 +505,7 @@ test.describe('test nav at different viewports', () => { await page.goto('/get-started/foo/bar') // version picker should be visible - await page - .getByRole('button', { - name: 'Select GitHub product version: current version is free-pro-team@latest', - }) - .click() + await page.getByTestId('version-picker').getByRole('button').click() expect((await page.getByRole('menuitemradio').all()).length).toBeGreaterThan(0) await expect(page.getByRole('menuitemradio', { name: 'Enterprise Cloud' })).toBeVisible() @@ -549,11 +545,7 @@ test.describe('test nav at different viewports', () => { await page.goto('/get-started/foo/bar') // version picker is visible - await page - .getByRole('button', { - name: 'Select GitHub product version: current version is free-pro-team@latest', - }) - .click() + await page.getByTestId('version-picker').getByRole('button').click() expect((await page.getByRole('menuitemradio').all()).length).toBeGreaterThan(0) await expect(page.getByRole('menuitemradio', { name: 'Enterprise Cloud' })).toBeVisible() @@ -584,11 +576,7 @@ test.describe('test nav at different viewports', () => { await expect(page.getByTestId('language-picker')).not.toBeVisible() // version picker is visible - await expect( - page.getByRole('button', { - name: 'Select GitHub product version: current version is free-pro-team@latest', - }), - ).toBeVisible() + await expect(page.getByTestId('version-picker').getByRole('button')).toBeVisible() // language picker is in mobile menu await page.getByTestId('mobile-menu').click() @@ -619,11 +607,7 @@ test.describe('test nav at different viewports', () => { await expect(page.getByTestId('language-picker')).not.toBeVisible() // version picker is not visible - await expect( - page.getByRole('button', { - name: 'Select GitHub product version: current version is free-pro-team@latest', - }), - ).not.toBeVisible() + await expect(page.getByTestId('version-picker').getByRole('button')).not.toBeVisible() // version picker is in mobile menu await expect(page.getByTestId('version-picker')).not.toBeVisible() diff --git a/src/github-apps/data/fpt-2022-11-28/server-to-server-permissions.json b/src/github-apps/data/fpt-2022-11-28/server-to-server-permissions.json index f5d44f6ccdb1..5de5cb29e71b 100644 --- a/src/github-apps/data/fpt-2022-11-28/server-to-server-permissions.json +++ b/src/github-apps/data/fpt-2022-11-28/server-to-server-permissions.json @@ -1,4 +1,197 @@ { + "enterprise_teams": { + "title": "Enterprise teams", + "displayTitle": "Enterprise permissions for \"Enterprise teams\"", + "permissions": [ + { + "category": "enterprise-teams", + "slug": "list-enterprise-teams", + "subcategory": "enterprise-teams", + "verb": "get", + "requestPath": "/enterprises/{enterprise}/teams", + "access": "read", + "user-to-server": true, + "server-to-server": true, + "additional-permissions": false + }, + { + "category": "enterprise-teams", + "slug": "create-an-enterprise-team", + "subcategory": "enterprise-teams", + "verb": "post", + "requestPath": "/enterprises/{enterprise}/teams", + "access": "write", + "user-to-server": true, + "server-to-server": true, + "additional-permissions": false + }, + { + "category": "enterprise-teams", + "slug": "list-members-in-an-enterprise-team", + "subcategory": "enterprise-team-members", + "verb": "get", + "requestPath": "/enterprises/{enterprise}/teams/{enterprise-team}/memberships", + "access": "read", + "user-to-server": true, + "server-to-server": true, + "additional-permissions": false + }, + { + "category": "enterprise-teams", + "slug": "bulk-add-team-members", + "subcategory": "enterprise-team-members", + "verb": "post", + "requestPath": "/enterprises/{enterprise}/teams/{enterprise-team}/memberships/add", + "access": "write", + "user-to-server": true, + "server-to-server": true, + "additional-permissions": false + }, + { + "category": "enterprise-teams", + "slug": "bulk-remove-team-members", + "subcategory": "enterprise-team-members", + "verb": "post", + "requestPath": "/enterprises/{enterprise}/teams/{enterprise-team}/memberships/remove", + "access": "write", + "user-to-server": true, + "server-to-server": true, + "additional-permissions": false + }, + { + "category": "enterprise-teams", + "slug": "get-enterprise-team-membership", + "subcategory": "enterprise-team-members", + "verb": "get", + "requestPath": "/enterprises/{enterprise}/teams/{enterprise-team}/memberships/{username}", + "access": "read", + "user-to-server": true, + "server-to-server": true, + "additional-permissions": false + }, + { + "category": "enterprise-teams", + "slug": "add-team-member", + "subcategory": "enterprise-team-members", + "verb": "put", + "requestPath": "/enterprises/{enterprise}/teams/{enterprise-team}/memberships/{username}", + "access": "write", + "user-to-server": true, + "server-to-server": true, + "additional-permissions": false + }, + { + "category": "enterprise-teams", + "slug": "remove-team-membership", + "subcategory": "enterprise-team-members", + "verb": "delete", + "requestPath": "/enterprises/{enterprise}/teams/{enterprise-team}/memberships/{username}", + "access": "write", + "user-to-server": true, + "server-to-server": true, + "additional-permissions": false + }, + { + "category": "enterprise-teams", + "slug": "get-organization-assignments", + "subcategory": "enterprise-team-organizations", + "verb": "get", + "requestPath": "/enterprises/{enterprise}/teams/{enterprise-team}/organizations", + "access": "read", + "user-to-server": true, + "server-to-server": true, + "additional-permissions": false + }, + { + "category": "enterprise-teams", + "slug": "add-organization-assignments", + "subcategory": "enterprise-team-organizations", + "verb": "post", + "requestPath": "/enterprises/{enterprise}/teams/{enterprise-team}/organizations/add", + "access": "write", + "user-to-server": true, + "server-to-server": true, + "additional-permissions": false + }, + { + "category": "enterprise-teams", + "slug": "remove-organization-assignments", + "subcategory": "enterprise-team-organizations", + "verb": "post", + "requestPath": "/enterprises/{enterprise}/teams/{enterprise-team}/organizations/remove", + "access": "write", + "user-to-server": true, + "server-to-server": true, + "additional-permissions": false + }, + { + "category": "enterprise-teams", + "slug": "get-organization-assignment", + "subcategory": "enterprise-team-organizations", + "verb": "get", + "requestPath": "/enterprises/{enterprise}/teams/{enterprise-team}/organizations/{org}", + "access": "read", + "user-to-server": true, + "server-to-server": true, + "additional-permissions": false + }, + { + "category": "enterprise-teams", + "slug": "add-an-organization-assignment", + "subcategory": "enterprise-team-organizations", + "verb": "put", + "requestPath": "/enterprises/{enterprise}/teams/{enterprise-team}/organizations/{org}", + "access": "write", + "user-to-server": true, + "server-to-server": true, + "additional-permissions": false + }, + { + "category": "enterprise-teams", + "slug": "delete-an-organization-assignment", + "subcategory": "enterprise-team-organizations", + "verb": "delete", + "requestPath": "/enterprises/{enterprise}/teams/{enterprise-team}/organizations/{org}", + "access": "write", + "user-to-server": true, + "server-to-server": true, + "additional-permissions": false + }, + { + "category": "enterprise-teams", + "slug": "get-an-enterprise-team", + "subcategory": "enterprise-teams", + "verb": "get", + "requestPath": "/enterprises/{enterprise}/teams/{team_slug}", + "access": "read", + "user-to-server": true, + "server-to-server": true, + "additional-permissions": false + }, + { + "category": "enterprise-teams", + "slug": "update-an-enterprise-team", + "subcategory": "enterprise-teams", + "verb": "patch", + "requestPath": "/enterprises/{enterprise}/teams/{team_slug}", + "access": "write", + "user-to-server": true, + "server-to-server": true, + "additional-permissions": false + }, + { + "category": "enterprise-teams", + "slug": "delete-an-enterprise-team", + "subcategory": "enterprise-teams", + "verb": "delete", + "requestPath": "/enterprises/{enterprise}/teams/{team_slug}", + "access": "write", + "user-to-server": true, + "server-to-server": true, + "additional-permissions": false + } + ] + }, "organization_api_insights": { "title": "API Insights", "displayTitle": "Organization permissions for \"API Insights\"", diff --git a/src/github-apps/data/fpt-2022-11-28/server-to-server-rest.json b/src/github-apps/data/fpt-2022-11-28/server-to-server-rest.json index 584a39622bd5..c598845c7024 100644 --- a/src/github-apps/data/fpt-2022-11-28/server-to-server-rest.json +++ b/src/github-apps/data/fpt-2022-11-28/server-to-server-rest.json @@ -2457,6 +2457,110 @@ "requestPath": "/emojis" } ], + "enterprise-teams": [ + { + "slug": "list-enterprise-teams", + "subcategory": "enterprise-teams", + "verb": "get", + "requestPath": "/enterprises/{enterprise}/teams" + }, + { + "slug": "create-an-enterprise-team", + "subcategory": "enterprise-teams", + "verb": "post", + "requestPath": "/enterprises/{enterprise}/teams" + }, + { + "slug": "list-members-in-an-enterprise-team", + "subcategory": "enterprise-team-members", + "verb": "get", + "requestPath": "/enterprises/{enterprise}/teams/{enterprise-team}/memberships" + }, + { + "slug": "bulk-add-team-members", + "subcategory": "enterprise-team-members", + "verb": "post", + "requestPath": "/enterprises/{enterprise}/teams/{enterprise-team}/memberships/add" + }, + { + "slug": "bulk-remove-team-members", + "subcategory": "enterprise-team-members", + "verb": "post", + "requestPath": "/enterprises/{enterprise}/teams/{enterprise-team}/memberships/remove" + }, + { + "slug": "get-enterprise-team-membership", + "subcategory": "enterprise-team-members", + "verb": "get", + "requestPath": "/enterprises/{enterprise}/teams/{enterprise-team}/memberships/{username}" + }, + { + "slug": "add-team-member", + "subcategory": "enterprise-team-members", + "verb": "put", + "requestPath": "/enterprises/{enterprise}/teams/{enterprise-team}/memberships/{username}" + }, + { + "slug": "remove-team-membership", + "subcategory": "enterprise-team-members", + "verb": "delete", + "requestPath": "/enterprises/{enterprise}/teams/{enterprise-team}/memberships/{username}" + }, + { + "slug": "get-organization-assignments", + "subcategory": "enterprise-team-organizations", + "verb": "get", + "requestPath": "/enterprises/{enterprise}/teams/{enterprise-team}/organizations" + }, + { + "slug": "add-organization-assignments", + "subcategory": "enterprise-team-organizations", + "verb": "post", + "requestPath": "/enterprises/{enterprise}/teams/{enterprise-team}/organizations/add" + }, + { + "slug": "remove-organization-assignments", + "subcategory": "enterprise-team-organizations", + "verb": "post", + "requestPath": "/enterprises/{enterprise}/teams/{enterprise-team}/organizations/remove" + }, + { + "slug": "get-organization-assignment", + "subcategory": "enterprise-team-organizations", + "verb": "get", + "requestPath": "/enterprises/{enterprise}/teams/{enterprise-team}/organizations/{org}" + }, + { + "slug": "add-an-organization-assignment", + "subcategory": "enterprise-team-organizations", + "verb": "put", + "requestPath": "/enterprises/{enterprise}/teams/{enterprise-team}/organizations/{org}" + }, + { + "slug": "delete-an-organization-assignment", + "subcategory": "enterprise-team-organizations", + "verb": "delete", + "requestPath": "/enterprises/{enterprise}/teams/{enterprise-team}/organizations/{org}" + }, + { + "slug": "get-an-enterprise-team", + "subcategory": "enterprise-teams", + "verb": "get", + "requestPath": "/enterprises/{enterprise}/teams/{team_slug}" + }, + { + "slug": "update-an-enterprise-team", + "subcategory": "enterprise-teams", + "verb": "patch", + "requestPath": "/enterprises/{enterprise}/teams/{team_slug}" + }, + { + "slug": "delete-an-enterprise-team", + "subcategory": "enterprise-teams", + "verb": "delete", + "requestPath": "/enterprises/{enterprise}/teams/{team_slug}" + } + ], "git": [ { "slug": "create-a-blob", diff --git a/src/github-apps/data/fpt-2022-11-28/user-to-server-rest.json b/src/github-apps/data/fpt-2022-11-28/user-to-server-rest.json index 5ecad0616cbb..0236f1fb7691 100644 --- a/src/github-apps/data/fpt-2022-11-28/user-to-server-rest.json +++ b/src/github-apps/data/fpt-2022-11-28/user-to-server-rest.json @@ -2723,6 +2723,110 @@ "requestPath": "/emojis" } ], + "enterprise-teams": [ + { + "slug": "list-enterprise-teams", + "subcategory": "enterprise-teams", + "verb": "get", + "requestPath": "/enterprises/{enterprise}/teams" + }, + { + "slug": "create-an-enterprise-team", + "subcategory": "enterprise-teams", + "verb": "post", + "requestPath": "/enterprises/{enterprise}/teams" + }, + { + "slug": "list-members-in-an-enterprise-team", + "subcategory": "enterprise-team-members", + "verb": "get", + "requestPath": "/enterprises/{enterprise}/teams/{enterprise-team}/memberships" + }, + { + "slug": "bulk-add-team-members", + "subcategory": "enterprise-team-members", + "verb": "post", + "requestPath": "/enterprises/{enterprise}/teams/{enterprise-team}/memberships/add" + }, + { + "slug": "bulk-remove-team-members", + "subcategory": "enterprise-team-members", + "verb": "post", + "requestPath": "/enterprises/{enterprise}/teams/{enterprise-team}/memberships/remove" + }, + { + "slug": "get-enterprise-team-membership", + "subcategory": "enterprise-team-members", + "verb": "get", + "requestPath": "/enterprises/{enterprise}/teams/{enterprise-team}/memberships/{username}" + }, + { + "slug": "add-team-member", + "subcategory": "enterprise-team-members", + "verb": "put", + "requestPath": "/enterprises/{enterprise}/teams/{enterprise-team}/memberships/{username}" + }, + { + "slug": "remove-team-membership", + "subcategory": "enterprise-team-members", + "verb": "delete", + "requestPath": "/enterprises/{enterprise}/teams/{enterprise-team}/memberships/{username}" + }, + { + "slug": "get-organization-assignments", + "subcategory": "enterprise-team-organizations", + "verb": "get", + "requestPath": "/enterprises/{enterprise}/teams/{enterprise-team}/organizations" + }, + { + "slug": "add-organization-assignments", + "subcategory": "enterprise-team-organizations", + "verb": "post", + "requestPath": "/enterprises/{enterprise}/teams/{enterprise-team}/organizations/add" + }, + { + "slug": "remove-organization-assignments", + "subcategory": "enterprise-team-organizations", + "verb": "post", + "requestPath": "/enterprises/{enterprise}/teams/{enterprise-team}/organizations/remove" + }, + { + "slug": "get-organization-assignment", + "subcategory": "enterprise-team-organizations", + "verb": "get", + "requestPath": "/enterprises/{enterprise}/teams/{enterprise-team}/organizations/{org}" + }, + { + "slug": "add-an-organization-assignment", + "subcategory": "enterprise-team-organizations", + "verb": "put", + "requestPath": "/enterprises/{enterprise}/teams/{enterprise-team}/organizations/{org}" + }, + { + "slug": "delete-an-organization-assignment", + "subcategory": "enterprise-team-organizations", + "verb": "delete", + "requestPath": "/enterprises/{enterprise}/teams/{enterprise-team}/organizations/{org}" + }, + { + "slug": "get-an-enterprise-team", + "subcategory": "enterprise-teams", + "verb": "get", + "requestPath": "/enterprises/{enterprise}/teams/{team_slug}" + }, + { + "slug": "update-an-enterprise-team", + "subcategory": "enterprise-teams", + "verb": "patch", + "requestPath": "/enterprises/{enterprise}/teams/{team_slug}" + }, + { + "slug": "delete-an-enterprise-team", + "subcategory": "enterprise-teams", + "verb": "delete", + "requestPath": "/enterprises/{enterprise}/teams/{team_slug}" + } + ], "gists": [ { "slug": "list-gists-for-the-authenticated-user", diff --git a/src/github-apps/data/ghec-2022-11-28/server-to-server-permissions.json b/src/github-apps/data/ghec-2022-11-28/server-to-server-permissions.json index 1779681c6ac1..1ee7fe8ccb3e 100644 --- a/src/github-apps/data/ghec-2022-11-28/server-to-server-permissions.json +++ b/src/github-apps/data/ghec-2022-11-28/server-to-server-permissions.json @@ -624,6 +624,199 @@ } ] }, + "enterprise_teams": { + "title": "Enterprise teams", + "displayTitle": "Enterprise permissions for \"Enterprise teams\"", + "permissions": [ + { + "category": "enterprise-teams", + "slug": "list-enterprise-teams", + "subcategory": "enterprise-teams", + "verb": "get", + "requestPath": "/enterprises/{enterprise}/teams", + "access": "read", + "user-to-server": true, + "server-to-server": true, + "additional-permissions": false + }, + { + "category": "enterprise-teams", + "slug": "create-an-enterprise-team", + "subcategory": "enterprise-teams", + "verb": "post", + "requestPath": "/enterprises/{enterprise}/teams", + "access": "write", + "user-to-server": true, + "server-to-server": true, + "additional-permissions": false + }, + { + "category": "enterprise-teams", + "slug": "list-members-in-an-enterprise-team", + "subcategory": "enterprise-team-members", + "verb": "get", + "requestPath": "/enterprises/{enterprise}/teams/{enterprise-team}/memberships", + "access": "read", + "user-to-server": true, + "server-to-server": true, + "additional-permissions": false + }, + { + "category": "enterprise-teams", + "slug": "bulk-add-team-members", + "subcategory": "enterprise-team-members", + "verb": "post", + "requestPath": "/enterprises/{enterprise}/teams/{enterprise-team}/memberships/add", + "access": "write", + "user-to-server": true, + "server-to-server": true, + "additional-permissions": false + }, + { + "category": "enterprise-teams", + "slug": "bulk-remove-team-members", + "subcategory": "enterprise-team-members", + "verb": "post", + "requestPath": "/enterprises/{enterprise}/teams/{enterprise-team}/memberships/remove", + "access": "write", + "user-to-server": true, + "server-to-server": true, + "additional-permissions": false + }, + { + "category": "enterprise-teams", + "slug": "get-enterprise-team-membership", + "subcategory": "enterprise-team-members", + "verb": "get", + "requestPath": "/enterprises/{enterprise}/teams/{enterprise-team}/memberships/{username}", + "access": "read", + "user-to-server": true, + "server-to-server": true, + "additional-permissions": false + }, + { + "category": "enterprise-teams", + "slug": "add-team-member", + "subcategory": "enterprise-team-members", + "verb": "put", + "requestPath": "/enterprises/{enterprise}/teams/{enterprise-team}/memberships/{username}", + "access": "write", + "user-to-server": true, + "server-to-server": true, + "additional-permissions": false + }, + { + "category": "enterprise-teams", + "slug": "remove-team-membership", + "subcategory": "enterprise-team-members", + "verb": "delete", + "requestPath": "/enterprises/{enterprise}/teams/{enterprise-team}/memberships/{username}", + "access": "write", + "user-to-server": true, + "server-to-server": true, + "additional-permissions": false + }, + { + "category": "enterprise-teams", + "slug": "get-organization-assignments", + "subcategory": "enterprise-team-organizations", + "verb": "get", + "requestPath": "/enterprises/{enterprise}/teams/{enterprise-team}/organizations", + "access": "read", + "user-to-server": true, + "server-to-server": true, + "additional-permissions": false + }, + { + "category": "enterprise-teams", + "slug": "add-organization-assignments", + "subcategory": "enterprise-team-organizations", + "verb": "post", + "requestPath": "/enterprises/{enterprise}/teams/{enterprise-team}/organizations/add", + "access": "write", + "user-to-server": true, + "server-to-server": true, + "additional-permissions": false + }, + { + "category": "enterprise-teams", + "slug": "remove-organization-assignments", + "subcategory": "enterprise-team-organizations", + "verb": "post", + "requestPath": "/enterprises/{enterprise}/teams/{enterprise-team}/organizations/remove", + "access": "write", + "user-to-server": true, + "server-to-server": true, + "additional-permissions": false + }, + { + "category": "enterprise-teams", + "slug": "get-organization-assignment", + "subcategory": "enterprise-team-organizations", + "verb": "get", + "requestPath": "/enterprises/{enterprise}/teams/{enterprise-team}/organizations/{org}", + "access": "read", + "user-to-server": true, + "server-to-server": true, + "additional-permissions": false + }, + { + "category": "enterprise-teams", + "slug": "add-an-organization-assignment", + "subcategory": "enterprise-team-organizations", + "verb": "put", + "requestPath": "/enterprises/{enterprise}/teams/{enterprise-team}/organizations/{org}", + "access": "write", + "user-to-server": true, + "server-to-server": true, + "additional-permissions": false + }, + { + "category": "enterprise-teams", + "slug": "delete-an-organization-assignment", + "subcategory": "enterprise-team-organizations", + "verb": "delete", + "requestPath": "/enterprises/{enterprise}/teams/{enterprise-team}/organizations/{org}", + "access": "write", + "user-to-server": true, + "server-to-server": true, + "additional-permissions": false + }, + { + "category": "enterprise-teams", + "slug": "get-an-enterprise-team", + "subcategory": "enterprise-teams", + "verb": "get", + "requestPath": "/enterprises/{enterprise}/teams/{team_slug}", + "access": "read", + "user-to-server": true, + "server-to-server": true, + "additional-permissions": false + }, + { + "category": "enterprise-teams", + "slug": "update-an-enterprise-team", + "subcategory": "enterprise-teams", + "verb": "patch", + "requestPath": "/enterprises/{enterprise}/teams/{team_slug}", + "access": "write", + "user-to-server": true, + "server-to-server": true, + "additional-permissions": false + }, + { + "category": "enterprise-teams", + "slug": "delete-an-enterprise-team", + "subcategory": "enterprise-teams", + "verb": "delete", + "requestPath": "/enterprises/{enterprise}/teams/{team_slug}", + "access": "write", + "user-to-server": true, + "server-to-server": true, + "additional-permissions": false + } + ] + }, "organization_api_insights": { "title": "API Insights", "displayTitle": "Organization permissions for \"API Insights\"", diff --git a/src/github-apps/data/ghec-2022-11-28/server-to-server-rest.json b/src/github-apps/data/ghec-2022-11-28/server-to-server-rest.json index 77295d4b01d1..c0035bf154e6 100644 --- a/src/github-apps/data/ghec-2022-11-28/server-to-server-rest.json +++ b/src/github-apps/data/ghec-2022-11-28/server-to-server-rest.json @@ -2881,6 +2881,110 @@ "requestPath": "/scim/v2/enterprises/{enterprise}/Users/{scim_user_id}" } ], + "enterprise-teams": [ + { + "slug": "list-enterprise-teams", + "subcategory": "enterprise-teams", + "verb": "get", + "requestPath": "/enterprises/{enterprise}/teams" + }, + { + "slug": "create-an-enterprise-team", + "subcategory": "enterprise-teams", + "verb": "post", + "requestPath": "/enterprises/{enterprise}/teams" + }, + { + "slug": "list-members-in-an-enterprise-team", + "subcategory": "enterprise-team-members", + "verb": "get", + "requestPath": "/enterprises/{enterprise}/teams/{enterprise-team}/memberships" + }, + { + "slug": "bulk-add-team-members", + "subcategory": "enterprise-team-members", + "verb": "post", + "requestPath": "/enterprises/{enterprise}/teams/{enterprise-team}/memberships/add" + }, + { + "slug": "bulk-remove-team-members", + "subcategory": "enterprise-team-members", + "verb": "post", + "requestPath": "/enterprises/{enterprise}/teams/{enterprise-team}/memberships/remove" + }, + { + "slug": "get-enterprise-team-membership", + "subcategory": "enterprise-team-members", + "verb": "get", + "requestPath": "/enterprises/{enterprise}/teams/{enterprise-team}/memberships/{username}" + }, + { + "slug": "add-team-member", + "subcategory": "enterprise-team-members", + "verb": "put", + "requestPath": "/enterprises/{enterprise}/teams/{enterprise-team}/memberships/{username}" + }, + { + "slug": "remove-team-membership", + "subcategory": "enterprise-team-members", + "verb": "delete", + "requestPath": "/enterprises/{enterprise}/teams/{enterprise-team}/memberships/{username}" + }, + { + "slug": "get-organization-assignments", + "subcategory": "enterprise-team-organizations", + "verb": "get", + "requestPath": "/enterprises/{enterprise}/teams/{enterprise-team}/organizations" + }, + { + "slug": "add-organization-assignments", + "subcategory": "enterprise-team-organizations", + "verb": "post", + "requestPath": "/enterprises/{enterprise}/teams/{enterprise-team}/organizations/add" + }, + { + "slug": "remove-organization-assignments", + "subcategory": "enterprise-team-organizations", + "verb": "post", + "requestPath": "/enterprises/{enterprise}/teams/{enterprise-team}/organizations/remove" + }, + { + "slug": "get-organization-assignment", + "subcategory": "enterprise-team-organizations", + "verb": "get", + "requestPath": "/enterprises/{enterprise}/teams/{enterprise-team}/organizations/{org}" + }, + { + "slug": "add-an-organization-assignment", + "subcategory": "enterprise-team-organizations", + "verb": "put", + "requestPath": "/enterprises/{enterprise}/teams/{enterprise-team}/organizations/{org}" + }, + { + "slug": "delete-an-organization-assignment", + "subcategory": "enterprise-team-organizations", + "verb": "delete", + "requestPath": "/enterprises/{enterprise}/teams/{enterprise-team}/organizations/{org}" + }, + { + "slug": "get-an-enterprise-team", + "subcategory": "enterprise-teams", + "verb": "get", + "requestPath": "/enterprises/{enterprise}/teams/{team_slug}" + }, + { + "slug": "update-an-enterprise-team", + "subcategory": "enterprise-teams", + "verb": "patch", + "requestPath": "/enterprises/{enterprise}/teams/{team_slug}" + }, + { + "slug": "delete-an-enterprise-team", + "subcategory": "enterprise-teams", + "verb": "delete", + "requestPath": "/enterprises/{enterprise}/teams/{team_slug}" + } + ], "git": [ { "slug": "create-a-blob", diff --git a/src/github-apps/data/ghec-2022-11-28/user-to-server-rest.json b/src/github-apps/data/ghec-2022-11-28/user-to-server-rest.json index 9fdefce4e1a6..e6a2d33f51db 100644 --- a/src/github-apps/data/ghec-2022-11-28/user-to-server-rest.json +++ b/src/github-apps/data/ghec-2022-11-28/user-to-server-rest.json @@ -3129,6 +3129,110 @@ "requestPath": "/scim/v2/enterprises/{enterprise}/Users/{scim_user_id}" } ], + "enterprise-teams": [ + { + "slug": "list-enterprise-teams", + "subcategory": "enterprise-teams", + "verb": "get", + "requestPath": "/enterprises/{enterprise}/teams" + }, + { + "slug": "create-an-enterprise-team", + "subcategory": "enterprise-teams", + "verb": "post", + "requestPath": "/enterprises/{enterprise}/teams" + }, + { + "slug": "list-members-in-an-enterprise-team", + "subcategory": "enterprise-team-members", + "verb": "get", + "requestPath": "/enterprises/{enterprise}/teams/{enterprise-team}/memberships" + }, + { + "slug": "bulk-add-team-members", + "subcategory": "enterprise-team-members", + "verb": "post", + "requestPath": "/enterprises/{enterprise}/teams/{enterprise-team}/memberships/add" + }, + { + "slug": "bulk-remove-team-members", + "subcategory": "enterprise-team-members", + "verb": "post", + "requestPath": "/enterprises/{enterprise}/teams/{enterprise-team}/memberships/remove" + }, + { + "slug": "get-enterprise-team-membership", + "subcategory": "enterprise-team-members", + "verb": "get", + "requestPath": "/enterprises/{enterprise}/teams/{enterprise-team}/memberships/{username}" + }, + { + "slug": "add-team-member", + "subcategory": "enterprise-team-members", + "verb": "put", + "requestPath": "/enterprises/{enterprise}/teams/{enterprise-team}/memberships/{username}" + }, + { + "slug": "remove-team-membership", + "subcategory": "enterprise-team-members", + "verb": "delete", + "requestPath": "/enterprises/{enterprise}/teams/{enterprise-team}/memberships/{username}" + }, + { + "slug": "get-organization-assignments", + "subcategory": "enterprise-team-organizations", + "verb": "get", + "requestPath": "/enterprises/{enterprise}/teams/{enterprise-team}/organizations" + }, + { + "slug": "add-organization-assignments", + "subcategory": "enterprise-team-organizations", + "verb": "post", + "requestPath": "/enterprises/{enterprise}/teams/{enterprise-team}/organizations/add" + }, + { + "slug": "remove-organization-assignments", + "subcategory": "enterprise-team-organizations", + "verb": "post", + "requestPath": "/enterprises/{enterprise}/teams/{enterprise-team}/organizations/remove" + }, + { + "slug": "get-organization-assignment", + "subcategory": "enterprise-team-organizations", + "verb": "get", + "requestPath": "/enterprises/{enterprise}/teams/{enterprise-team}/organizations/{org}" + }, + { + "slug": "add-an-organization-assignment", + "subcategory": "enterprise-team-organizations", + "verb": "put", + "requestPath": "/enterprises/{enterprise}/teams/{enterprise-team}/organizations/{org}" + }, + { + "slug": "delete-an-organization-assignment", + "subcategory": "enterprise-team-organizations", + "verb": "delete", + "requestPath": "/enterprises/{enterprise}/teams/{enterprise-team}/organizations/{org}" + }, + { + "slug": "get-an-enterprise-team", + "subcategory": "enterprise-teams", + "verb": "get", + "requestPath": "/enterprises/{enterprise}/teams/{team_slug}" + }, + { + "slug": "update-an-enterprise-team", + "subcategory": "enterprise-teams", + "verb": "patch", + "requestPath": "/enterprises/{enterprise}/teams/{team_slug}" + }, + { + "slug": "delete-an-enterprise-team", + "subcategory": "enterprise-teams", + "verb": "delete", + "requestPath": "/enterprises/{enterprise}/teams/{team_slug}" + } + ], "gists": [ { "slug": "list-gists-for-the-authenticated-user", diff --git a/src/landings/components/discovery/DiscoveryLanding.tsx b/src/landings/components/discovery/DiscoveryLanding.tsx index 7c764bc0f678..fe18a1e88c88 100644 --- a/src/landings/components/discovery/DiscoveryLanding.tsx +++ b/src/landings/components/discovery/DiscoveryLanding.tsx @@ -25,7 +25,7 @@ export const DiscoveryLanding = () => { return ( -
+
{/* Render carousels */} diff --git a/src/landings/components/journey/JourneyLanding.tsx b/src/landings/components/journey/JourneyLanding.tsx index 6535620ae981..b234608792f7 100644 --- a/src/landings/components/journey/JourneyLanding.tsx +++ b/src/landings/components/journey/JourneyLanding.tsx @@ -10,7 +10,7 @@ export const JourneyLanding = () => { return ( -
+
diff --git a/src/rest/data/fpt-2022-11-28/schema.json b/src/rest/data/fpt-2022-11-28/schema.json index 6cd0a530193d..ec31f64f2538 100644 --- a/src/rest/data/fpt-2022-11-28/schema.json +++ b/src/rest/data/fpt-2022-11-28/schema.json @@ -340723,10 +340723,15 @@ ], "previews": [], "progAccess": { - "userToServerRest": false, - "serverToServer": false, + "userToServerRest": true, + "serverToServer": true, "fineGrainedPat": false, - "permissions": [] + "permissions": [ + { + "\"Enterprise teams\" enterprise permissions": "read" + } + ], + "disabledForPatV2": true } }, { @@ -340920,10 +340925,15 @@ ], "previews": [], "progAccess": { - "userToServerRest": false, - "serverToServer": false, + "userToServerRest": true, + "serverToServer": true, "fineGrainedPat": false, - "permissions": [] + "permissions": [ + { + "\"Enterprise teams\" enterprise permissions": "write" + } + ], + "disabledForPatV2": true } }, { @@ -341082,10 +341092,15 @@ ], "previews": [], "progAccess": { - "userToServerRest": false, - "serverToServer": false, + "userToServerRest": true, + "serverToServer": true, "fineGrainedPat": false, - "permissions": [] + "permissions": [ + { + "\"Enterprise teams\" enterprise permissions": "read" + } + ], + "disabledForPatV2": true } }, { @@ -341292,10 +341307,15 @@ ], "previews": [], "progAccess": { - "userToServerRest": false, - "serverToServer": false, + "userToServerRest": true, + "serverToServer": true, "fineGrainedPat": false, - "permissions": [] + "permissions": [ + { + "\"Enterprise teams\" enterprise permissions": "write" + } + ], + "disabledForPatV2": true } }, { @@ -341356,10 +341376,15 @@ ], "previews": [], "progAccess": { - "userToServerRest": false, - "serverToServer": false, + "userToServerRest": true, + "serverToServer": true, "fineGrainedPat": false, - "permissions": [] + "permissions": [ + { + "\"Enterprise teams\" enterprise permissions": "write" + } + ], + "disabledForPatV2": true } } ], @@ -341630,10 +341655,15 @@ ], "previews": [], "progAccess": { - "userToServerRest": false, - "serverToServer": false, + "userToServerRest": true, + "serverToServer": true, "fineGrainedPat": false, - "permissions": [] + "permissions": [ + { + "\"Enterprise teams\" enterprise permissions": "read" + } + ], + "disabledForPatV2": true } }, { @@ -341899,10 +341929,15 @@ ], "previews": [], "progAccess": { - "userToServerRest": false, - "serverToServer": false, + "userToServerRest": true, + "serverToServer": true, "fineGrainedPat": false, - "permissions": [] + "permissions": [ + { + "\"Enterprise teams\" enterprise permissions": "write" + } + ], + "disabledForPatV2": true } }, { @@ -342168,10 +342203,15 @@ ], "previews": [], "progAccess": { - "userToServerRest": false, - "serverToServer": false, + "userToServerRest": true, + "serverToServer": true, "fineGrainedPat": false, - "permissions": [] + "permissions": [ + { + "\"Enterprise teams\" enterprise permissions": "write" + } + ], + "disabledForPatV2": true } }, { @@ -342427,10 +342467,15 @@ ], "previews": [], "progAccess": { - "userToServerRest": false, - "serverToServer": false, + "userToServerRest": true, + "serverToServer": true, "fineGrainedPat": false, - "permissions": [] + "permissions": [ + { + "\"Enterprise teams\" enterprise permissions": "read" + } + ], + "disabledForPatV2": true } }, { @@ -342686,10 +342731,15 @@ ], "previews": [], "progAccess": { - "userToServerRest": false, - "serverToServer": false, + "userToServerRest": true, + "serverToServer": true, "fineGrainedPat": false, - "permissions": [] + "permissions": [ + { + "\"Enterprise teams\" enterprise permissions": "write" + } + ], + "disabledForPatV2": true } }, { @@ -342760,10 +342810,15 @@ ], "previews": [], "progAccess": { - "userToServerRest": false, - "serverToServer": false, + "userToServerRest": true, + "serverToServer": true, "fineGrainedPat": false, - "permissions": [] + "permissions": [ + { + "\"Enterprise teams\" enterprise permissions": "write" + } + ], + "disabledForPatV2": true } } ], @@ -342957,10 +343012,15 @@ ], "previews": [], "progAccess": { - "userToServerRest": false, - "serverToServer": false, + "userToServerRest": true, + "serverToServer": true, "fineGrainedPat": false, - "permissions": [] + "permissions": [ + { + "\"Enterprise teams\" enterprise permissions": "read" + } + ], + "disabledForPatV2": true } }, { @@ -343150,10 +343210,15 @@ ], "previews": [], "progAccess": { - "userToServerRest": false, - "serverToServer": false, + "userToServerRest": true, + "serverToServer": true, "fineGrainedPat": false, - "permissions": [] + "permissions": [ + { + "\"Enterprise teams\" enterprise permissions": "write" + } + ], + "disabledForPatV2": true } }, { @@ -343224,10 +343289,15 @@ ], "previews": [], "progAccess": { - "userToServerRest": false, - "serverToServer": false, + "userToServerRest": true, + "serverToServer": true, "fineGrainedPat": false, - "permissions": [] + "permissions": [ + { + "\"Enterprise teams\" enterprise permissions": "write" + } + ], + "disabledForPatV2": true } }, { @@ -343412,10 +343482,15 @@ ], "previews": [], "progAccess": { - "userToServerRest": false, - "serverToServer": false, + "userToServerRest": true, + "serverToServer": true, "fineGrainedPat": false, - "permissions": [] + "permissions": [ + { + "\"Enterprise teams\" enterprise permissions": "read" + } + ], + "disabledForPatV2": true } }, { @@ -343596,10 +343671,15 @@ ], "previews": [], "progAccess": { - "userToServerRest": false, - "serverToServer": false, + "userToServerRest": true, + "serverToServer": true, "fineGrainedPat": false, - "permissions": [] + "permissions": [ + { + "\"Enterprise teams\" enterprise permissions": "write" + } + ], + "disabledForPatV2": true } }, { @@ -343666,10 +343746,15 @@ ], "previews": [], "progAccess": { - "userToServerRest": false, - "serverToServer": false, + "userToServerRest": true, + "serverToServer": true, "fineGrainedPat": false, - "permissions": [] + "permissions": [ + { + "\"Enterprise teams\" enterprise permissions": "write" + } + ], + "disabledForPatV2": true } } ] diff --git a/src/rest/data/ghec-2022-11-28/schema.json b/src/rest/data/ghec-2022-11-28/schema.json index ce2c80244d2b..67e267919b47 100644 --- a/src/rest/data/ghec-2022-11-28/schema.json +++ b/src/rest/data/ghec-2022-11-28/schema.json @@ -387473,10 +387473,15 @@ ], "previews": [], "progAccess": { - "userToServerRest": false, - "serverToServer": false, + "userToServerRest": true, + "serverToServer": true, "fineGrainedPat": false, - "permissions": [] + "permissions": [ + { + "\"Enterprise teams\" enterprise permissions": "read" + } + ], + "disabledForPatV2": true } }, { @@ -387670,10 +387675,15 @@ ], "previews": [], "progAccess": { - "userToServerRest": false, - "serverToServer": false, + "userToServerRest": true, + "serverToServer": true, "fineGrainedPat": false, - "permissions": [] + "permissions": [ + { + "\"Enterprise teams\" enterprise permissions": "write" + } + ], + "disabledForPatV2": true } }, { @@ -387832,10 +387842,15 @@ ], "previews": [], "progAccess": { - "userToServerRest": false, - "serverToServer": false, + "userToServerRest": true, + "serverToServer": true, "fineGrainedPat": false, - "permissions": [] + "permissions": [ + { + "\"Enterprise teams\" enterprise permissions": "read" + } + ], + "disabledForPatV2": true } }, { @@ -388042,10 +388057,15 @@ ], "previews": [], "progAccess": { - "userToServerRest": false, - "serverToServer": false, + "userToServerRest": true, + "serverToServer": true, "fineGrainedPat": false, - "permissions": [] + "permissions": [ + { + "\"Enterprise teams\" enterprise permissions": "write" + } + ], + "disabledForPatV2": true } }, { @@ -388106,10 +388126,15 @@ ], "previews": [], "progAccess": { - "userToServerRest": false, - "serverToServer": false, + "userToServerRest": true, + "serverToServer": true, "fineGrainedPat": false, - "permissions": [] + "permissions": [ + { + "\"Enterprise teams\" enterprise permissions": "write" + } + ], + "disabledForPatV2": true } } ], @@ -388380,10 +388405,15 @@ ], "previews": [], "progAccess": { - "userToServerRest": false, - "serverToServer": false, + "userToServerRest": true, + "serverToServer": true, "fineGrainedPat": false, - "permissions": [] + "permissions": [ + { + "\"Enterprise teams\" enterprise permissions": "read" + } + ], + "disabledForPatV2": true } }, { @@ -388649,10 +388679,15 @@ ], "previews": [], "progAccess": { - "userToServerRest": false, - "serverToServer": false, + "userToServerRest": true, + "serverToServer": true, "fineGrainedPat": false, - "permissions": [] + "permissions": [ + { + "\"Enterprise teams\" enterprise permissions": "write" + } + ], + "disabledForPatV2": true } }, { @@ -388918,10 +388953,15 @@ ], "previews": [], "progAccess": { - "userToServerRest": false, - "serverToServer": false, + "userToServerRest": true, + "serverToServer": true, "fineGrainedPat": false, - "permissions": [] + "permissions": [ + { + "\"Enterprise teams\" enterprise permissions": "write" + } + ], + "disabledForPatV2": true } }, { @@ -389177,10 +389217,15 @@ ], "previews": [], "progAccess": { - "userToServerRest": false, - "serverToServer": false, + "userToServerRest": true, + "serverToServer": true, "fineGrainedPat": false, - "permissions": [] + "permissions": [ + { + "\"Enterprise teams\" enterprise permissions": "read" + } + ], + "disabledForPatV2": true } }, { @@ -389436,10 +389481,15 @@ ], "previews": [], "progAccess": { - "userToServerRest": false, - "serverToServer": false, + "userToServerRest": true, + "serverToServer": true, "fineGrainedPat": false, - "permissions": [] + "permissions": [ + { + "\"Enterprise teams\" enterprise permissions": "write" + } + ], + "disabledForPatV2": true } }, { @@ -389510,10 +389560,15 @@ ], "previews": [], "progAccess": { - "userToServerRest": false, - "serverToServer": false, + "userToServerRest": true, + "serverToServer": true, "fineGrainedPat": false, - "permissions": [] + "permissions": [ + { + "\"Enterprise teams\" enterprise permissions": "write" + } + ], + "disabledForPatV2": true } } ], @@ -389707,10 +389762,15 @@ ], "previews": [], "progAccess": { - "userToServerRest": false, - "serverToServer": false, + "userToServerRest": true, + "serverToServer": true, "fineGrainedPat": false, - "permissions": [] + "permissions": [ + { + "\"Enterprise teams\" enterprise permissions": "read" + } + ], + "disabledForPatV2": true } }, { @@ -389900,10 +389960,15 @@ ], "previews": [], "progAccess": { - "userToServerRest": false, - "serverToServer": false, + "userToServerRest": true, + "serverToServer": true, "fineGrainedPat": false, - "permissions": [] + "permissions": [ + { + "\"Enterprise teams\" enterprise permissions": "write" + } + ], + "disabledForPatV2": true } }, { @@ -389974,10 +390039,15 @@ ], "previews": [], "progAccess": { - "userToServerRest": false, - "serverToServer": false, + "userToServerRest": true, + "serverToServer": true, "fineGrainedPat": false, - "permissions": [] + "permissions": [ + { + "\"Enterprise teams\" enterprise permissions": "write" + } + ], + "disabledForPatV2": true } }, { @@ -390162,10 +390232,15 @@ ], "previews": [], "progAccess": { - "userToServerRest": false, - "serverToServer": false, + "userToServerRest": true, + "serverToServer": true, "fineGrainedPat": false, - "permissions": [] + "permissions": [ + { + "\"Enterprise teams\" enterprise permissions": "read" + } + ], + "disabledForPatV2": true } }, { @@ -390346,10 +390421,15 @@ ], "previews": [], "progAccess": { - "userToServerRest": false, - "serverToServer": false, + "userToServerRest": true, + "serverToServer": true, "fineGrainedPat": false, - "permissions": [] + "permissions": [ + { + "\"Enterprise teams\" enterprise permissions": "write" + } + ], + "disabledForPatV2": true } }, { @@ -390416,10 +390496,15 @@ ], "previews": [], "progAccess": { - "userToServerRest": false, - "serverToServer": false, + "userToServerRest": true, + "serverToServer": true, "fineGrainedPat": false, - "permissions": [] + "permissions": [ + { + "\"Enterprise teams\" enterprise permissions": "write" + } + ], + "disabledForPatV2": true } } ] diff --git a/src/secret-scanning/data/pattern-docs/fpt/public-docs.yml b/src/secret-scanning/data/pattern-docs/fpt/public-docs.yml index 629b86e1e061..cbb721e3250a 100644 --- a/src/secret-scanning/data/pattern-docs/fpt/public-docs.yml +++ b/src/secret-scanning/data/pattern-docs/fpt/public-docs.yml @@ -5,6 +5,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Adafruit @@ -14,6 +15,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: '{% ifversion ghes %}false{% else %}true{% endif %}' base64Supported: false isduplicate: false - provider: Adobe @@ -23,6 +25,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Adobe @@ -32,6 +35,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Adobe @@ -41,6 +45,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Adobe @@ -50,6 +55,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Adobe @@ -59,6 +65,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Adobe @@ -68,6 +75,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Aikido @@ -77,6 +85,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Aikido @@ -86,6 +95,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Airtable @@ -95,6 +105,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Airtable @@ -104,6 +115,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Aiven @@ -113,6 +125,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Aiven @@ -122,6 +135,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Alibaba @@ -131,6 +145,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Amazon AWS @@ -140,6 +155,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: true isduplicate: true - provider: Amazon AWS @@ -149,6 +165,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Amazon AWS @@ -160,6 +177,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Anthropic @@ -169,6 +187,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Anthropic @@ -178,6 +197,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: '{% ifversion ghes %}false{% else %}true{% endif %}' base64Supported: true isduplicate: true - provider: Anthropic @@ -187,6 +207,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Apify @@ -196,6 +217,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Apify @@ -205,6 +227,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Apify @@ -214,6 +237,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: '{% ifversion ghes %}false{% else %}true{% endif %}' base64Supported: false isduplicate: false - provider: Apify @@ -223,6 +247,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Apify @@ -232,6 +257,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Apify @@ -241,6 +267,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Apify @@ -250,6 +277,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Asaas @@ -259,6 +287,7 @@ isPrivateWithGhas: true hasPushProtection: false hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Asana @@ -268,6 +297,7 @@ isPrivateWithGhas: true hasPushProtection: false hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Asana @@ -277,6 +307,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: true - provider: Atlassian @@ -286,6 +317,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: true - provider: Atlassian @@ -295,6 +327,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Authress @@ -304,6 +337,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Azure @@ -315,6 +349,7 @@ isPrivateWithGhas: true hasPushProtection: false hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Azure @@ -324,6 +359,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: true - provider: Azure @@ -333,6 +369,7 @@ isPrivateWithGhas: true hasPushProtection: false hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Azure @@ -342,6 +379,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Azure @@ -351,6 +389,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Azure @@ -360,6 +399,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Azure @@ -369,6 +409,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Azure @@ -378,6 +419,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Azure @@ -387,6 +429,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: '{% ifversion ghes %}false{% else %}true{% endif %}' + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Azure @@ -396,6 +439,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Azure @@ -405,6 +449,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: '{% ifversion ghes %}false{% else %}true{% endif %}' + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Azure @@ -414,6 +459,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Azure @@ -423,6 +469,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: true - provider: Azure @@ -432,6 +479,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: true isduplicate: true - provider: Azure @@ -441,6 +489,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Azure @@ -450,6 +499,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: '{% ifversion ghes %}false{% else %}true{% endif %}' + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Azure @@ -459,6 +509,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Azure @@ -468,6 +519,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Azure @@ -477,6 +529,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Azure @@ -486,6 +539,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Azure @@ -495,6 +549,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Azure @@ -504,6 +559,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: true isduplicate: true - provider: Azure @@ -513,6 +569,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Azure @@ -522,6 +579,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Azure @@ -531,6 +589,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: '{% ifversion ghes %}false{% else %}true{% endif %}' + hasExtendedMetadata: false base64Supported: false isduplicate: true - provider: Azure @@ -540,6 +599,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: true - provider: Azure @@ -549,6 +609,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Azure @@ -558,6 +619,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Azure @@ -567,6 +629,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Azure @@ -576,6 +639,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Azure @@ -585,6 +649,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: true isduplicate: true - provider: Azure @@ -594,6 +659,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Azure @@ -603,6 +669,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Azure @@ -612,6 +679,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Azure @@ -621,6 +689,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Azure @@ -630,6 +699,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: '{% ifversion ghes %}false{% else %}true{% endif %}' + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Azure @@ -639,6 +709,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Azure @@ -648,6 +719,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Azure @@ -657,6 +729,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: '{% ifversion ghes %}false{% else %}true{% endif %}' + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Azure @@ -666,6 +739,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Azure @@ -675,6 +749,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: '{% ifversion ghes %}false{% else %}true{% endif %}' + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Azure @@ -684,6 +759,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Azure @@ -693,6 +769,7 @@ isPrivateWithGhas: false hasPushProtection: false hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: true - provider: Azure @@ -702,6 +779,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Azure @@ -711,6 +789,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Azure @@ -720,6 +799,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Azure @@ -729,6 +809,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: '{% ifversion ghes %}false{% else %}true{% endif %}' + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Azure @@ -738,6 +819,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Azure @@ -747,6 +829,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Azure @@ -756,6 +839,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Azure @@ -765,6 +849,7 @@ isPrivateWithGhas: false hasPushProtection: false hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Azure @@ -774,6 +859,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Azure @@ -783,6 +869,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: true isduplicate: true - provider: Azure @@ -792,6 +879,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Azure @@ -801,6 +889,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Azure @@ -810,6 +899,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Azure @@ -819,6 +909,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Azure @@ -828,6 +919,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Azure @@ -837,6 +929,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Azure @@ -846,6 +939,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Azure @@ -855,6 +949,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Azure @@ -864,6 +959,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Azure @@ -873,6 +969,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Azure @@ -882,6 +979,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: true - provider: Azure @@ -891,6 +989,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Azure @@ -900,6 +999,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Azure @@ -909,6 +1009,7 @@ isPrivateWithGhas: true hasPushProtection: false hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Azure @@ -918,6 +1019,7 @@ isPrivateWithGhas: false hasPushProtection: false hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Azure @@ -927,6 +1029,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Azure @@ -936,6 +1039,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: true isduplicate: true - provider: Azure @@ -945,6 +1049,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Azure @@ -954,6 +1059,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Azure @@ -963,6 +1069,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Azure @@ -972,6 +1079,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Azure @@ -981,6 +1089,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Azure @@ -990,6 +1099,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: true - provider: Azure @@ -999,6 +1109,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Azure @@ -1008,6 +1119,16 @@ isPrivateWithGhas: true hasPushProtection: false hasValidityCheck: false + hasExtendedMetadata: false + base64Supported: false + isduplicate: false +- provider: Baidu + supportedSecret: Baidu AI API Key + secretType: baiduai_api_key + isPublic: true + isPrivateWithGhas: false + hasPushProtection: false + hasValidityCheck: false base64Supported: false isduplicate: false - provider: Baidu @@ -1017,6 +1138,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Beamer @@ -1026,6 +1148,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Bitbucket @@ -1035,6 +1158,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Bitrise @@ -1044,6 +1168,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Bitrise @@ -1053,6 +1178,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Block Protocol @@ -1062,6 +1188,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Brevo @@ -1071,6 +1198,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: true isduplicate: true - provider: Brevo @@ -1080,6 +1208,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Buildkite @@ -1089,6 +1218,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Buildkite @@ -1098,6 +1228,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Buildkite @@ -1107,6 +1238,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Buildkite @@ -1116,6 +1248,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Buildkite @@ -1125,6 +1258,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Buildkite @@ -1134,6 +1268,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Buildkite @@ -1143,6 +1278,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Buildkite @@ -1152,6 +1288,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Buildkite @@ -1161,6 +1298,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Buildkite @@ -1170,6 +1308,7 @@ isPrivateWithGhas: true hasPushProtection: false hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Canadian Digital Service @@ -1179,6 +1318,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Canva @@ -1188,6 +1328,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Canva @@ -1197,6 +1338,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Canva @@ -1206,6 +1348,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Cashfree @@ -1215,6 +1358,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Cfx.re @@ -1224,6 +1368,7 @@ isPrivateWithGhas: true hasPushProtection: false hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Checkout.com @@ -1233,6 +1378,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: true - provider: Checkout.com @@ -1242,6 +1388,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: true - provider: Chief Tools @@ -1251,6 +1398,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: CircleCI @@ -1260,6 +1408,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: CircleCI @@ -1269,6 +1418,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: CircleCI @@ -1278,6 +1428,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: CircleCI @@ -1287,6 +1438,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Clojars @@ -1296,6 +1448,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: CloudBees @@ -1305,6 +1458,7 @@ isPrivateWithGhas: false hasPushProtection: false hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Cockroach Labs @@ -1314,6 +1468,7 @@ isPrivateWithGhas: true hasPushProtection: false hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Cohere @@ -1323,6 +1478,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Contentful @@ -1332,6 +1488,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: '{% ifversion ghes %}false{% else %}true{% endif %}' base64Supported: false isduplicate: false - provider: Contentful @@ -1341,6 +1498,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Contributed Systems @@ -1350,6 +1508,7 @@ isPrivateWithGhas: false hasPushProtection: false hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Coveo @@ -1359,6 +1518,7 @@ isPrivateWithGhas: false hasPushProtection: false hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Coveo @@ -1368,6 +1528,7 @@ isPrivateWithGhas: false hasPushProtection: false hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: crates.io @@ -1377,6 +1538,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: true - provider: Databento @@ -1386,6 +1548,7 @@ isPrivateWithGhas: true hasPushProtection: false hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Databricks @@ -1395,6 +1558,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: true isduplicate: true - provider: Databricks @@ -1404,6 +1568,7 @@ isPrivateWithGhas: true hasPushProtection: false hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Databricks @@ -1413,6 +1578,7 @@ isPrivateWithGhas: true hasPushProtection: false hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Databricks @@ -1422,6 +1588,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Databricks @@ -1431,6 +1598,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Databricks @@ -1440,6 +1608,7 @@ isPrivateWithGhas: true hasPushProtection: false hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Databricks @@ -1449,6 +1618,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Databricks @@ -1458,6 +1628,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Databricks @@ -1467,6 +1638,7 @@ isPrivateWithGhas: true hasPushProtection: false hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Databricks @@ -1476,6 +1648,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Databricks @@ -1485,6 +1658,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Databricks @@ -1494,6 +1668,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Datadog @@ -1503,6 +1678,7 @@ isPrivateWithGhas: false hasPushProtection: false hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Datadog @@ -1512,6 +1688,7 @@ isPrivateWithGhas: false hasPushProtection: false hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Datadog @@ -1521,6 +1698,7 @@ isPrivateWithGhas: true hasPushProtection: false hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Datastax @@ -1530,6 +1708,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: DeepSeek @@ -1539,6 +1718,7 @@ isPrivateWithGhas: true hasPushProtection: false hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Defined Networking @@ -1548,6 +1728,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: DevCycle @@ -1557,6 +1738,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: DevCycle @@ -1566,6 +1748,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: DevCycle @@ -1575,6 +1758,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: DigitalOcean @@ -1584,6 +1768,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: DigitalOcean @@ -1593,6 +1778,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: DigitalOcean @@ -1602,6 +1788,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: DigitalOcean @@ -1611,6 +1798,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Discord @@ -1620,6 +1808,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: '{% ifversion ghes %}false{% else %}true{% endif %}' base64Supported: false isduplicate: true - provider: Docker @@ -1629,6 +1818,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Docker @@ -1638,6 +1828,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Docker @@ -1647,6 +1838,7 @@ isPrivateWithGhas: true hasPushProtection: false hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Docker @@ -1656,6 +1848,7 @@ isPrivateWithGhas: true hasPushProtection: false hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Doppler @@ -1665,6 +1858,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Doppler @@ -1674,6 +1868,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Doppler @@ -1683,6 +1878,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Doppler @@ -1692,6 +1888,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Doppler @@ -1701,6 +1898,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Doppler @@ -1710,6 +1908,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Dropbox @@ -1719,6 +1918,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: '{% ifversion ghes %}false{% else %}true{% endif %}' base64Supported: false isduplicate: false - provider: Dropbox @@ -1728,6 +1928,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: '{% ifversion ghes %}false{% else %}true{% endif %}' base64Supported: false isduplicate: false - provider: Duffel @@ -1737,6 +1938,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Duffel @@ -1746,6 +1948,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Dynatrace @@ -1755,6 +1958,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Dynatrace @@ -1764,6 +1968,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: EasyPost @@ -1773,6 +1978,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: EasyPost @@ -1782,6 +1988,7 @@ isPrivateWithGhas: true hasPushProtection: false hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: eBay @@ -1791,6 +1998,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: eBay @@ -1800,6 +2008,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Elastic @@ -1809,6 +2018,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Facebook @@ -1818,6 +2028,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Fastly @@ -1825,10 +2036,20 @@ secretType: fastly_api_token isPublic: true isPrivateWithGhas: true - hasPushProtection: false + hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: '{% ifversion ghes %}false{% else %}true{% endif %}' base64Supported: false isduplicate: true +- provider: Fieldguide + supportedSecret: Fieldguide API Token + secretType: fieldguide_api_token + isPublic: true + isPrivateWithGhas: false + hasPushProtection: false + hasValidityCheck: false + base64Supported: false + isduplicate: false - provider: Figma supportedSecret: Figma Personal Access Token secretType: figma_pat @@ -1836,6 +2057,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: '{% ifversion ghes %}false{% else %}true{% endif %}' base64Supported: false isduplicate: false - provider: Finicity @@ -1845,6 +2067,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Firebase @@ -1854,6 +2077,7 @@ isPrivateWithGhas: true hasPushProtection: false hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Flutterwave @@ -1863,6 +2087,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Flutterwave @@ -1872,6 +2097,7 @@ isPrivateWithGhas: true hasPushProtection: false hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Frame.io @@ -1881,6 +2107,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Frame.io @@ -1890,6 +2117,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: FullStory @@ -1899,6 +2127,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: true - provider: GitHub @@ -1908,6 +2137,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: true base64Supported: true isduplicate: true - provider: GitHub @@ -1917,6 +2147,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: true base64Supported: true isduplicate: true - provider: GitHub @@ -1926,6 +2157,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: true base64Supported: true isduplicate: true - provider: GitHub @@ -1935,6 +2167,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: true base64Supported: true isduplicate: true - provider: GitHub @@ -1944,6 +2177,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: true base64Supported: false isduplicate: false - provider: GitHub @@ -1953,6 +2187,7 @@ isPrivateWithGhas: true hasPushProtection: false hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: GitLab @@ -1962,6 +2197,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: '{% ifversion ghes %}false{% else %}true{% endif %}' base64Supported: true isduplicate: true - provider: GoCardless @@ -1971,6 +2207,7 @@ isPrivateWithGhas: true hasPushProtection: false hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: GoCardless @@ -1980,6 +2217,7 @@ isPrivateWithGhas: true hasPushProtection: false hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Google @@ -1989,6 +2227,7 @@ isPrivateWithGhas: true hasPushProtection: false hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Google @@ -1998,6 +2237,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Google @@ -2009,6 +2249,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Google @@ -2020,6 +2261,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Google @@ -2029,6 +2271,7 @@ isPrivateWithGhas: true hasPushProtection: false hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Google @@ -2038,6 +2281,7 @@ isPrivateWithGhas: true hasPushProtection: false hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Google @@ -2047,6 +2291,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: '{% ifversion ghes %}false{% else %}true{% endif %}' base64Supported: false isduplicate: false - provider: Google @@ -2056,6 +2301,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: true isduplicate: true - provider: Google @@ -2065,6 +2311,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: true isduplicate: true - provider: Grafana @@ -2074,6 +2321,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Grafana @@ -2083,6 +2331,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Grafana @@ -2092,6 +2341,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Grafana @@ -2101,6 +2351,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Groq @@ -2110,6 +2361,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: true isduplicate: true - provider: GuardSquare @@ -2119,6 +2371,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: GuardSquare @@ -2128,6 +2381,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: GuardSquare @@ -2137,6 +2391,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: HashiCorp @@ -2146,6 +2401,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: true - provider: HashiCorp @@ -2155,6 +2411,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: HashiCorp @@ -2164,6 +2421,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: true - provider: HashiCorp @@ -2173,6 +2431,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: '{% ifversion ghes %}false{% else %}true{% endif %}' base64Supported: false isduplicate: false - provider: hCaptcha @@ -2182,6 +2441,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Heroku @@ -2191,6 +2451,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Heroku @@ -2200,6 +2461,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Highnote @@ -2209,6 +2471,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Highnote @@ -2218,6 +2481,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Highnote @@ -2227,6 +2491,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Highnote @@ -2236,6 +2501,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: HOP @@ -2245,6 +2511,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: HOP @@ -2254,6 +2521,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: HOP @@ -2263,6 +2531,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Hubspot @@ -2272,6 +2541,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: true - provider: Hubspot @@ -2281,6 +2551,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Hubspot @@ -2290,6 +2561,7 @@ isPrivateWithGhas: true hasPushProtection: false hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Hubspot @@ -2299,6 +2571,7 @@ isPrivateWithGhas: true hasPushProtection: false hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: true - provider: Hugging Face @@ -2308,6 +2581,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Hugging Face @@ -2317,6 +2591,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: '{% ifversion ghes %}false{% else %}true{% endif %}' base64Supported: true isduplicate: true - provider: IBM @@ -2326,6 +2601,7 @@ isPrivateWithGhas: false hasPushProtection: false hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Intercom @@ -2335,6 +2611,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: '{% ifversion ghes %}false{% else %}true{% endif %}' base64Supported: false isduplicate: false - provider: Ionic @@ -2344,6 +2621,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: true - provider: Ionic @@ -2353,6 +2631,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: true - provider: Iterative @@ -2362,6 +2641,7 @@ isPrivateWithGhas: false hasPushProtection: false hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: JFrog @@ -2371,6 +2651,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: JFrog @@ -2380,6 +2661,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: JFrog @@ -2389,6 +2671,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: true isduplicate: true - provider: Langchain @@ -2398,6 +2681,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Langchain @@ -2407,24 +2691,27 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Lark - supportedSecret: Lark APaaS Client ID + supportedSecret: Lark APaaS Client Secret secretType: lark_apaas_client_id,
lark_apaas_client_secret isPublic: true - isPrivateWithGhas: false - hasPushProtection: false + isPrivateWithGhas: true + hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Lark - supportedSecret: Lark Application ID + supportedSecret: Lark Application Secret secretType: lark_app_id,
lark_app_secret isPublic: true - isPrivateWithGhas: false + isPrivateWithGhas: true hasPushProtection: false hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Lark @@ -2434,15 +2721,17 @@ isPrivateWithGhas: false hasPushProtection: false hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Lark - supportedSecret: Lark Meego Plugin ID + supportedSecret: Lark Meego Plugin Secret secretType: lark_meego_plugin_id,
lark_meego_plugin_secret isPublic: true - isPrivateWithGhas: false - hasPushProtection: false + isPrivateWithGhas: true + hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Lark @@ -2450,8 +2739,9 @@ secretType: lark_user_session isPublic: true isPrivateWithGhas: true - hasPushProtection: false + hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: LaunchDarkly @@ -2459,8 +2749,9 @@ secretType: launchdarkly_access_token isPublic: true isPrivateWithGhas: true - hasPushProtection: false + hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Lichess @@ -2470,6 +2761,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Lichess @@ -2479,6 +2771,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Lightspeed @@ -2488,6 +2781,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Limbar @@ -2497,6 +2791,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Linear @@ -2506,6 +2801,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Linear @@ -2515,6 +2811,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: LinkedIn @@ -2524,6 +2821,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Lob @@ -2533,6 +2831,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Lob @@ -2542,6 +2841,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Localstack @@ -2551,6 +2851,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: LogicMonitor @@ -2560,6 +2861,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: LogicMonitor @@ -2569,6 +2871,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Login with Amazon @@ -2578,6 +2881,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Mailchimp @@ -2587,6 +2891,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: '{% ifversion ghes %}false{% else %}true{% endif %}' base64Supported: false isduplicate: false - provider: Mailchimp @@ -2596,6 +2901,7 @@ isPrivateWithGhas: false hasPushProtection: false hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Mailersend @@ -2605,6 +2911,7 @@ isPrivateWithGhas: false hasPushProtection: false hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Mailersend @@ -2614,6 +2921,7 @@ isPrivateWithGhas: false hasPushProtection: false hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Mailersend @@ -2623,6 +2931,7 @@ isPrivateWithGhas: false hasPushProtection: false hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Mailgun @@ -2632,6 +2941,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: '{% ifversion ghes %}false{% else %}true{% endif %}' base64Supported: false isduplicate: true - provider: Mailgun @@ -2641,6 +2951,7 @@ isPrivateWithGhas: false hasPushProtection: false hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Mapbox @@ -2650,6 +2961,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: '{% ifversion ghes %}false{% else %}true{% endif %}' base64Supported: false isduplicate: false - provider: MaxMind @@ -2659,6 +2971,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Mercury @@ -2668,6 +2981,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Mercury @@ -2677,6 +2991,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Mergify @@ -2686,6 +3001,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: MessageBird @@ -2695,6 +3011,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Microsoft @@ -2704,6 +3021,7 @@ isPrivateWithGhas: false hasPushProtection: false hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Midtrans @@ -2713,6 +3031,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Midtrans @@ -2722,6 +3041,7 @@ isPrivateWithGhas: true hasPushProtection: false hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Mistral AI @@ -2731,6 +3051,7 @@ isPrivateWithGhas: true hasPushProtection: false hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: MongoDB @@ -2740,6 +3061,7 @@ isPrivateWithGhas: true hasPushProtection: false hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: MongoDB @@ -2749,6 +3071,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Naver Cloud @@ -2758,6 +3081,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Naver Cloud @@ -2767,6 +3091,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Naver Cloud @@ -2776,6 +3101,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Naver Cloud @@ -2785,6 +3111,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Naver Cloud @@ -2794,6 +3121,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Naver Cloud @@ -2803,6 +3131,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Naver Cloud @@ -2812,6 +3141,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Naver Cloud @@ -2821,6 +3151,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Neon @@ -2830,6 +3161,7 @@ isPrivateWithGhas: false hasPushProtection: false hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Neon @@ -2839,6 +3171,7 @@ isPrivateWithGhas: false hasPushProtection: false hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Netflix @@ -2848,6 +3181,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: New Relic @@ -2857,6 +3191,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: New Relic @@ -2866,6 +3201,7 @@ isPrivateWithGhas: true hasPushProtection: false hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: New Relic @@ -2875,6 +3211,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: New Relic @@ -2884,6 +3221,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Notion @@ -2893,6 +3231,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: '{% ifversion ghes %}false{% else %}true{% endif %}' base64Supported: false isduplicate: false - provider: Notion @@ -2902,6 +3241,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: '{% ifversion ghes %}false{% else %}true{% endif %}' base64Supported: false isduplicate: false - provider: Notion @@ -2911,6 +3251,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: npm @@ -2920,6 +3261,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: true - provider: NuGet @@ -2929,6 +3271,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: '{% ifversion ghes %}false{% else %}true{% endif %}' + hasExtendedMetadata: false base64Supported: false isduplicate: true - provider: Octopus Deploy @@ -2938,6 +3281,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Oculus @@ -2947,6 +3291,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: OneChronos @@ -2956,6 +3301,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: OneChronos @@ -2965,6 +3311,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: OneChronos @@ -2974,6 +3321,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: OneChronos @@ -2983,6 +3331,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: OneChronos @@ -2992,6 +3341,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: OneSignal @@ -3001,6 +3351,7 @@ isPrivateWithGhas: true hasPushProtection: false hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Onfido @@ -3010,6 +3361,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Onfido @@ -3019,6 +3371,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: OpenAI @@ -3028,6 +3381,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: '{% ifversion ghes %}false{% else %}true{% endif %}' base64Supported: false isduplicate: true - provider: OpenRouter @@ -3037,6 +3391,7 @@ isPrivateWithGhas: true hasPushProtection: false hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: OpenVSX @@ -3046,6 +3401,7 @@ isPrivateWithGhas: true hasPushProtection: false hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: true - provider: Openweather @@ -3055,6 +3411,7 @@ isPrivateWithGhas: true hasPushProtection: false hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Oracle @@ -3064,6 +3421,7 @@ isPrivateWithGhas: false hasPushProtection: false hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Orbit @@ -3073,6 +3431,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Paddle @@ -3082,6 +3441,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Paddle @@ -3091,6 +3451,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: PagerDuty @@ -3100,6 +3461,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: PagerDuty @@ -3109,6 +3471,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Palantir @@ -3118,6 +3481,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Pangea @@ -3127,6 +3491,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Perplexity @@ -3136,6 +3501,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Persona Identities @@ -3145,6 +3511,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Persona Identities @@ -3154,6 +3521,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Pineapple Technologies Limited @@ -3163,6 +3531,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Pinecone @@ -3172,6 +3541,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Pinterest @@ -3181,6 +3551,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Pinterest @@ -3190,6 +3561,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: PlanetScale @@ -3199,6 +3571,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: PlanetScale @@ -3208,6 +3581,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: PlanetScale @@ -3217,6 +3591,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Planning Center @@ -3226,6 +3601,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Planning Center @@ -3235,6 +3611,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Planning Center @@ -3244,6 +3621,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Plivo @@ -3253,6 +3631,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Polar @@ -3262,6 +3641,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: true - provider: Polar @@ -3271,6 +3651,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: true - provider: Polar @@ -3280,6 +3661,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: true - provider: Polar @@ -3289,6 +3671,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: true - provider: Polar @@ -3298,6 +3681,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Polar @@ -3307,6 +3691,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: true - provider: Polar @@ -3316,6 +3701,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: true - provider: Polar @@ -3325,6 +3711,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: PostHog @@ -3332,8 +3719,9 @@ secretType: posthog_feature_flags_secure_api_key isPublic: true isPrivateWithGhas: true - hasPushProtection: false + hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: PostHog @@ -3343,6 +3731,7 @@ isPrivateWithGhas: true hasPushProtection: false hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Postman @@ -3352,6 +3741,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: '{% ifversion ghes %}false{% else %}true{% endif %}' base64Supported: false isduplicate: false - provider: Postman @@ -3361,6 +3751,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Prefect @@ -3370,6 +3761,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Prefect @@ -3379,6 +3771,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Proctorio @@ -3388,6 +3781,7 @@ isPrivateWithGhas: true hasPushProtection: false hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Proctorio @@ -3397,6 +3791,7 @@ isPrivateWithGhas: true hasPushProtection: false hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Proctorio @@ -3406,6 +3801,7 @@ isPrivateWithGhas: true hasPushProtection: false hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Proctorio @@ -3415,6 +3811,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: true - provider: Proof @@ -3422,8 +3819,9 @@ secretType: proof_full_access_api_key isPublic: true isPrivateWithGhas: true - hasPushProtection: false + hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Pulumi @@ -3433,6 +3831,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: PyPI @@ -3442,6 +3841,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Rainforest Pay @@ -3451,6 +3851,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Rainforest Pay @@ -3460,6 +3861,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Ramp @@ -3469,6 +3871,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Ramp @@ -3478,6 +3881,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Ramp @@ -3485,8 +3889,9 @@ secretType: ramp_oauth_token isPublic: true isPrivateWithGhas: true - hasPushProtection: false + hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Raycast @@ -3496,6 +3901,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: ReadMe @@ -3505,6 +3911,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: redirect.pizza @@ -3514,6 +3921,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Replicate @@ -3523,6 +3931,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Rootly @@ -3532,6 +3941,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: RubyGems @@ -3541,6 +3951,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: RunPod @@ -3550,6 +3961,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Salesforce @@ -3559,6 +3971,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Salesforce @@ -3568,6 +3981,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Salesforce @@ -3577,6 +3991,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Samsara @@ -3586,6 +4001,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Samsara @@ -3595,6 +4011,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Scalr @@ -3604,6 +4021,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Segment @@ -3613,6 +4031,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: SendGrid @@ -3622,6 +4041,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: '{% ifversion ghes %}false{% else %}true{% endif %}' base64Supported: false isduplicate: false - provider: Sentry @@ -3631,6 +4051,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Sentry @@ -3640,6 +4061,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Sentry @@ -3649,6 +4071,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Sentry @@ -3658,6 +4081,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Shippo @@ -3667,6 +4091,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Shippo @@ -3676,6 +4101,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Shopee @@ -3685,6 +4111,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Shopify @@ -3694,6 +4121,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Shopify @@ -3703,6 +4131,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Shopify @@ -3712,6 +4141,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Shopify @@ -3721,6 +4151,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Shopify @@ -3730,6 +4161,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Shopify @@ -3739,6 +4171,7 @@ isPrivateWithGhas: true hasPushProtection: false hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Shopify @@ -3748,6 +4181,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Shopify @@ -3757,6 +4191,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Shopify @@ -3766,6 +4201,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Siemens @@ -3775,6 +4211,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Siemens @@ -3784,6 +4221,7 @@ isPrivateWithGhas: false hasPushProtection: false hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Sindri @@ -3791,8 +4229,9 @@ secretType: sindri_api_key isPublic: true isPrivateWithGhas: true - hasPushProtection: false + hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: true - provider: Slack @@ -3802,6 +4241,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: '{% ifversion ghes %}false{% else %}true{% endif %}' base64Supported: false isduplicate: true - provider: Slack @@ -3811,6 +4251,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Slack @@ -3820,6 +4261,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Snowflake @@ -3829,6 +4271,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Snowflake @@ -3838,6 +4281,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Snowflake @@ -3847,6 +4291,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Sourcegraph @@ -3856,6 +4301,7 @@ isPrivateWithGhas: true hasPushProtection: false hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Sourcegraph @@ -3865,6 +4311,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Sourcegraph @@ -3874,6 +4321,7 @@ isPrivateWithGhas: true hasPushProtection: false hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Sourcegraph @@ -3883,6 +4331,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Sourcegraph @@ -3890,8 +4339,9 @@ secretType: sourcegraph_product_subscription_token isPublic: true isPrivateWithGhas: true - hasPushProtection: false + hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Square @@ -3901,6 +4351,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: true - provider: Square @@ -3910,6 +4361,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Square @@ -3919,6 +4371,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: SSLMate @@ -3928,6 +4381,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: true - provider: SSLMate @@ -3937,6 +4391,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Stripe @@ -3946,6 +4401,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: '{% ifversion ghes %}false{% else %}true{% endif %}' base64Supported: false isduplicate: false - provider: Stripe @@ -3955,6 +4411,7 @@ isPrivateWithGhas: false hasPushProtection: false hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Stripe @@ -3964,6 +4421,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Stripe @@ -3973,6 +4431,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Stripe @@ -3982,6 +4441,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: '{% ifversion ghes %}false{% else %}true{% endif %}' base64Supported: false isduplicate: false - provider: Stripe @@ -3991,6 +4451,7 @@ isPrivateWithGhas: true hasPushProtection: false hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Supabase @@ -4000,6 +4461,7 @@ isPrivateWithGhas: true hasPushProtection: false hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Supabase @@ -4007,8 +4469,9 @@ secretType: supabase_secret_key isPublic: true isPrivateWithGhas: true - hasPushProtection: false + hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Supabase @@ -4018,6 +4481,7 @@ isPrivateWithGhas: true hasPushProtection: false hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: true - provider: Tableau @@ -4027,6 +4491,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Tailscale @@ -4036,6 +4501,7 @@ isPrivateWithGhas: true hasPushProtection: false hasValidityCheck: true + hasExtendedMetadata: '{% ifversion ghes %}false{% else %}true{% endif %}' base64Supported: false isduplicate: false - provider: Telegram @@ -4045,6 +4511,7 @@ isPrivateWithGhas: true hasPushProtection: false hasValidityCheck: true + hasExtendedMetadata: '{% ifversion ghes %}false{% else %}true{% endif %}' base64Supported: false isduplicate: false - provider: Telnyx @@ -4054,6 +4521,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Temporal @@ -4063,6 +4531,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Tencent @@ -4072,6 +4541,7 @@ isPrivateWithGhas: true hasPushProtection: false hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Tencent @@ -4081,6 +4551,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Tencent @@ -4090,6 +4561,7 @@ isPrivateWithGhas: true hasPushProtection: false hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Tencent @@ -4099,6 +4571,7 @@ isPrivateWithGhas: true hasPushProtection: false hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Thunderstore @@ -4108,6 +4581,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Twilio @@ -4117,6 +4591,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Twilio @@ -4126,6 +4601,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: true isduplicate: true - provider: Twilio @@ -4135,6 +4611,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Typeform @@ -4144,6 +4621,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Uniwise @@ -4153,6 +4631,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Unkey @@ -4162,6 +4641,7 @@ isPrivateWithGhas: true hasPushProtection: false hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Val Town @@ -4171,6 +4651,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Vercel @@ -4180,6 +4661,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Vercel @@ -4189,6 +4671,7 @@ isPrivateWithGhas: true hasPushProtection: false hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Vercel @@ -4198,6 +4681,7 @@ isPrivateWithGhas: true hasPushProtection: false hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Vercel @@ -4207,6 +4691,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Vercel @@ -4216,6 +4701,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Vercel @@ -4225,6 +4711,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: VolcEngine @@ -4234,6 +4721,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Wakatime @@ -4243,6 +4731,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Wakatime @@ -4252,6 +4741,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Wakatime @@ -4261,6 +4751,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Wakatime @@ -4270,6 +4761,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Weights & Biases @@ -4279,6 +4771,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Workato @@ -4288,6 +4781,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: true - provider: WorkOS @@ -4297,6 +4791,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: true - provider: WorkOS @@ -4306,6 +4801,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: true - provider: WSO2 @@ -4315,6 +4811,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: xAI @@ -4324,6 +4821,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Yandex @@ -4333,6 +4831,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Yandex @@ -4342,6 +4841,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Yandex @@ -4351,6 +4851,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Yandex @@ -4360,6 +4861,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Yandex @@ -4369,6 +4871,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Yandex @@ -4378,6 +4881,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Yandex @@ -4387,6 +4891,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Yandex @@ -4396,6 +4901,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Yandex @@ -4405,6 +4911,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: ZenHub @@ -4414,6 +4921,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Zuplo @@ -4423,5 +4931,6 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false diff --git a/src/secret-scanning/data/pattern-docs/ghec/public-docs.yml b/src/secret-scanning/data/pattern-docs/ghec/public-docs.yml index 629b86e1e061..cbb721e3250a 100644 --- a/src/secret-scanning/data/pattern-docs/ghec/public-docs.yml +++ b/src/secret-scanning/data/pattern-docs/ghec/public-docs.yml @@ -5,6 +5,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Adafruit @@ -14,6 +15,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: '{% ifversion ghes %}false{% else %}true{% endif %}' base64Supported: false isduplicate: false - provider: Adobe @@ -23,6 +25,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Adobe @@ -32,6 +35,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Adobe @@ -41,6 +45,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Adobe @@ -50,6 +55,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Adobe @@ -59,6 +65,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Adobe @@ -68,6 +75,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Aikido @@ -77,6 +85,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Aikido @@ -86,6 +95,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Airtable @@ -95,6 +105,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Airtable @@ -104,6 +115,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Aiven @@ -113,6 +125,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Aiven @@ -122,6 +135,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Alibaba @@ -131,6 +145,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Amazon AWS @@ -140,6 +155,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: true isduplicate: true - provider: Amazon AWS @@ -149,6 +165,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Amazon AWS @@ -160,6 +177,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Anthropic @@ -169,6 +187,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Anthropic @@ -178,6 +197,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: '{% ifversion ghes %}false{% else %}true{% endif %}' base64Supported: true isduplicate: true - provider: Anthropic @@ -187,6 +207,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Apify @@ -196,6 +217,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Apify @@ -205,6 +227,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Apify @@ -214,6 +237,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: '{% ifversion ghes %}false{% else %}true{% endif %}' base64Supported: false isduplicate: false - provider: Apify @@ -223,6 +247,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Apify @@ -232,6 +257,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Apify @@ -241,6 +267,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Apify @@ -250,6 +277,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Asaas @@ -259,6 +287,7 @@ isPrivateWithGhas: true hasPushProtection: false hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Asana @@ -268,6 +297,7 @@ isPrivateWithGhas: true hasPushProtection: false hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Asana @@ -277,6 +307,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: true - provider: Atlassian @@ -286,6 +317,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: true - provider: Atlassian @@ -295,6 +327,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Authress @@ -304,6 +337,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Azure @@ -315,6 +349,7 @@ isPrivateWithGhas: true hasPushProtection: false hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Azure @@ -324,6 +359,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: true - provider: Azure @@ -333,6 +369,7 @@ isPrivateWithGhas: true hasPushProtection: false hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Azure @@ -342,6 +379,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Azure @@ -351,6 +389,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Azure @@ -360,6 +399,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Azure @@ -369,6 +409,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Azure @@ -378,6 +419,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Azure @@ -387,6 +429,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: '{% ifversion ghes %}false{% else %}true{% endif %}' + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Azure @@ -396,6 +439,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Azure @@ -405,6 +449,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: '{% ifversion ghes %}false{% else %}true{% endif %}' + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Azure @@ -414,6 +459,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Azure @@ -423,6 +469,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: true - provider: Azure @@ -432,6 +479,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: true isduplicate: true - provider: Azure @@ -441,6 +489,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Azure @@ -450,6 +499,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: '{% ifversion ghes %}false{% else %}true{% endif %}' + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Azure @@ -459,6 +509,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Azure @@ -468,6 +519,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Azure @@ -477,6 +529,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Azure @@ -486,6 +539,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Azure @@ -495,6 +549,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Azure @@ -504,6 +559,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: true isduplicate: true - provider: Azure @@ -513,6 +569,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Azure @@ -522,6 +579,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Azure @@ -531,6 +589,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: '{% ifversion ghes %}false{% else %}true{% endif %}' + hasExtendedMetadata: false base64Supported: false isduplicate: true - provider: Azure @@ -540,6 +599,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: true - provider: Azure @@ -549,6 +609,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Azure @@ -558,6 +619,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Azure @@ -567,6 +629,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Azure @@ -576,6 +639,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Azure @@ -585,6 +649,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: true isduplicate: true - provider: Azure @@ -594,6 +659,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Azure @@ -603,6 +669,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Azure @@ -612,6 +679,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Azure @@ -621,6 +689,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Azure @@ -630,6 +699,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: '{% ifversion ghes %}false{% else %}true{% endif %}' + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Azure @@ -639,6 +709,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Azure @@ -648,6 +719,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Azure @@ -657,6 +729,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: '{% ifversion ghes %}false{% else %}true{% endif %}' + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Azure @@ -666,6 +739,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Azure @@ -675,6 +749,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: '{% ifversion ghes %}false{% else %}true{% endif %}' + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Azure @@ -684,6 +759,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Azure @@ -693,6 +769,7 @@ isPrivateWithGhas: false hasPushProtection: false hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: true - provider: Azure @@ -702,6 +779,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Azure @@ -711,6 +789,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Azure @@ -720,6 +799,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Azure @@ -729,6 +809,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: '{% ifversion ghes %}false{% else %}true{% endif %}' + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Azure @@ -738,6 +819,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Azure @@ -747,6 +829,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Azure @@ -756,6 +839,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Azure @@ -765,6 +849,7 @@ isPrivateWithGhas: false hasPushProtection: false hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Azure @@ -774,6 +859,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Azure @@ -783,6 +869,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: true isduplicate: true - provider: Azure @@ -792,6 +879,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Azure @@ -801,6 +889,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Azure @@ -810,6 +899,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Azure @@ -819,6 +909,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Azure @@ -828,6 +919,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Azure @@ -837,6 +929,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Azure @@ -846,6 +939,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Azure @@ -855,6 +949,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Azure @@ -864,6 +959,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Azure @@ -873,6 +969,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Azure @@ -882,6 +979,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: true - provider: Azure @@ -891,6 +989,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Azure @@ -900,6 +999,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Azure @@ -909,6 +1009,7 @@ isPrivateWithGhas: true hasPushProtection: false hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Azure @@ -918,6 +1019,7 @@ isPrivateWithGhas: false hasPushProtection: false hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Azure @@ -927,6 +1029,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Azure @@ -936,6 +1039,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: true isduplicate: true - provider: Azure @@ -945,6 +1049,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Azure @@ -954,6 +1059,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Azure @@ -963,6 +1069,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Azure @@ -972,6 +1079,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Azure @@ -981,6 +1089,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Azure @@ -990,6 +1099,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: true - provider: Azure @@ -999,6 +1109,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Azure @@ -1008,6 +1119,16 @@ isPrivateWithGhas: true hasPushProtection: false hasValidityCheck: false + hasExtendedMetadata: false + base64Supported: false + isduplicate: false +- provider: Baidu + supportedSecret: Baidu AI API Key + secretType: baiduai_api_key + isPublic: true + isPrivateWithGhas: false + hasPushProtection: false + hasValidityCheck: false base64Supported: false isduplicate: false - provider: Baidu @@ -1017,6 +1138,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Beamer @@ -1026,6 +1148,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Bitbucket @@ -1035,6 +1158,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Bitrise @@ -1044,6 +1168,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Bitrise @@ -1053,6 +1178,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Block Protocol @@ -1062,6 +1188,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Brevo @@ -1071,6 +1198,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: true isduplicate: true - provider: Brevo @@ -1080,6 +1208,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Buildkite @@ -1089,6 +1218,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Buildkite @@ -1098,6 +1228,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Buildkite @@ -1107,6 +1238,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Buildkite @@ -1116,6 +1248,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Buildkite @@ -1125,6 +1258,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Buildkite @@ -1134,6 +1268,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Buildkite @@ -1143,6 +1278,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Buildkite @@ -1152,6 +1288,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Buildkite @@ -1161,6 +1298,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Buildkite @@ -1170,6 +1308,7 @@ isPrivateWithGhas: true hasPushProtection: false hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Canadian Digital Service @@ -1179,6 +1318,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Canva @@ -1188,6 +1328,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Canva @@ -1197,6 +1338,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Canva @@ -1206,6 +1348,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Cashfree @@ -1215,6 +1358,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Cfx.re @@ -1224,6 +1368,7 @@ isPrivateWithGhas: true hasPushProtection: false hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Checkout.com @@ -1233,6 +1378,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: true - provider: Checkout.com @@ -1242,6 +1388,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: true - provider: Chief Tools @@ -1251,6 +1398,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: CircleCI @@ -1260,6 +1408,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: CircleCI @@ -1269,6 +1418,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: CircleCI @@ -1278,6 +1428,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: CircleCI @@ -1287,6 +1438,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Clojars @@ -1296,6 +1448,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: CloudBees @@ -1305,6 +1458,7 @@ isPrivateWithGhas: false hasPushProtection: false hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Cockroach Labs @@ -1314,6 +1468,7 @@ isPrivateWithGhas: true hasPushProtection: false hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Cohere @@ -1323,6 +1478,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Contentful @@ -1332,6 +1488,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: '{% ifversion ghes %}false{% else %}true{% endif %}' base64Supported: false isduplicate: false - provider: Contentful @@ -1341,6 +1498,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Contributed Systems @@ -1350,6 +1508,7 @@ isPrivateWithGhas: false hasPushProtection: false hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Coveo @@ -1359,6 +1518,7 @@ isPrivateWithGhas: false hasPushProtection: false hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Coveo @@ -1368,6 +1528,7 @@ isPrivateWithGhas: false hasPushProtection: false hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: crates.io @@ -1377,6 +1538,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: true - provider: Databento @@ -1386,6 +1548,7 @@ isPrivateWithGhas: true hasPushProtection: false hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Databricks @@ -1395,6 +1558,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: true isduplicate: true - provider: Databricks @@ -1404,6 +1568,7 @@ isPrivateWithGhas: true hasPushProtection: false hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Databricks @@ -1413,6 +1578,7 @@ isPrivateWithGhas: true hasPushProtection: false hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Databricks @@ -1422,6 +1588,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Databricks @@ -1431,6 +1598,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Databricks @@ -1440,6 +1608,7 @@ isPrivateWithGhas: true hasPushProtection: false hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Databricks @@ -1449,6 +1618,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Databricks @@ -1458,6 +1628,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Databricks @@ -1467,6 +1638,7 @@ isPrivateWithGhas: true hasPushProtection: false hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Databricks @@ -1476,6 +1648,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Databricks @@ -1485,6 +1658,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Databricks @@ -1494,6 +1668,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Datadog @@ -1503,6 +1678,7 @@ isPrivateWithGhas: false hasPushProtection: false hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Datadog @@ -1512,6 +1688,7 @@ isPrivateWithGhas: false hasPushProtection: false hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Datadog @@ -1521,6 +1698,7 @@ isPrivateWithGhas: true hasPushProtection: false hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Datastax @@ -1530,6 +1708,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: DeepSeek @@ -1539,6 +1718,7 @@ isPrivateWithGhas: true hasPushProtection: false hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Defined Networking @@ -1548,6 +1728,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: DevCycle @@ -1557,6 +1738,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: DevCycle @@ -1566,6 +1748,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: DevCycle @@ -1575,6 +1758,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: DigitalOcean @@ -1584,6 +1768,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: DigitalOcean @@ -1593,6 +1778,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: DigitalOcean @@ -1602,6 +1788,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: DigitalOcean @@ -1611,6 +1798,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Discord @@ -1620,6 +1808,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: '{% ifversion ghes %}false{% else %}true{% endif %}' base64Supported: false isduplicate: true - provider: Docker @@ -1629,6 +1818,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Docker @@ -1638,6 +1828,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Docker @@ -1647,6 +1838,7 @@ isPrivateWithGhas: true hasPushProtection: false hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Docker @@ -1656,6 +1848,7 @@ isPrivateWithGhas: true hasPushProtection: false hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Doppler @@ -1665,6 +1858,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Doppler @@ -1674,6 +1868,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Doppler @@ -1683,6 +1878,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Doppler @@ -1692,6 +1888,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Doppler @@ -1701,6 +1898,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Doppler @@ -1710,6 +1908,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Dropbox @@ -1719,6 +1918,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: '{% ifversion ghes %}false{% else %}true{% endif %}' base64Supported: false isduplicate: false - provider: Dropbox @@ -1728,6 +1928,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: '{% ifversion ghes %}false{% else %}true{% endif %}' base64Supported: false isduplicate: false - provider: Duffel @@ -1737,6 +1938,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Duffel @@ -1746,6 +1948,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Dynatrace @@ -1755,6 +1958,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Dynatrace @@ -1764,6 +1968,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: EasyPost @@ -1773,6 +1978,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: EasyPost @@ -1782,6 +1988,7 @@ isPrivateWithGhas: true hasPushProtection: false hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: eBay @@ -1791,6 +1998,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: eBay @@ -1800,6 +2008,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Elastic @@ -1809,6 +2018,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Facebook @@ -1818,6 +2028,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Fastly @@ -1825,10 +2036,20 @@ secretType: fastly_api_token isPublic: true isPrivateWithGhas: true - hasPushProtection: false + hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: '{% ifversion ghes %}false{% else %}true{% endif %}' base64Supported: false isduplicate: true +- provider: Fieldguide + supportedSecret: Fieldguide API Token + secretType: fieldguide_api_token + isPublic: true + isPrivateWithGhas: false + hasPushProtection: false + hasValidityCheck: false + base64Supported: false + isduplicate: false - provider: Figma supportedSecret: Figma Personal Access Token secretType: figma_pat @@ -1836,6 +2057,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: '{% ifversion ghes %}false{% else %}true{% endif %}' base64Supported: false isduplicate: false - provider: Finicity @@ -1845,6 +2067,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Firebase @@ -1854,6 +2077,7 @@ isPrivateWithGhas: true hasPushProtection: false hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Flutterwave @@ -1863,6 +2087,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Flutterwave @@ -1872,6 +2097,7 @@ isPrivateWithGhas: true hasPushProtection: false hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Frame.io @@ -1881,6 +2107,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Frame.io @@ -1890,6 +2117,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: FullStory @@ -1899,6 +2127,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: true - provider: GitHub @@ -1908,6 +2137,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: true base64Supported: true isduplicate: true - provider: GitHub @@ -1917,6 +2147,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: true base64Supported: true isduplicate: true - provider: GitHub @@ -1926,6 +2157,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: true base64Supported: true isduplicate: true - provider: GitHub @@ -1935,6 +2167,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: true base64Supported: true isduplicate: true - provider: GitHub @@ -1944,6 +2177,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: true base64Supported: false isduplicate: false - provider: GitHub @@ -1953,6 +2187,7 @@ isPrivateWithGhas: true hasPushProtection: false hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: GitLab @@ -1962,6 +2197,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: '{% ifversion ghes %}false{% else %}true{% endif %}' base64Supported: true isduplicate: true - provider: GoCardless @@ -1971,6 +2207,7 @@ isPrivateWithGhas: true hasPushProtection: false hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: GoCardless @@ -1980,6 +2217,7 @@ isPrivateWithGhas: true hasPushProtection: false hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Google @@ -1989,6 +2227,7 @@ isPrivateWithGhas: true hasPushProtection: false hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Google @@ -1998,6 +2237,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Google @@ -2009,6 +2249,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Google @@ -2020,6 +2261,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Google @@ -2029,6 +2271,7 @@ isPrivateWithGhas: true hasPushProtection: false hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Google @@ -2038,6 +2281,7 @@ isPrivateWithGhas: true hasPushProtection: false hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Google @@ -2047,6 +2291,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: '{% ifversion ghes %}false{% else %}true{% endif %}' base64Supported: false isduplicate: false - provider: Google @@ -2056,6 +2301,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: true isduplicate: true - provider: Google @@ -2065,6 +2311,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: true isduplicate: true - provider: Grafana @@ -2074,6 +2321,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Grafana @@ -2083,6 +2331,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Grafana @@ -2092,6 +2341,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Grafana @@ -2101,6 +2351,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Groq @@ -2110,6 +2361,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: true isduplicate: true - provider: GuardSquare @@ -2119,6 +2371,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: GuardSquare @@ -2128,6 +2381,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: GuardSquare @@ -2137,6 +2391,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: HashiCorp @@ -2146,6 +2401,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: true - provider: HashiCorp @@ -2155,6 +2411,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: HashiCorp @@ -2164,6 +2421,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: true - provider: HashiCorp @@ -2173,6 +2431,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: '{% ifversion ghes %}false{% else %}true{% endif %}' base64Supported: false isduplicate: false - provider: hCaptcha @@ -2182,6 +2441,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Heroku @@ -2191,6 +2451,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Heroku @@ -2200,6 +2461,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Highnote @@ -2209,6 +2471,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Highnote @@ -2218,6 +2481,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Highnote @@ -2227,6 +2491,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Highnote @@ -2236,6 +2501,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: HOP @@ -2245,6 +2511,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: HOP @@ -2254,6 +2521,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: HOP @@ -2263,6 +2531,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Hubspot @@ -2272,6 +2541,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: true - provider: Hubspot @@ -2281,6 +2551,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Hubspot @@ -2290,6 +2561,7 @@ isPrivateWithGhas: true hasPushProtection: false hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Hubspot @@ -2299,6 +2571,7 @@ isPrivateWithGhas: true hasPushProtection: false hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: true - provider: Hugging Face @@ -2308,6 +2581,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Hugging Face @@ -2317,6 +2591,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: '{% ifversion ghes %}false{% else %}true{% endif %}' base64Supported: true isduplicate: true - provider: IBM @@ -2326,6 +2601,7 @@ isPrivateWithGhas: false hasPushProtection: false hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Intercom @@ -2335,6 +2611,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: '{% ifversion ghes %}false{% else %}true{% endif %}' base64Supported: false isduplicate: false - provider: Ionic @@ -2344,6 +2621,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: true - provider: Ionic @@ -2353,6 +2631,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: true - provider: Iterative @@ -2362,6 +2641,7 @@ isPrivateWithGhas: false hasPushProtection: false hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: JFrog @@ -2371,6 +2651,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: JFrog @@ -2380,6 +2661,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: JFrog @@ -2389,6 +2671,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: true isduplicate: true - provider: Langchain @@ -2398,6 +2681,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Langchain @@ -2407,24 +2691,27 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Lark - supportedSecret: Lark APaaS Client ID + supportedSecret: Lark APaaS Client Secret secretType: lark_apaas_client_id,
lark_apaas_client_secret isPublic: true - isPrivateWithGhas: false - hasPushProtection: false + isPrivateWithGhas: true + hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Lark - supportedSecret: Lark Application ID + supportedSecret: Lark Application Secret secretType: lark_app_id,
lark_app_secret isPublic: true - isPrivateWithGhas: false + isPrivateWithGhas: true hasPushProtection: false hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Lark @@ -2434,15 +2721,17 @@ isPrivateWithGhas: false hasPushProtection: false hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Lark - supportedSecret: Lark Meego Plugin ID + supportedSecret: Lark Meego Plugin Secret secretType: lark_meego_plugin_id,
lark_meego_plugin_secret isPublic: true - isPrivateWithGhas: false - hasPushProtection: false + isPrivateWithGhas: true + hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Lark @@ -2450,8 +2739,9 @@ secretType: lark_user_session isPublic: true isPrivateWithGhas: true - hasPushProtection: false + hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: LaunchDarkly @@ -2459,8 +2749,9 @@ secretType: launchdarkly_access_token isPublic: true isPrivateWithGhas: true - hasPushProtection: false + hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Lichess @@ -2470,6 +2761,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Lichess @@ -2479,6 +2771,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Lightspeed @@ -2488,6 +2781,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Limbar @@ -2497,6 +2791,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Linear @@ -2506,6 +2801,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Linear @@ -2515,6 +2811,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: LinkedIn @@ -2524,6 +2821,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Lob @@ -2533,6 +2831,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Lob @@ -2542,6 +2841,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Localstack @@ -2551,6 +2851,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: LogicMonitor @@ -2560,6 +2861,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: LogicMonitor @@ -2569,6 +2871,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Login with Amazon @@ -2578,6 +2881,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Mailchimp @@ -2587,6 +2891,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: '{% ifversion ghes %}false{% else %}true{% endif %}' base64Supported: false isduplicate: false - provider: Mailchimp @@ -2596,6 +2901,7 @@ isPrivateWithGhas: false hasPushProtection: false hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Mailersend @@ -2605,6 +2911,7 @@ isPrivateWithGhas: false hasPushProtection: false hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Mailersend @@ -2614,6 +2921,7 @@ isPrivateWithGhas: false hasPushProtection: false hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Mailersend @@ -2623,6 +2931,7 @@ isPrivateWithGhas: false hasPushProtection: false hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Mailgun @@ -2632,6 +2941,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: '{% ifversion ghes %}false{% else %}true{% endif %}' base64Supported: false isduplicate: true - provider: Mailgun @@ -2641,6 +2951,7 @@ isPrivateWithGhas: false hasPushProtection: false hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Mapbox @@ -2650,6 +2961,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: '{% ifversion ghes %}false{% else %}true{% endif %}' base64Supported: false isduplicate: false - provider: MaxMind @@ -2659,6 +2971,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Mercury @@ -2668,6 +2981,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Mercury @@ -2677,6 +2991,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Mergify @@ -2686,6 +3001,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: MessageBird @@ -2695,6 +3011,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Microsoft @@ -2704,6 +3021,7 @@ isPrivateWithGhas: false hasPushProtection: false hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Midtrans @@ -2713,6 +3031,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Midtrans @@ -2722,6 +3041,7 @@ isPrivateWithGhas: true hasPushProtection: false hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Mistral AI @@ -2731,6 +3051,7 @@ isPrivateWithGhas: true hasPushProtection: false hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: MongoDB @@ -2740,6 +3061,7 @@ isPrivateWithGhas: true hasPushProtection: false hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: MongoDB @@ -2749,6 +3071,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Naver Cloud @@ -2758,6 +3081,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Naver Cloud @@ -2767,6 +3091,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Naver Cloud @@ -2776,6 +3101,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Naver Cloud @@ -2785,6 +3111,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Naver Cloud @@ -2794,6 +3121,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Naver Cloud @@ -2803,6 +3131,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Naver Cloud @@ -2812,6 +3141,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Naver Cloud @@ -2821,6 +3151,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Neon @@ -2830,6 +3161,7 @@ isPrivateWithGhas: false hasPushProtection: false hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Neon @@ -2839,6 +3171,7 @@ isPrivateWithGhas: false hasPushProtection: false hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Netflix @@ -2848,6 +3181,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: New Relic @@ -2857,6 +3191,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: New Relic @@ -2866,6 +3201,7 @@ isPrivateWithGhas: true hasPushProtection: false hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: New Relic @@ -2875,6 +3211,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: New Relic @@ -2884,6 +3221,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Notion @@ -2893,6 +3231,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: '{% ifversion ghes %}false{% else %}true{% endif %}' base64Supported: false isduplicate: false - provider: Notion @@ -2902,6 +3241,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: '{% ifversion ghes %}false{% else %}true{% endif %}' base64Supported: false isduplicate: false - provider: Notion @@ -2911,6 +3251,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: npm @@ -2920,6 +3261,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: true - provider: NuGet @@ -2929,6 +3271,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: '{% ifversion ghes %}false{% else %}true{% endif %}' + hasExtendedMetadata: false base64Supported: false isduplicate: true - provider: Octopus Deploy @@ -2938,6 +3281,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Oculus @@ -2947,6 +3291,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: OneChronos @@ -2956,6 +3301,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: OneChronos @@ -2965,6 +3311,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: OneChronos @@ -2974,6 +3321,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: OneChronos @@ -2983,6 +3331,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: OneChronos @@ -2992,6 +3341,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: OneSignal @@ -3001,6 +3351,7 @@ isPrivateWithGhas: true hasPushProtection: false hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Onfido @@ -3010,6 +3361,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Onfido @@ -3019,6 +3371,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: OpenAI @@ -3028,6 +3381,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: '{% ifversion ghes %}false{% else %}true{% endif %}' base64Supported: false isduplicate: true - provider: OpenRouter @@ -3037,6 +3391,7 @@ isPrivateWithGhas: true hasPushProtection: false hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: OpenVSX @@ -3046,6 +3401,7 @@ isPrivateWithGhas: true hasPushProtection: false hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: true - provider: Openweather @@ -3055,6 +3411,7 @@ isPrivateWithGhas: true hasPushProtection: false hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Oracle @@ -3064,6 +3421,7 @@ isPrivateWithGhas: false hasPushProtection: false hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Orbit @@ -3073,6 +3431,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Paddle @@ -3082,6 +3441,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Paddle @@ -3091,6 +3451,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: PagerDuty @@ -3100,6 +3461,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: PagerDuty @@ -3109,6 +3471,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Palantir @@ -3118,6 +3481,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Pangea @@ -3127,6 +3491,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Perplexity @@ -3136,6 +3501,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Persona Identities @@ -3145,6 +3511,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Persona Identities @@ -3154,6 +3521,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Pineapple Technologies Limited @@ -3163,6 +3531,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Pinecone @@ -3172,6 +3541,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Pinterest @@ -3181,6 +3551,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Pinterest @@ -3190,6 +3561,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: PlanetScale @@ -3199,6 +3571,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: PlanetScale @@ -3208,6 +3581,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: PlanetScale @@ -3217,6 +3591,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Planning Center @@ -3226,6 +3601,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Planning Center @@ -3235,6 +3611,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Planning Center @@ -3244,6 +3621,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Plivo @@ -3253,6 +3631,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Polar @@ -3262,6 +3641,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: true - provider: Polar @@ -3271,6 +3651,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: true - provider: Polar @@ -3280,6 +3661,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: true - provider: Polar @@ -3289,6 +3671,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: true - provider: Polar @@ -3298,6 +3681,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Polar @@ -3307,6 +3691,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: true - provider: Polar @@ -3316,6 +3701,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: true - provider: Polar @@ -3325,6 +3711,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: PostHog @@ -3332,8 +3719,9 @@ secretType: posthog_feature_flags_secure_api_key isPublic: true isPrivateWithGhas: true - hasPushProtection: false + hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: PostHog @@ -3343,6 +3731,7 @@ isPrivateWithGhas: true hasPushProtection: false hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Postman @@ -3352,6 +3741,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: '{% ifversion ghes %}false{% else %}true{% endif %}' base64Supported: false isduplicate: false - provider: Postman @@ -3361,6 +3751,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Prefect @@ -3370,6 +3761,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Prefect @@ -3379,6 +3771,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Proctorio @@ -3388,6 +3781,7 @@ isPrivateWithGhas: true hasPushProtection: false hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Proctorio @@ -3397,6 +3791,7 @@ isPrivateWithGhas: true hasPushProtection: false hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Proctorio @@ -3406,6 +3801,7 @@ isPrivateWithGhas: true hasPushProtection: false hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Proctorio @@ -3415,6 +3811,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: true - provider: Proof @@ -3422,8 +3819,9 @@ secretType: proof_full_access_api_key isPublic: true isPrivateWithGhas: true - hasPushProtection: false + hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Pulumi @@ -3433,6 +3831,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: PyPI @@ -3442,6 +3841,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Rainforest Pay @@ -3451,6 +3851,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Rainforest Pay @@ -3460,6 +3861,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Ramp @@ -3469,6 +3871,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Ramp @@ -3478,6 +3881,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Ramp @@ -3485,8 +3889,9 @@ secretType: ramp_oauth_token isPublic: true isPrivateWithGhas: true - hasPushProtection: false + hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Raycast @@ -3496,6 +3901,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: ReadMe @@ -3505,6 +3911,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: redirect.pizza @@ -3514,6 +3921,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Replicate @@ -3523,6 +3931,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Rootly @@ -3532,6 +3941,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: RubyGems @@ -3541,6 +3951,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: RunPod @@ -3550,6 +3961,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Salesforce @@ -3559,6 +3971,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Salesforce @@ -3568,6 +3981,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Salesforce @@ -3577,6 +3991,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Samsara @@ -3586,6 +4001,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Samsara @@ -3595,6 +4011,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Scalr @@ -3604,6 +4021,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Segment @@ -3613,6 +4031,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: SendGrid @@ -3622,6 +4041,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: '{% ifversion ghes %}false{% else %}true{% endif %}' base64Supported: false isduplicate: false - provider: Sentry @@ -3631,6 +4051,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Sentry @@ -3640,6 +4061,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Sentry @@ -3649,6 +4071,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Sentry @@ -3658,6 +4081,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Shippo @@ -3667,6 +4091,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Shippo @@ -3676,6 +4101,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Shopee @@ -3685,6 +4111,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Shopify @@ -3694,6 +4121,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Shopify @@ -3703,6 +4131,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Shopify @@ -3712,6 +4141,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Shopify @@ -3721,6 +4151,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Shopify @@ -3730,6 +4161,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Shopify @@ -3739,6 +4171,7 @@ isPrivateWithGhas: true hasPushProtection: false hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Shopify @@ -3748,6 +4181,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Shopify @@ -3757,6 +4191,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Shopify @@ -3766,6 +4201,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Siemens @@ -3775,6 +4211,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Siemens @@ -3784,6 +4221,7 @@ isPrivateWithGhas: false hasPushProtection: false hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Sindri @@ -3791,8 +4229,9 @@ secretType: sindri_api_key isPublic: true isPrivateWithGhas: true - hasPushProtection: false + hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: true - provider: Slack @@ -3802,6 +4241,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: '{% ifversion ghes %}false{% else %}true{% endif %}' base64Supported: false isduplicate: true - provider: Slack @@ -3811,6 +4251,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Slack @@ -3820,6 +4261,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Snowflake @@ -3829,6 +4271,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Snowflake @@ -3838,6 +4281,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Snowflake @@ -3847,6 +4291,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Sourcegraph @@ -3856,6 +4301,7 @@ isPrivateWithGhas: true hasPushProtection: false hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Sourcegraph @@ -3865,6 +4311,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Sourcegraph @@ -3874,6 +4321,7 @@ isPrivateWithGhas: true hasPushProtection: false hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Sourcegraph @@ -3883,6 +4331,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Sourcegraph @@ -3890,8 +4339,9 @@ secretType: sourcegraph_product_subscription_token isPublic: true isPrivateWithGhas: true - hasPushProtection: false + hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Square @@ -3901,6 +4351,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: true - provider: Square @@ -3910,6 +4361,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Square @@ -3919,6 +4371,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: SSLMate @@ -3928,6 +4381,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: true - provider: SSLMate @@ -3937,6 +4391,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Stripe @@ -3946,6 +4401,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: '{% ifversion ghes %}false{% else %}true{% endif %}' base64Supported: false isduplicate: false - provider: Stripe @@ -3955,6 +4411,7 @@ isPrivateWithGhas: false hasPushProtection: false hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Stripe @@ -3964,6 +4421,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Stripe @@ -3973,6 +4431,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Stripe @@ -3982,6 +4441,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: '{% ifversion ghes %}false{% else %}true{% endif %}' base64Supported: false isduplicate: false - provider: Stripe @@ -3991,6 +4451,7 @@ isPrivateWithGhas: true hasPushProtection: false hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Supabase @@ -4000,6 +4461,7 @@ isPrivateWithGhas: true hasPushProtection: false hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Supabase @@ -4007,8 +4469,9 @@ secretType: supabase_secret_key isPublic: true isPrivateWithGhas: true - hasPushProtection: false + hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Supabase @@ -4018,6 +4481,7 @@ isPrivateWithGhas: true hasPushProtection: false hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: true - provider: Tableau @@ -4027,6 +4491,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Tailscale @@ -4036,6 +4501,7 @@ isPrivateWithGhas: true hasPushProtection: false hasValidityCheck: true + hasExtendedMetadata: '{% ifversion ghes %}false{% else %}true{% endif %}' base64Supported: false isduplicate: false - provider: Telegram @@ -4045,6 +4511,7 @@ isPrivateWithGhas: true hasPushProtection: false hasValidityCheck: true + hasExtendedMetadata: '{% ifversion ghes %}false{% else %}true{% endif %}' base64Supported: false isduplicate: false - provider: Telnyx @@ -4054,6 +4521,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Temporal @@ -4063,6 +4531,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Tencent @@ -4072,6 +4541,7 @@ isPrivateWithGhas: true hasPushProtection: false hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Tencent @@ -4081,6 +4551,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Tencent @@ -4090,6 +4561,7 @@ isPrivateWithGhas: true hasPushProtection: false hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Tencent @@ -4099,6 +4571,7 @@ isPrivateWithGhas: true hasPushProtection: false hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Thunderstore @@ -4108,6 +4581,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Twilio @@ -4117,6 +4591,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Twilio @@ -4126,6 +4601,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: true isduplicate: true - provider: Twilio @@ -4135,6 +4611,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Typeform @@ -4144,6 +4621,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Uniwise @@ -4153,6 +4631,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Unkey @@ -4162,6 +4641,7 @@ isPrivateWithGhas: true hasPushProtection: false hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Val Town @@ -4171,6 +4651,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Vercel @@ -4180,6 +4661,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Vercel @@ -4189,6 +4671,7 @@ isPrivateWithGhas: true hasPushProtection: false hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Vercel @@ -4198,6 +4681,7 @@ isPrivateWithGhas: true hasPushProtection: false hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Vercel @@ -4207,6 +4691,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Vercel @@ -4216,6 +4701,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Vercel @@ -4225,6 +4711,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: VolcEngine @@ -4234,6 +4721,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Wakatime @@ -4243,6 +4731,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Wakatime @@ -4252,6 +4741,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Wakatime @@ -4261,6 +4751,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Wakatime @@ -4270,6 +4761,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Weights & Biases @@ -4279,6 +4771,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Workato @@ -4288,6 +4781,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: true - provider: WorkOS @@ -4297,6 +4791,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: true - provider: WorkOS @@ -4306,6 +4801,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: true - provider: WSO2 @@ -4315,6 +4811,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: xAI @@ -4324,6 +4821,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Yandex @@ -4333,6 +4831,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Yandex @@ -4342,6 +4841,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Yandex @@ -4351,6 +4851,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Yandex @@ -4360,6 +4861,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Yandex @@ -4369,6 +4871,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Yandex @@ -4378,6 +4881,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Yandex @@ -4387,6 +4891,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Yandex @@ -4396,6 +4901,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Yandex @@ -4405,6 +4911,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: ZenHub @@ -4414,6 +4921,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false + hasExtendedMetadata: false base64Supported: false isduplicate: false - provider: Zuplo @@ -4423,5 +4931,6 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: true + hasExtendedMetadata: false base64Supported: false isduplicate: false diff --git a/src/tools/components/Picker.tsx b/src/tools/components/Picker.tsx index 679e91b954fe..e125576795f6 100644 --- a/src/tools/components/Picker.tsx +++ b/src/tools/components/Picker.tsx @@ -13,7 +13,7 @@ interface Props { pickerLabel?: string dataTestId: string defaultText: string - ariaLabel: string + ariaLabel?: string alignment: AnchorAlignment descriptionFontSize?: number renderItem?: (item: PickerItem) => ReactNode | string diff --git a/src/versions/components/VersionPicker.tsx b/src/versions/components/VersionPicker.tsx index 921b1dde45f9..49fcb22c9d15 100644 --- a/src/versions/components/VersionPicker.tsx +++ b/src/versions/components/VersionPicker.tsx @@ -95,7 +95,6 @@ export const VersionPicker = ({ xs }: Props) => { pickerLabel={xs ? `Version\n` : `Version: `} dataTestId="field" descriptionFontSize={xs ? 6 : 5} - ariaLabel={`Select GitHub product version: current version is ${currentVersion}`} renderItem={(item) => { return (