diff --git a/content/admin/managing-iam/configuring-authentication-for-enterprise-managed-users/configuring-oidc-for-enterprise-managed-users.md b/content/admin/managing-iam/configuring-authentication-for-enterprise-managed-users/configuring-oidc-for-enterprise-managed-users.md index 7ca377b9bf77..c90602338d05 100644 --- a/content/admin/managing-iam/configuring-authentication-for-enterprise-managed-users/configuring-oidc-for-enterprise-managed-users.md +++ b/content/admin/managing-iam/configuring-authentication-for-enterprise-managed-users/configuring-oidc-for-enterprise-managed-users.md @@ -43,6 +43,8 @@ Each Entra ID tenant can support only one OIDC integration with {% data variable OIDC does not support IdP-initiated authentication. +>[!NOTE] Custom OIDC claims and attributes are not supported. + ## Configuring OIDC for Enterprise Managed Users 1. Sign into {% data variables.product.prodname_dotcom %} as the setup user for your new enterprise with the username **@SHORT-CODE_admin**. diff --git a/content/code-security/dependabot/working-with-dependabot/configuring-access-to-private-registries-for-dependabot.md b/content/code-security/dependabot/working-with-dependabot/configuring-access-to-private-registries-for-dependabot.md index 45a9641f3f89..338ea66a57a0 100644 --- a/content/code-security/dependabot/working-with-dependabot/configuring-access-to-private-registries-for-dependabot.md +++ b/content/code-security/dependabot/working-with-dependabot/configuring-access-to-private-registries-for-dependabot.md @@ -281,7 +281,7 @@ registries: ### `helm-registry` -{% data variables.product.prodname_dependabot %} works with any OCI-compliant registries that implement the Open Container Initiative (OCI) Distribution Specification. For more information, see [Open Container Initiative Distribution Specification](https://github.com/opencontainers/distribution-spec/blob/main/spec.md) in the `opencontainers/distribution-spec` repository. {% data variables.product.prodname_dependabot %} supports authentication to private registries via a central token service or HTTP Basic Auth. For further details, see [Token Authentication Specification](https://helm.sh/docs/helm/helm_registry_login/) in the Docker documentation and [Basic access authentication](https://en.wikipedia.org/wiki/Basic_access_authentication) on Wikipedia. +The `helm-registry` type only supports HTTP Basic Auth and does not support OCI-compliant registries. If you need to access an OCI-compliant registry for Helm charts, configure a [`docker-registry`](#docker-registry) instead. The `helm-registry` type supports username and password. {% data reusables.dependabot.password-definition %} diff --git a/content/code-security/dependabot/working-with-dependabot/guidance-for-the-configuration-of-private-registries-for-dependabot.md b/content/code-security/dependabot/working-with-dependabot/guidance-for-the-configuration-of-private-registries-for-dependabot.md index 8b1a0855c8a2..38bf6aa7ac35 100644 --- a/content/code-security/dependabot/working-with-dependabot/guidance-for-the-configuration-of-private-registries-for-dependabot.md +++ b/content/code-security/dependabot/working-with-dependabot/guidance-for-the-configuration-of-private-registries-for-dependabot.md @@ -190,11 +190,9 @@ registries: #### Notes -{% data variables.product.prodname_dependabot %} works with any OCI-compliant registries that implement the Open Container Initiative (OCI) Distribution Specification. For more information, see [Helm Registry Login](https://helm.sh/docs/helm/helm_registry_login/) in the Helm docs. +The `helm-registry` type only supports HTTP Basic Auth and does not support OCI-compliant registries. If you need to access an OCI-compliant registry for Helm charts, configure a [`docker-registry`](#docker) instead. For more information on basic authentication, see [Basic access authentication](https://en.wikipedia.org/wiki/Basic_access_authentication) on Wikipedia. -{% data variables.product.prodname_dependabot %} supports authentication to private registries via a central token service or HTTP Basic Auth. For more information, see [Token Authentication Specification](https://docs.docker.com/registry/spec/auth/token/) in the Docker documentation and [Basic access authentication](https://en.wikipedia.org/wiki/Basic_access_authentication) on Wikipedia. - -When configuring Dependabot for Helm charts, it will also automatically update the Docker images referenced within those charts, ensuring that both the chart versions and their contained images stay up to date. +When configuring {% data variables.product.prodname_dependabot %} for Helm charts, it will also automatically update the Docker images referenced within those charts, ensuring that both the chart versions and their contained images stay up to date. #### Limitations and workarounds diff --git a/content/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates.md b/content/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates.md index cb33da4f06df..800a9948285e 100644 --- a/content/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates.md +++ b/content/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates.md @@ -57,18 +57,20 @@ By default, {% data variables.product.prodname_dependabot %} will stop rebasing You can use any of the following commands on a {% data variables.product.prodname_dependabot %} pull request. -* `@dependabot cancel merge` cancels a previously requested merge. -* `@dependabot close` closes the pull request and prevents {% data variables.product.prodname_dependabot %} from recreating that pull request. You can achieve the same result by closing the pull request manually. -* `@dependabot ignore this dependency` closes the pull request and prevents {% data variables.product.prodname_dependabot %} from creating any more pull requests for this dependency (unless you reopen the pull request or upgrade to the suggested version of the dependency yourself). -* `@dependabot ignore this major version` closes the pull request and prevents {% data variables.product.prodname_dependabot %} from creating any more pull requests for this major version (unless you reopen the pull request or upgrade to this major version yourself). -* `@dependabot ignore this minor version` closes the pull request and prevents {% data variables.product.prodname_dependabot %} from creating any more pull requests for this minor version (unless you reopen the pull request or upgrade to this minor version yourself). -* `@dependabot ignore this patch version` closes the pull request and prevents {% data variables.product.prodname_dependabot %} from creating any more pull requests for this patch version (unless you reopen the pull request or upgrade to this patch version yourself). -* `@dependabot merge` merges the pull request once your CI tests have passed. -* `@dependabot rebase` rebases the pull request. -* `@dependabot recreate` recreates the pull request, overwriting any edits that have been made to the pull request. -* `@dependabot reopen` reopens the pull request if the pull request is closed. -* `@dependabot show DEPENDENCY_NAME ignore conditions` retrieves information on the ignore conditions for the specified dependency, and comments on the pull request with a table that displays all ignore conditions for the dependency. For example, `@dependabot show express ignore conditions` would find all `ignore` conditions stored for the Express dependency, and comment on the pull request with that information. -* `@dependabot squash and merge` squashes and merges the pull request once your CI tests have passed. +| Command | Description | +| --- | --- | +| `@dependabot cancel merge` | Cancels a previously requested merge. | +| `@dependabot close` | Closes the pull request and prevents {% data variables.product.prodname_dependabot %} from recreating that pull request. You can achieve the same result by closing the pull request manually. | +| `@dependabot ignore this dependency` | Closes the pull request and prevents {% data variables.product.prodname_dependabot %} from creating any more pull requests for this dependency (unless you reopen the pull request or upgrade to the suggested version yourself). | +| `@dependabot ignore this major version` | Closes the pull request and prevents {% data variables.product.prodname_dependabot %} from creating any more pull requests for this major version (unless you reopen the pull request or upgrade to this major version yourself). | +| `@dependabot ignore this minor version` | Closes the pull request and prevents {% data variables.product.prodname_dependabot %} from creating any more pull requests for this minor version (unless you reopen the pull request or upgrade to this minor version yourself). | +| `@dependabot ignore this patch version` | Closes the pull request and prevents {% data variables.product.prodname_dependabot %} from creating any more pull requests for this patch version (unless you reopen the pull request or upgrade to this patch version yourself). | +| `@dependabot merge` | Merges the pull request once your CI tests have passed. | +| `@dependabot rebase` | Rebases the pull request. | +| `@dependabot recreate` | Recreates the pull request, overwriting any edits that have been made to the pull request. | +| `@dependabot reopen` | Reopens the pull request if the pull request is closed. | +| `@dependabot show DEPENDENCY_NAME ignore conditions` | Retrieves information on the ignore conditions for the specified dependency, and comments on the pull request with a table that displays all ignore conditions for the dependency. For example, `@dependabot show express ignore conditions` would find all `ignore` conditions stored for the Express dependency, and comment on the pull request with that information. | +| `@dependabot squash and merge` | Squashes and merges the pull request once your CI tests have passed. | {% data variables.product.prodname_dependabot %} will react with a "thumbs up" emoji to acknowledge the command, and may respond with a comment on the pull request. While {% data variables.product.prodname_dependabot %} usually responds quickly, some commands may take several minutes to complete if {% data variables.product.prodname_dependabot %} is busy processing other updates or commands. @@ -80,13 +82,15 @@ For more information, see [AUTOTITLE](/code-security/dependabot/working-with-dep In {% data variables.product.prodname_dependabot %} pull requests for grouped version updates and security updates, you can use comment commands to ignore and un-ignore updates for specific dependencies and versions. You can use any of the following commands to manage ignore conditions for grouped updates. -* `@dependabot ignore DEPENDENCY_NAME` closes the pull request and prevents {% data variables.product.prodname_dependabot %} from updating this dependency. -* `@dependabot ignore DEPENDENCY_NAME major version` closes the pull request and prevents {% data variables.product.prodname_dependabot %} from updating this dependency's major version. -* `@dependabot ignore DEPENDENCY_NAME minor version` closes the pull request and prevents {% data variables.product.prodname_dependabot %} from updating this dependency's minor version. -* `@dependabot ignore DEPENDENCY_NAME patch version` closes the pull request and prevents {% data variables.product.prodname_dependabot %} from updating this dependency's patch version. -* `@dependabot unignore *` closes the current pull request, clears all `ignore` conditions stored for all dependencies in the group, then opens a new pull request. -* `@dependabot unignore DEPENDENCY_NAME` closes the current pull request, clears all `ignore` conditions stored for the dependency, then opens a new pull request that includes available updates for the specified dependency. For example, `@dependabot unignore lodash` would open a new pull request that includes updates for the Lodash dependency. -* `@dependabot unignore DEPENDENCY_NAME IGNORE_CONDITION` closes the current pull request, clears the stored `ignore` condition, then opens a new pull request that includes available updates for the specified ignore condition. For example, `@dependabot unignore express [< 1.9, > 1.8.0]` would open a new pull request that includes updates for Express between versions 1.8.0 and 1.9.0. +| Command | Description | +| --- | --- | +| `@dependabot ignore DEPENDENCY_NAME` | Closes the pull request and prevents {% data variables.product.prodname_dependabot %} from updating this dependency. | +| `@dependabot ignore DEPENDENCY_NAME major version` | Closes the pull request and prevents {% data variables.product.prodname_dependabot %} from updating this dependency's major version. | +| `@dependabot ignore DEPENDENCY_NAME minor version` | Closes the pull request and prevents {% data variables.product.prodname_dependabot %} from updating this dependency's minor version. | +| `@dependabot ignore DEPENDENCY_NAME patch version` | Closes the pull request and prevents {% data variables.product.prodname_dependabot %} from updating this dependency's patch version. | +| `@dependabot unignore *` | Closes the current pull request, clears all `ignore` conditions stored for all dependencies in the group, then opens a new pull request. | +| `@dependabot unignore DEPENDENCY_NAME` | Closes the current pull request, clears all `ignore` conditions stored for the dependency, then opens a new pull request that includes available updates for the specified dependency. For example, `@dependabot unignore lodash` would open a new pull request that includes updates for the Lodash dependency. | +| `@dependabot unignore DEPENDENCY_NAME IGNORE_CONDITION` | Closes the current pull request, clears the stored `ignore` condition, then opens a new pull request that includes available updates for the specified ignore condition. For example, `@dependabot unignore express [< 1.9, > 1.8.0]` would open a new pull request that includes updates for Express between versions 1.8.0 and 1.9.0. | > [!TIP] > When you want to un-ignore a specific ignore condition, use the `@dependabot show DEPENDENCY_NAME ignore conditions` command to quickly check what ignore conditions a dependency currently has. diff --git a/content/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates.md b/content/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates.md index 58e1ab0c2507..64935afb94d3 100644 --- a/content/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates.md +++ b/content/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates.md @@ -4,6 +4,10 @@ intro: 'With issue and pull request templates, you can customize and standardize redirect_from: - /articles/about-issue-and-pull-request-templates - /github/building-a-strong-community/about-issue-and-pull-request-templates + - /articles/creating-an-issue-template-for-your-repository + - /articles/manually-creating-a-single-issue-template-for-your-repository + - /github/building-a-strong-community/manually-creating-a-single-issue-template-for-your-repository + - /communities/using-templates-to-encourage-useful-issues-and-pull-requests/manually-creating-a-single-issue-template-for-your-repository versions: fpt: '*' ghes: '*' diff --git a/content/communities/using-templates-to-encourage-useful-issues-and-pull-requests/index.md b/content/communities/using-templates-to-encourage-useful-issues-and-pull-requests/index.md index 34ed86e3431d..bc11cb6a6f83 100644 --- a/content/communities/using-templates-to-encourage-useful-issues-and-pull-requests/index.md +++ b/content/communities/using-templates-to-encourage-useful-issues-and-pull-requests/index.md @@ -19,7 +19,6 @@ children: - /syntax-for-issue-forms - /syntax-for-githubs-form-schema - /creating-a-pull-request-template-for-your-repository - - /manually-creating-a-single-issue-template-for-your-repository - /common-validation-errors-when-creating-issue-forms --- diff --git a/content/communities/using-templates-to-encourage-useful-issues-and-pull-requests/manually-creating-a-single-issue-template-for-your-repository.md b/content/communities/using-templates-to-encourage-useful-issues-and-pull-requests/manually-creating-a-single-issue-template-for-your-repository.md deleted file mode 100644 index c35977135dfa..000000000000 --- a/content/communities/using-templates-to-encourage-useful-issues-and-pull-requests/manually-creating-a-single-issue-template-for-your-repository.md +++ /dev/null @@ -1,68 +0,0 @@ ---- -title: Manually creating a single issue template for your repository -intro: 'When you add a manually-created issue template to your repository, project contributors will automatically see the template''s contents in the issue body.' -redirect_from: - - /articles/creating-an-issue-template-for-your-repository - - /articles/manually-creating-a-single-issue-template-for-your-repository - - /github/building-a-strong-community/manually-creating-a-single-issue-template-for-your-repository -versions: - fpt: '*' - ghes: '*' - ghec: '*' -topics: - - Community -shortTitle: Create an issue template ---- - -{% data reusables.repositories.legacy-issue-template-tip %} - -You can create an _ISSUE_TEMPLATE/_ subdirectory in any of the supported folders to contain multiple issue templates, and use the `template` query parameter to specify the template that will fill the issue body. For more information, see [AUTOTITLE](/issues/tracking-your-work-with-issues/creating-an-issue). - -You can add YAML frontmatter to each issue template to pre-fill the issue title, automatically add labels and assignees, and give the template a name and description that will be shown in the template chooser that people see when creating a new issue in your repository. - -Here is example YAML front matter. - -```yaml ---- -name: Tracking issue -about: Use this template for tracking new features. -title: "[DATE]: [FEATURE NAME]" -labels: tracking issue, needs triage -assignees: octocat ---- -``` - -> [!NOTE] -> If a front matter value includes a YAML-reserved character such as `:` , you must put the whole value in quotes. For example, `":bug: Bug"` or `":new: triage needed, :bug: bug"`. - -{% ifversion fpt or ghec %} - -{% data reusables.repositories.valid-community-issues %} - -{% endif %} - -{% data reusables.repositories.default-issue-templates %} - -## Adding an issue template - -{% data reusables.repositories.navigate-to-repo %} -{% data reusables.files.add-file %} -1. In the file name field: - * To make your issue template visible in the repository's root directory, type the name of your _issue_template_. For example, `issue_template.md`. - * To make your issue template visible in the repository's `docs` directory, type _docs/_ followed by the name of your _issue_template_. For example, `docs/issue_template.md`, - * To store your file in a hidden directory, type _.github/_ followed by the name of your _issue_template_. For example, `.github/issue_template.md`. - * To create multiple issue templates and use the `template` query parameter to specify a template to fill the issue body, type _.github/ISSUE_TEMPLATE/_, then the name of your issue template. For example, `.github/ISSUE_TEMPLATE/issue_template.md`. You can also store multiple issue templates in an `ISSUE_TEMPLATE` subdirectory within the root or `docs/` directories. For more information, see [AUTOTITLE](/issues/tracking-your-work-with-issues/creating-an-issue). -1. In the body of the new file, add your issue template. This could include: - * YAML frontmatter - * Expected behavior and actual behavior - * Steps to reproduce the problem - * Specifications like the version of the project, operating system, or hardware -{% data reusables.files.write_commit_message %} -{% data reusables.files.choose_commit_branch %} Templates are available to collaborators when they are merged into the repository's default branch. -{% data reusables.files.propose_new_file %} - -## Further reading - -* [AUTOTITLE](/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates) -* [AUTOTITLE](/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository) -* [AUTOTITLE](/issues/tracking-your-work-with-issues/creating-an-issue) diff --git a/content/copilot/concepts/auto-model-selection.md b/content/copilot/concepts/auto-model-selection.md index 834dbe19fdfa..99d2221e3a7e 100644 --- a/content/copilot/concepts/auto-model-selection.md +++ b/content/copilot/concepts/auto-model-selection.md @@ -17,7 +17,7 @@ category: Experience less rate limiting and reduce the mental load of choosing a model by letting {% data variables.copilot.copilot_auto_model_selection %} automatically choose the best available model on your behalf. -{% data variables.copilot.copilot_auto_model_selection %} is currently optimized for model availability, choosing from a list of models that may change over time. It currently chooses from {% data variables.copilot.copilot_gpt_41 %}, {% data variables.copilot.copilot_gpt_5_mini %}, {% data variables.copilot.copilot_gpt_5 %}, {% data variables.copilot.copilot_claude_haiku_45 %}, and {% data variables.copilot.copilot_claude_sonnet_45 %}, based on your subscription type. +{% data variables.copilot.copilot_auto_model_selection %} is currently optimized for model availability, choosing from a list of models that may change over time. It currently chooses from {% data variables.copilot.copilot_gpt_41 %}, {% data variables.copilot.copilot_gpt_5_mini %}, {% data variables.copilot.copilot_gpt_51_codex_max %}, {% data variables.copilot.copilot_claude_haiku_45 %}, {% data variables.copilot.copilot_claude_sonnet_45 %}, and {% data variables.copilot.copilot_gemini_3_pro %}, based on your subscription type. With {% data variables.copilot.copilot_auto_model_selection %}, you benefit from: * Reduced chances of rate limiting diff --git a/content/copilot/how-tos/use-copilot-agents/coding-agent/extend-coding-agent-with-mcp.md b/content/copilot/how-tos/use-copilot-agents/coding-agent/extend-coding-agent-with-mcp.md index 85e30cfffabe..9565ea77b49c 100644 --- a/content/copilot/how-tos/use-copilot-agents/coding-agent/extend-coding-agent-with-mcp.md +++ b/content/copilot/how-tos/use-copilot-agents/coding-agent/extend-coding-agent-with-mcp.md @@ -310,14 +310,21 @@ If you want to allow {% data variables.product.prodname_copilot_short %} to acce "github-mcp-server": { "type": "http", // Remove "/readonly" to enable wider access to all tools. - // Then, use the "tools" key to specify the subset of tools you'd like to include. + // Then, use the "X-MCP-Toolsets" header to specify which toolsets you'd like to include. + // Use the "tools" field to select individual tools from the toolsets. "url": "https://api.githubcopilot.com/mcp/readonly", - "tools": ["*"] + "tools": ["*"], + "headers": { + "X-MCP-Toolsets": "repos,issues,users,pull_requests,code_security,secret_protection,actions,web_search" + } } } } ``` + +For more information on toolsets, refer to the [README](https://github.com/github/github-mcp-server?tab=readme-ov-file#available-toolsets) in the {% data variables.product.github %} Remote MCP Server documentation. + 1. Click **Save**. {% data reusables.actions.sidebar-environment %} 1. Click the `copilot` environment. diff --git a/content/copilot/reference/ai-models/model-hosting.md b/content/copilot/reference/ai-models/model-hosting.md index 498e0558fa97..03015a18d5f2 100644 --- a/content/copilot/reference/ai-models/model-hosting.md +++ b/content/copilot/reference/ai-models/model-hosting.md @@ -27,6 +27,7 @@ Used for: * {% data variables.copilot.copilot_gpt_51 %} * {% data variables.copilot.copilot_gpt_51_codex %} * {% data variables.copilot.copilot_gpt_51_codex_mini %} +* {% data variables.copilot.copilot_gpt_51_codex_max %} These models are hosted by OpenAI and {% data variables.product.github %}'s Azure infrastructure. diff --git a/content/get-started/accessibility/keyboard-shortcuts.md b/content/get-started/accessibility/keyboard-shortcuts.md index 7f63c3e3234f..fd6ea7c09de7 100644 --- a/content/get-started/accessibility/keyboard-shortcuts.md +++ b/content/get-started/accessibility/keyboard-shortcuts.md @@ -59,6 +59,7 @@ The following sections list some of the available keyboard shortcuts, organized |> | Opens a repository or pull request in the {% data variables.codespaces.serverless %} editor, in a new browser tab. You must be signed in to use the editor. For more information, see [AUTOTITLE](/codespaces/the-githubdev-web-based-editor). | | {% endif %} | |Command+B (Mac) or
Ctrl+B (Windows/Linux) | Inserts Markdown formatting for bolding text | +|Command+E (Mac) or
Ctrl+E (Windows/Linux) | Inserts Markdown formatting for a code one-liner. The browser's default behavior is used for other file types | |Command+I (Mac) or
Ctrl+I (Windows/Linux) | Inserts Markdown formatting for italicizing text | |Command+K (Mac) or
Ctrl+K (Windows/Linux) | Inserts Markdown formatting for creating a link | |Command+Shift+7 (Mac) or
Ctrl+Shift+7 (Windows/Linux) | Inserts Markdown formatting for an ordered list | diff --git a/data/release-notes/enterprise-server/3-18/0.yml b/data/release-notes/enterprise-server/3-18/0.yml index 3aac7a5556a0..5795fc0af753 100644 --- a/data/release-notes/enterprise-server/3-18/0.yml +++ b/data/release-notes/enterprise-server/3-18/0.yml @@ -196,7 +196,7 @@ sections: Admin stats REST API endpoints may timeout on appliances with many users or repositories. Retrying the request until data is returned is advised. - | When following the steps for [Replacing the primary MySQL node](/admin/monitoring-managing-and-updating-your-instance/configuring-clustering/replacing-a-cluster-node#replacing-the-primary-mysql-node), step 14 (running `ghe-cluster-config-apply`) might fail with errors. If this occurs, re-running `ghe-cluster-config-apply` is expected to succeed. - - | + - | Running a config apply as part of the steps for [Replacing a node in an emergency](/admin/monitoring-managing-and-updating-your-instance/configuring-clustering/replacing-a-cluster-node#replacing-a-node-in-an-emergency) may fail with errors if the node being replaced is still reachable. If this occurs, shutdown the node and repeat the steps. - | When restoring data originally backed up from an appliance with version 3.13 or greater, the Elasticsearch indices must be reindexed before the data will display. This happens via a nightly scheduled job. It can also be forced by running `/usr/local/share/enterprise/ghe-es-search-repair`. @@ -221,12 +221,12 @@ sections: - | When publishing npm packages in a workflow after restoring from a backup to GitHub Enterprise Server 3.13.5.gm4 or 3.14.2.gm3, you may encounter a `401 Unauthorized` error from the GitHub Packages service. This can happen if the restore is from an N-1 or N-2 version and the workflow targets the npm endpoint on the backup instance. To avoid this issue, ensure the access token is valid and includes the correct scopes for publishing to GitHub Packages. - | - The entry for Private Registries in the organization settings menu is not visible unless Dependabot is enabled. + The entry for Private Registries in the organization settings menu is not visible unless Dependabot is enabled. - | Upgrading to this version from GHES 3.16.10 and higher or 3.17.6 and higher will cause the upgrade to fail due to this version containing an older version of MySQL. To avoid this issue please upgrade to GHES 3.18.1 or higher. [Updated: 2025-11-24] - + closing_down: # https://github.com/github/releases/issues/5177 - | @@ -253,3 +253,6 @@ sections: # https://github.com/github/releases/issues/5811 - | Automatic watching of repositories and teams is closing down. Users will no longer be auto-subscribed when joining organizations or teams, reducing notification noise and confusion. Existing auto-watching subscriptions remain unchanged; users stay subscribed to previously watched repositories or teams. See [AUTOTITLE](/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications#automatic-watching). + # https://github.com/github/issues/issues/14468 + - | + The issue template using a single `ISSUE_TEMPLATE.md` file is no longer supported. Users should migrate to using multiple issue templates stored in the `.github/ISSUE_TEMPLATE/` directory to provide a better issue reporting experience. See [AUTOTITLE](/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates#issue-templates). [Updated: 2025-12-04] \ No newline at end of file diff --git a/data/reusables/dependabot/supported-package-managers.md b/data/reusables/dependabot/supported-package-managers.md index d728d03324c0..417c5c998767 100644 --- a/data/reusables/dependabot/supported-package-managers.md +++ b/data/reusables/dependabot/supported-package-managers.md @@ -131,9 +131,9 @@ For {% data variables.product.prodname_dependabot_security_updates %}, Gradle su {% data variables.product.prodname_dependabot %} supports using a username and password for registries. For more information, see [AUTOTITLE](/code-security/dependabot/working-with-dependabot/configuring-access-to-private-registries-for-dependabot#helm-registry). -{% data variables.product.prodname_dependabot %} works with any OCI-compliant registries that implement the Open Container Initiative (OCI) Distribution Specification. +The `helm-registry` type only supports HTTP Basic Auth and does not support OCI-compliant registries. If you need to access an OCI-compliant registry for Helm charts, configure a `docker-registry` instead. For more information, see [AUTOTITLE](/code-security/dependabot/working-with-dependabot/configuring-access-to-private-registries-for-dependabot#docker-registry). -When configuring Dependabot for Helm charts, it will also automatically update the Docker images referenced within those charts, ensuring that both the chart versions and their contained images stay up to date. +When configuring {% data variables.product.prodname_dependabot %} for Helm charts, it will also automatically update the Docker images referenced within those charts, ensuring that both the chart versions and their contained images stay up to date. #### Maven diff --git a/data/tables/copilot/model-multipliers.yml b/data/tables/copilot/model-multipliers.yml index e84196b9e475..be527e0b1deb 100644 --- a/data/tables/copilot/model-multipliers.yml +++ b/data/tables/copilot/model-multipliers.yml @@ -69,6 +69,10 @@ multiplier_paid: 0.33 multiplier_free: Not applicable +- name: GPT-5.1-Codex-Max + multiplier_paid: 1.0 + multiplier_free: Not applicable + - name: Grok Code Fast 1 multiplier_paid: 0.25 multiplier_free: Not applicable diff --git a/data/tables/copilot/model-release-status.yml b/data/tables/copilot/model-release-status.yml index d20ba3f0bacc..ccec7b367bd9 100644 --- a/data/tables/copilot/model-release-status.yml +++ b/data/tables/copilot/model-release-status.yml @@ -67,6 +67,13 @@ ask_mode: true edit_mode: true +- name: 'GPT-5.1-Codex-Max' + provider: 'OpenAI' + release_status: 'Public preview' + agent_mode: true + ask_mode: true + edit_mode: true + # Anthropic models - name: 'Claude Haiku 4.5' provider: 'Anthropic' diff --git a/data/tables/copilot/model-supported-clients.yml b/data/tables/copilot/model-supported-clients.yml index 63caed0b87f7..db706336e61d 100644 --- a/data/tables/copilot/model-supported-clients.yml +++ b/data/tables/copilot/model-supported-clients.yml @@ -125,6 +125,14 @@ xcode: true jetbrains: true +- name: GPT-5.1-Codex-Max + dotcom: true + vscode: true + vs: false + eclipse: false + xcode: false + jetbrains: false + - name: Grok Code Fast 1 dotcom: true vscode: true diff --git a/data/tables/copilot/model-supported-plans.yml b/data/tables/copilot/model-supported-plans.yml index c0db26603d48..2a4fdd5f5f1f 100644 --- a/data/tables/copilot/model-supported-plans.yml +++ b/data/tables/copilot/model-supported-plans.yml @@ -110,6 +110,13 @@ business: true enterprise: true +- name: GPT-5.1-Codex-Max + free: false + pro: true + pro_plus: true + business: true + enterprise: true + - name: Grok Code Fast 1 free: false pro: true diff --git a/data/variables/copilot.yml b/data/variables/copilot.yml index ca733c518085..8d0846baa8cf 100644 --- a/data/variables/copilot.yml +++ b/data/variables/copilot.yml @@ -158,6 +158,7 @@ copilot_gpt_5_mini: 'GPT-5 mini' copilot_gpt_51: 'GPT-5.1' copilot_gpt_51_codex: 'GPT-5.1-Codex' copilot_gpt_51_codex_mini: 'GPT-5.1-Codex-Mini' +copilot_gpt_51_codex_max: 'GPT-5.1-Codex-Max' # OpenAI 'o' series: copilot_o3: 'o3' copilot_o4_mini: 'o4-mini' diff --git a/package-lock.json b/package-lock.json index 5858f4fe28b5..a5c6dc6997c7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10458,11 +10458,12 @@ } }, "node_modules/jws": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/jws/-/jws-3.2.2.tgz", - "integrity": "sha512-YHlZCB6lMTllWDtSPHz/ZXTsi8S00usEV6v1tjq8tOUZzw7DpSDWVXjXDre6ed1w/pd495ODpHZYSdkRTsa0HA==", + "version": "3.2.3", + "resolved": "https://registry.npmjs.org/jws/-/jws-3.2.3.tgz", + "integrity": "sha512-byiJ0FLRdLdSVSReO/U4E7RoEyOCKnEnEPMjq3HxWtvzLsV08/i5RQKsFVNkCldrCaPr2vDNAOMsfs8T/Hze7g==", + "license": "MIT", "dependencies": { - "jwa": "^1.4.1", + "jwa": "^1.4.2", "safe-buffer": "^5.0.1" } }, diff --git a/src/article-api/README.md b/src/article-api/README.md index fd9b26a1d5cb..28c749bd6b02 100644 --- a/src/article-api/README.md +++ b/src/article-api/README.md @@ -13,12 +13,24 @@ Article API endpoints allow consumers to query GitHub Docs for listings of curre The `/api/article/meta` endpoint powers hovercards, which provide a preview for internal links on . +The `/api/article/body` endpoint can serve markdown for both regular articles and autogenerated content (such as REST API documentation) using specialized transformers. + ## How it works The `/api/article` endpoints return information about a page by `pathname`. `api/article/meta` is highly cached, in JSON format. +### Autogenerated Content Transformers + +For autogenerated pages (REST, landing pages, audit logs, webhooks, GraphQL, etc), the Article API uses specialized transformers to convert the rendered content into markdown format. These transformers are located in `src/article-api/transformers/` and use an extensible architecture: + +To add a new transformer for other autogenerated content types: +1. Create a new transformer file implementing the `PageTransformer` interface +2. Register it in `transformers/index.ts` +3. Create a template in `templates/` to configure how the transformer will organize the autogenerated content +4. The transformer will automatically be used by `/api/article/body` + ## How to get help For internal folks ask in the Docs Engineering slack channel. @@ -34,12 +46,13 @@ Get article metadata and content in a single object. Equivalent to calling `/art **Parameters**: - **pathname** (string) - Article path (e.g. '/en/get-started/article-name') +- **[apiVersion]** (string) - API version for REST pages (optional, defaults to latest) **Returns**: (object) - JSON object with article metadata and content (`meta` and `body` keys) **Throws**: - (Error): 403 - If the article body cannot be retrieved. Reason is given in the error message. -- (Error): 400 - If pathname parameter is invalid. +- (Error): 400 - If pathname or apiVersion parameters are invalid. - (Error): 404 - If the path is valid, but the page couldn't be resolved. **Example**: @@ -63,12 +76,13 @@ Get the contents of an article's body. **Parameters**: - **pathname** (string) - Article path (e.g. '/en/get-started/article-name') +- **[apiVersion]** (string) - API version (optional, defaults to latest) **Returns**: (string) - Article body content in markdown format. **Throws**: - (Error): 403 - If the article body cannot be retrieved. Reason is given in the error message. -- (Error): 400 - If pathname parameter is invalid. +- (Error): 400 - If pathname or apiVersion parameters are invalid. - (Error): 404 - If the path is valid, but the page couldn't be resolved. **Example**: diff --git a/src/article-api/liquid-renderers/index.ts b/src/article-api/liquid-renderers/index.ts new file mode 100644 index 000000000000..b25734dbad69 --- /dev/null +++ b/src/article-api/liquid-renderers/index.ts @@ -0,0 +1,16 @@ +/** + * API Transformer Liquid Tags + * + * This module contains custom Liquid tags used by article-api transformers + * to render API documentation in a consistent format. + */ + +import { restTags } from './rest-tags' + +// Export all API transformer tags for registration +export const apiTransformerTags = { + ...restTags, +} + +// Re-export individual tag modules for direct access if needed +export { restTags } from './rest-tags' diff --git a/src/article-api/liquid-renderers/rest-tags.ts b/src/article-api/liquid-renderers/rest-tags.ts new file mode 100644 index 000000000000..864644287a87 --- /dev/null +++ b/src/article-api/liquid-renderers/rest-tags.ts @@ -0,0 +1,230 @@ +import type { TagToken, Context as LiquidContext } from 'liquidjs' +import { fastTextOnly } from '@/content-render/unified/text-only' +import { renderContent } from '@/content-render/index' +import type { Context } from '@/types' +import type { Parameter, BodyParameter, ChildParameter, StatusCode } from '@/rest/components/types' +import { createLogger } from '@/observability/logger' + +const logger = createLogger('article-api/liquid-renderers/rest-tags') + +/** + * Custom Liquid tag for rendering REST API parameters + * Usage: {% rest_parameter param %} + */ +export class RestParameter { + private paramName: string + + constructor( + token: TagToken, + remainTokens: TagToken[], + liquid: { options: any; parser: any }, + private liquidContext?: LiquidContext, + ) { + // The tag receives the parameter object from the template context + this.paramName = token.args.trim() + } + + async render(ctx: LiquidContext, emitter: any): Promise { + const param = ctx.get([this.paramName]) as Parameter + const context = ctx.get(['context']) as Context + + if (!param) { + emitter.write('') + return + } + + const lines: string[] = [] + const required = param.required ? ' (required)' : '' + const type = param.schema?.type || 'string' + + lines.push(`- **\`${param.name}\`** (${type})${required}`) + + if (param.description) { + const description = await htmlToMarkdown(param.description, context) + lines.push(` ${description}`) + } + + if (param.schema?.default !== undefined) { + lines.push(` Default: \`${param.schema.default}\``) + } + + if (param.schema?.enum && param.schema.enum.length > 0) { + lines.push(` Can be one of: ${param.schema.enum.map((v) => `\`${v}\``).join(', ')}`) + } + + emitter.write(lines.join('\n')) + } +} + +/** + * Custom Liquid tag for rendering REST API body parameters + * Usage: {% rest_body_parameter param indent %} + */ +export class RestBodyParameter { + constructor( + token: TagToken, + remainTokens: TagToken[], + liquid: { options: any; parser: any }, + private liquidContext?: LiquidContext, + ) { + // Parse arguments - param name and optional indent level + const args = token.args.trim().split(/\s+/) + this.param = args[0] + this.indent = args[1] ? parseInt(args[1]) : 0 + } + + private param: string + private indent: number + + async render(ctx: LiquidContext, emitter: any): Promise { + const param = ctx.get([this.param]) as BodyParameter + const context = ctx.get(['context']) as Context + const indent = this.indent + + if (!param) { + emitter.write('') + return + } + + const lines: string[] = [] + const prefix = ' '.repeat(indent) + const required = param.isRequired ? ' (required)' : '' + const type = param.type || 'string' + + lines.push(`${prefix}- **\`${param.name}\`** (${type})${required}`) + + if (param.description) { + const description = await htmlToMarkdown(param.description, context) + lines.push(`${prefix} ${description}`) + } + + if (param.default !== undefined) { + lines.push(`${prefix} Default: \`${param.default}\``) + } + + if (param.enum && param.enum.length > 0) { + lines.push(`${prefix} Can be one of: ${param.enum.map((v) => `\`${v}\``).join(', ')}`) + } + + // Handle nested parameters + if (param.childParamsGroups && param.childParamsGroups.length > 0) { + for (const childGroup of param.childParamsGroups) { + lines.push(await renderChildParameter(childGroup, context, indent + 1)) + } + } + + emitter.write(lines.join('\n')) + } +} + +/** + * Custom Liquid tag for rendering REST API status codes + * Usage: {% rest_status_code statusCode %} + */ +export class RestStatusCode { + private statusCodeName: string + + constructor( + token: TagToken, + remainTokens: TagToken[], + liquid: { options: any; parser: any }, + private liquidContext?: LiquidContext, + ) { + this.statusCodeName = token.args.trim() + } + + async render(ctx: LiquidContext, emitter: any): Promise { + const statusCode = ctx.get([this.statusCodeName]) as StatusCode + const context = ctx.get(['context']) as Context + + if (!statusCode) { + emitter.write('') + return + } + + const lines: string[] = [] + + if (statusCode.description) { + const description = await htmlToMarkdown(statusCode.description, context) + lines.push(`- **${statusCode.httpStatusCode}**`) + if (description.trim()) { + lines.push(` ${description.trim()}`) + } + } else if (statusCode.httpStatusMessage) { + lines.push(`- **${statusCode.httpStatusCode}** - ${statusCode.httpStatusMessage}`) + } else { + lines.push(`- **${statusCode.httpStatusCode}**`) + } + + emitter.write(lines.join('\n')) + } +} + +/** + * Helper function to render child parameters recursively + */ +async function renderChildParameter( + param: ChildParameter, + context: Context, + indent: number, +): Promise { + const lines: string[] = [] + const prefix = ' '.repeat(indent) + const required = param.isRequired ? ' (required)' : '' + const type = param.type || 'string' + + lines.push(`${prefix}- **\`${param.name}\`** (${type})${required}`) + + if (param.description) { + const description = await htmlToMarkdown(param.description, context) + lines.push(`${prefix} ${description}`) + } + + if (param.default !== undefined) { + lines.push(`${prefix} Default: \`${param.default}\``) + } + + if (param.enum && param.enum.length > 0) { + lines.push(`${prefix} Can be one of: ${param.enum.map((v: string) => `\`${v}\``).join(', ')}`) + } + + // Recursively handle nested parameters + if (param.childParamsGroups && param.childParamsGroups.length > 0) { + for (const child of param.childParamsGroups) { + lines.push(await renderChildParameter(child, context, indent + 1)) + } + } + + return lines.join('\n') +} + +/** + * Helper function to convert HTML to markdown + */ +async function htmlToMarkdown(html: string, context: Context): Promise { + if (!html) return '' + + try { + const rendered = await renderContent(html, context, { textOnly: false }) + return fastTextOnly(rendered) + } catch (error) { + logger.error('Failed to render HTML content to markdown in REST tag', { + error, + html: html.substring(0, 100), // First 100 chars for context + contextInfo: context && context.page ? { page: context.page.relativePath } : undefined, + }) + // In non-production, re-throw to aid debugging + if (process.env.NODE_ENV !== 'production') { + throw error + } + // Fallback to simple text extraction + return fastTextOnly(html) + } +} + +// Export tag names for registration +export const restTags = { + rest_parameter: RestParameter, + rest_body_parameter: RestBodyParameter, + rest_status_code: RestStatusCode, +} diff --git a/src/article-api/middleware/article-body.ts b/src/article-api/middleware/article-body.ts index 8ed00fa67ecb..a47dc865d29a 100644 --- a/src/article-api/middleware/article-body.ts +++ b/src/article-api/middleware/article-body.ts @@ -3,20 +3,15 @@ import type { Response } from 'express' import { Context } from '@/types' import { ExtendedRequestWithPageInfo } from '@/article-api/types' import contextualize from '@/frame/middleware/context/context' +import { transformerRegistry } from '@/article-api/transformers' +import { allVersions } from '@/versions/lib/all-versions' +import type { Page } from '@/types' -export async function getArticleBody(req: ExtendedRequestWithPageInfo) { - // req.pageinfo is set from pageValidationMiddleware and pathValidationMiddleware - // and is in the ExtendedRequestWithPageInfo - const { page, pathname, archived } = req.pageinfo - - if (archived?.isArchived) - throw new Error(`Page ${pathname} is archived and can't be rendered in markdown.`) - // for anything that's not an article (like index pages), don't try to render and - // tell the user what's going on - if (page.documentType !== 'article') { - throw new Error(`Page ${pathname} isn't yet available in markdown.`) - } - // these parts allow us to render the page +/** + * Creates a mocked rendering request and contextualizes it. + * This is used to prepare a request for rendering pages in markdown format. + */ +async function createContextualizedRenderingRequest(pathname: string, page: Page) { const mockedContext: Context = {} const renderingReq = { path: pathname, @@ -29,9 +24,51 @@ export async function getArticleBody(req: ExtendedRequestWithPageInfo) { }, } - // contextualize and render the page + // contextualize the request to get proper version info await contextualize(renderingReq as ExtendedRequestWithPageInfo, {} as Response, () => {}) renderingReq.context.page = page + + return renderingReq +} + +export async function getArticleBody(req: ExtendedRequestWithPageInfo) { + // req.pageinfo is set from pageValidationMiddleware and pathValidationMiddleware + // and is in the ExtendedRequestWithPageInfo + const { page, pathname, archived } = req.pageinfo + + if (archived?.isArchived) + throw new Error(`Page ${pathname} is archived and can't be rendered in markdown.`) + + // Extract apiVersion from query params if provided + const apiVersion = req.query.apiVersion as string | undefined + + // Check if there's a transformer for this page type (e.g., REST, webhooks, etc.) + const transformer = transformerRegistry.findTransformer(page) + + if (transformer) { + // Use the transformer for autogenerated pages + const renderingReq = await createContextualizedRenderingRequest(pathname, page) + + // Determine the API version to use (provided or latest) + // Validation is handled by apiVersionValidationMiddleware + const currentVersion = renderingReq.context.currentVersion + let effectiveApiVersion = apiVersion + + // Use latest version if not provided + if (!effectiveApiVersion && currentVersion && allVersions[currentVersion]) { + effectiveApiVersion = allVersions[currentVersion].latestApiVersion || undefined + } + + return await transformer.transform(page, pathname, renderingReq.context, effectiveApiVersion) + } + + // For regular articles (non-autogenerated) + if (page.documentType !== 'article') { + throw new Error(`Page ${pathname} isn't yet available in markdown.`) + } + + // these parts allow us to render the page + const renderingReq = await createContextualizedRenderingRequest(pathname, page) renderingReq.context.markdownRequested = true return await page.render(renderingReq.context) } diff --git a/src/article-api/middleware/article.ts b/src/article-api/middleware/article.ts index 2d73067da152..3bbb79cc628f 100644 --- a/src/article-api/middleware/article.ts +++ b/src/article-api/middleware/article.ts @@ -4,7 +4,11 @@ import express from 'express' import { defaultCacheControl } from '@/frame/middleware/cache-control' import catchMiddlewareError from '@/observability/middleware/catch-middleware-error' import { ExtendedRequestWithPageInfo } from '../types' -import { pageValidationMiddleware, pathValidationMiddleware } from './validation' +import { + pageValidationMiddleware, + pathValidationMiddleware, + apiVersionValidationMiddleware, +} from './validation' import { getArticleBody } from './article-body' import { getMetadata } from './article-pageinfo' import { @@ -24,9 +28,10 @@ const router = express.Router() * Get article metadata and content in a single object. Equivalent to calling `/article/meta` concatenated with `/article/body`. * @route GET /api/article * @param {string} pathname - Article path (e.g. '/en/get-started/article-name') + * @param {string} [apiVersion] - API version for REST pages (optional, defaults to latest) * @returns {object} JSON object with article metadata and content (`meta` and `body` keys) * @throws {Error} 403 - If the article body cannot be retrieved. Reason is given in the error message. - * @throws {Error} 400 - If pathname parameter is invalid. + * @throws {Error} 400 - If pathname or apiVersion parameters are invalid. * @throws {Error} 404 - If the path is valid, but the page couldn't be resolved. * @example * ❯ curl -s "https://docs.github.com/api/article?pathname=/en/get-started/start-your-journey/about-github-and-git" @@ -43,6 +48,7 @@ router.get( '/', pathValidationMiddleware as RequestHandler, pageValidationMiddleware as RequestHandler, + apiVersionValidationMiddleware as RequestHandler, catchMiddlewareError(async function (req: ExtendedRequestWithPageInfo, res: Response) { const { meta, cacheInfo } = await getMetadata(req) let bodyContent @@ -66,9 +72,10 @@ router.get( * Get the contents of an article's body. * @route GET /api/article/body * @param {string} pathname - Article path (e.g. '/en/get-started/article-name') + * @param {string} [apiVersion] - API version (optional, defaults to latest) * @returns {string} Article body content in markdown format. * @throws {Error} 403 - If the article body cannot be retrieved. Reason is given in the error message. - * @throws {Error} 400 - If pathname parameter is invalid. + * @throws {Error} 400 - If pathname or apiVersion parameters are invalid. * @throws {Error} 404 - If the path is valid, but the page couldn't be resolved. * @example * ❯ curl -s https://docs.github.com/api/article/body\?pathname=/en/get-started/start-your-journey/about-github-and-git @@ -83,6 +90,7 @@ router.get( '/body', pathValidationMiddleware as RequestHandler, pageValidationMiddleware as RequestHandler, + apiVersionValidationMiddleware as RequestHandler, catchMiddlewareError(async function (req: ExtendedRequestWithPageInfo, res: Response) { let bodyContent try { diff --git a/src/article-api/middleware/validation.ts b/src/article-api/middleware/validation.ts index 1a92afff647b..6ef27385ccc9 100644 --- a/src/article-api/middleware/validation.ts +++ b/src/article-api/middleware/validation.ts @@ -6,6 +6,7 @@ import { isArchivedVersionByPath } from '@/archives/lib/is-archived-version' import getRedirect from '@/redirects/lib/get-redirect' import { getVersionStringFromPath, getLangFromPath } from '@/frame/lib/path-utils' import nonEnterpriseDefaultVersion from '@/versions/lib/non-enterprise-default-version' +import { allVersions } from '@/versions/lib/all-versions' // validates the path for pagelist endpoint // specifically, defaults to `/en/free-pro-team@latest` when those values are missing @@ -123,3 +124,47 @@ export const pageValidationMiddleware = ( return next() } + +export const apiVersionValidationMiddleware = ( + req: ExtendedRequestWithPageInfo, + res: Response, + next: NextFunction, +) => { + const apiVersion = req.query.apiVersion as string | string[] | undefined + + // If no apiVersion is provided, continue (it will default to latest) + if (!apiVersion) { + return next() + } + + // Validate apiVersion is a single string, not an array + if (Array.isArray(apiVersion)) { + return res.status(400).json({ error: "Multiple 'apiVersion' keys" }) + } + + // Get the version from the pathname query parameter + const pathname = req.pageinfo?.pathname || (req.query.pathname as string) + if (!pathname) { + // This should not happen as pathValidationMiddleware runs first + throw new Error('pathname not available for apiVersion validation') + } + + // Extract version from the pathname + const currentVersion = getVersionStringFromPath(pathname) || nonEnterpriseDefaultVersion + const versionInfo = allVersions[currentVersion] + + if (!versionInfo) { + return res.status(400).json({ error: `Invalid version '${currentVersion}'` }) + } + + const validApiVersions = versionInfo.apiVersions || [] + + // If this version has API versioning, validate the provided version + if (validApiVersions.length > 0 && !validApiVersions.includes(apiVersion)) { + return res.status(400).json({ + error: `Invalid apiVersion '${apiVersion}' for ${currentVersion}. Valid API versions are: ${validApiVersions.join(', ')}`, + }) + } + + return next() +} diff --git a/src/article-api/templates/rest-page.template.md b/src/article-api/templates/rest-page.template.md new file mode 100644 index 000000000000..50a9a25f02f1 --- /dev/null +++ b/src/article-api/templates/rest-page.template.md @@ -0,0 +1,100 @@ +# {{ page.title }} + +{{ page.intro }} + +{{ manualContent }} + +{% for operation in restOperations %} +## {{ operation.title }} + +``` +{{ operation.verb | upcase }} {{ operation.requestPath }} +``` + +{{ operation.description }} + +{% if operation.hasParameters %} +### Parameters + +{% if operation.showHeaders %} +#### Headers + +{% if operation.needsContentTypeHeader %} +- **`content-type`** (string, required) + Setting to `application/json` is required. + +{% endif %} +- **`accept`** (string) + Setting to `application/vnd.github+json` is recommended. + +{% endif %} + +{% if operation.parameters.size > 0 %} +#### Path and query parameters + +{% for param in operation.parameters %} +{% rest_parameter param %} +{% endfor %} + +{% endif %} + +{% if operation.bodyParameters.size > 0 %} +#### Body parameters + +{% for param in operation.bodyParameters %} +{% rest_body_parameter param %} +{% endfor %} + +{% endif %} +{% endif %} + +{% if operation.statusCodes.size > 0 %} +### HTTP response status codes + +{% for statusCode in operation.statusCodes %} +- **{{ statusCode.httpStatusCode }}**{% if statusCode.description %} - {{ statusCode.description }}{% elsif statusCode.httpStatusMessage %} - {{ statusCode.httpStatusMessage }}{% endif %} + +{% endfor %} +{% endif %} + +{% if operation.codeExamples.size > 0 %} +### Code examples + +{% for example in operation.codeExamples %} +{% if example.request.description %} +#### {{ example.request.description }} + +{% endif %} +**Request:** + +```curl +curl -L \ + -X {{ operation.verb | upcase }} \ + {{ example.request.url }} \ +{%- if example.request.acceptHeader %} + -H "Accept: {{ example.request.acceptHeader }}" \ +{%- endif %} + -H "Authorization: Bearer "{% if apiVersion %} \ + -H "X-GitHub-Api-Version: {{ apiVersion }}"{% endif -%} +{%- if example.request.bodyParameters %} \ + -d '{{ example.request.bodyParameters }}'{% endif %} +``` + +**Response schema:** + +{% if example.response.schema %} +```json +Status: {{ example.response.statusCode }} + +{{ example.response.schema }} +``` +{% else %} +``` +Status: {{ example.response.statusCode }} +``` +{% endif %} + +{% endfor %} +{% endif %} + +{% endfor %} diff --git a/src/article-api/tests/rest-transformer.ts b/src/article-api/tests/rest-transformer.ts new file mode 100644 index 000000000000..f306102197f6 --- /dev/null +++ b/src/article-api/tests/rest-transformer.ts @@ -0,0 +1,309 @@ +import { beforeAll, describe, expect, test } from 'vitest' + +import { get } from '@/tests/helpers/e2etest' + +const makeURL = (pathname: string, apiVersion?: string): string => { + const params = new URLSearchParams({ pathname }) + if (apiVersion) { + params.set('apiVersion', apiVersion) + } + return `/api/article/body?${params}` +} + +describe('REST transformer', () => { + beforeAll(() => { + if (!process.env.ROOT) { + console.warn( + 'WARNING: The REST transformer tests require the ROOT environment variable to be set to the fixture root', + ) + } + }) + + test('REST page renders with markdown structure', async () => { + const res = await get(makeURL('/en/rest/actions/artifacts')) + expect(res.statusCode).toBe(200) + expect(res.headers['content-type']).toContain('text/markdown') + + // Check for the main heading + expect(res.body).toContain('# GitHub Actions Artifacts') + + // Check for intro (using fixture's prodname_actions which is 'HubGit Actions') + expect(res.body).toContain('Use the REST API to interact with artifacts in HubGit Actions.') + + // Check for manual content section heading + expect(res.body).toContain('## About artifacts in HubGit Actions') + }) + + test('REST operations are formatted correctly', async () => { + const res = await get(makeURL('/en/rest/actions/artifacts')) + expect(res.statusCode).toBe(200) + + // Check for operation heading + expect(res.body).toContain('## List artifacts for a repository') + + // Check for HTTP method and endpoint + expect(res.body).toContain('GET /repos/{owner}/{repo}/actions/artifacts') + + // Check for operation description + expect(res.body).toContain('Lists all artifacts for a repository.') + }) + + test('Parameters section includes headers', async () => { + const res = await get(makeURL('/en/rest/actions/artifacts')) + expect(res.statusCode).toBe(200) + + // Check for parameters heading + expect(res.body).toContain('### Parameters') + + // Check for headers section + expect(res.body).toContain('#### Headers') + + // Check for accept header + expect(res.body).toContain('**`accept`** (string)') + expect(res.body).toContain('Setting to `application/vnd.github+json` is recommended.') + }) + + test('Path and query parameters are listed', async () => { + const res = await get(makeURL('/en/rest/actions/artifacts')) + expect(res.statusCode).toBe(200) + + // Check for path and query parameters section + expect(res.body).toContain('#### Path and query parameters') + + // Check for specific parameters + expect(res.body).toContain('**`owner`** (string) (required)') + expect(res.body).toContain('The account owner of the repository.') + + expect(res.body).toContain('**`repo`** (string) (required)') + + expect(res.body).toContain('**`per_page`** (integer)') + expect(res.body).toContain('Default: `30`') + }) + + test('Status codes are formatted correctly', async () => { + const res = await get(makeURL('/en/rest/actions/artifacts')) + expect(res.statusCode).toBe(200) + + // Check for status codes section + expect(res.body).toContain('### HTTP response status codes') + + // Check for specific status code + expect(res.body).toContain('**200**') + expect(res.body).toContain('OK') + }) + + test('Code examples include curl with proper formatting', async () => { + const res = await get(makeURL('/en/rest/actions/artifacts')) + expect(res.statusCode).toBe(200) + + // Check for code examples section + expect(res.body).toContain('### Code examples') + + // Check for request/response labels + expect(res.body).toContain('**Request:**') + expect(res.body).toContain('**Response schema:**') + + // Check for curl code block + expect(res.body).toContain('```curl') + expect(res.body).toContain('curl -L \\') + expect(res.body).toContain('-X GET \\') + expect(res.body).toContain('https://api.github.com/repos/OWNER/REPO/actions/artifacts \\') + expect(res.body).toContain('-H "Accept: application/vnd.github.v3+json" \\') + expect(res.body).toContain('-H "Authorization: Bearer "') + }) + + test('Code examples include X-GitHub-Api-Version header by default', async () => { + const res = await get(makeURL('/en/rest/actions/artifacts')) + expect(res.statusCode).toBe(200) + + // Check for API version header in curl example + expect(res.body).toContain('-H "X-GitHub-Api-Version: 2022-11-28"') + }) + + test('Code examples include specified API version', async () => { + const res = await get(makeURL('/en/rest/actions/artifacts', '2022-11-28')) + expect(res.statusCode).toBe(200) + + // Check for the specified API version header + expect(res.body).toContain('-H "X-GitHub-Api-Version: 2022-11-28"') + }) + + test('Liquid tags are rendered in intro', async () => { + const res = await get(makeURL('/en/rest/actions/artifacts')) + expect(res.statusCode).toBe(200) + + // Liquid tags should be rendered, not shown as raw tags (fixture uses 'HubGit Actions') + expect(res.body).toContain('HubGit Actions') + expect(res.body).not.toContain('{% data variables.product.prodname_actions %}') + + // Check in both the intro and the manual content section + expect(res.body).toMatch(/Use the REST API to interact with artifacts in HubGit Actions/) + expect(res.body).toMatch(/About artifacts in HubGit Actions/) + }) + + test('AUTOTITLE links are resolved', async () => { + const res = await get(makeURL('/en/rest/actions/artifacts')) + expect(res.statusCode).toBe(200) + + // Check that AUTOTITLE has been resolved to actual link text + // The link should have the actual page title, not "AUTOTITLE" + expect(res.body).toContain('[Storing workflow data as artifacts]') + expect(res.body).toContain('(/en/actions/using-workflows/storing-workflow-data-as-artifacts)') + + // Make sure the raw AUTOTITLE tag is not present + expect(res.body).not.toContain('[AUTOTITLE]') + + // Verify the link appears in the manual content section + expect(res.body).toMatch( + /About artifacts in HubGit Actions[\s\S]*Storing workflow data as artifacts/, + ) + }) + + test('Markdown links are preserved in descriptions', async () => { + const res = await get(makeURL('/en/rest/actions/artifacts')) + expect(res.statusCode).toBe(200) + + // Check that markdown links are preserved + expect(res.body).toMatch(/\[.*?\]\(\/en\/.*?\)/) + }) + + test('Response schema is formatted correctly', async () => { + const res = await get(makeURL('/en/rest/actions/artifacts')) + expect(res.statusCode).toBe(200) + + // Check for JSON code block with schema label + expect(res.body).toContain('**Response schema:**') + expect(res.body).toContain('```json') + expect(res.body).toContain('Status: 200') + + // Verify schema structure is present (not an example) + expect(res.body).toContain('"type":') + expect(res.body).toContain('"properties":') + + // Check for common schema keywords + const schemaMatch = res.body.match(/```json\s+Status: 200\s+([\s\S]*?)```/) + expect(schemaMatch).toBeTruthy() + + if (schemaMatch) { + const schemaContent = schemaMatch[1] + const schema = JSON.parse(schemaContent) + + // Verify it's a valid OpenAPI/JSON schema structure + expect(schema).toHaveProperty('type') + expect(schema.type).toBe('object') + expect(schema).toHaveProperty('properties') + + // Verify it has expected properties for artifacts response + expect(schema.properties).toHaveProperty('total_count') + expect(schema.properties).toHaveProperty('artifacts') + } + }) + + test('Non-REST pages return appropriate error', async () => { + const res = await get(makeURL('/en/get-started/start-your-journey/hello-world')) + expect(res.statusCode).toBe(200) + + // Regular article pages should still work, they just won't use the transformer + expect(res.body).toContain('## Introduction') + }) + + test('Invalid apiVersion returns 400 error', async () => { + // An invalid API version should return a validation error with 400 status + const res = await get(makeURL('/en/rest/actions/artifacts', 'invalid-version')) + + // Returns 400 because the apiVersion is invalid (client error) + expect(res.statusCode).toBe(400) + const parsed = JSON.parse(res.body) + expect(parsed.error).toContain("Invalid apiVersion 'invalid-version'") + expect(parsed.error).toContain('Valid API versions are:') + expect(parsed.error).toContain('2022-11-28') + }) + + test('Multiple apiVersion query parameters returns 400 error', async () => { + // Multiple apiVersion parameters should be rejected + const res = await get( + '/api/article/body?pathname=/en/rest/actions/artifacts&apiVersion=2022-11-28&apiVersion=2023-01-01', + ) + + expect(res.statusCode).toBe(400) + const parsed = JSON.parse(res.body) + expect(parsed.error).toBe("Multiple 'apiVersion' keys") + }) + + test('Valid apiVersion passes validation', async () => { + // A valid API version should work + const res = await get(makeURL('/en/rest/actions/artifacts', '2022-11-28')) + + expect(res.statusCode).toBe(200) + expect(res.body).toContain('-H "X-GitHub-Api-Version: 2022-11-28"') + }) + + test('Missing apiVersion defaults to latest', async () => { + // When no apiVersion is provided, it should default to the latest version + const res = await get(makeURL('/en/rest/actions/artifacts')) + + expect(res.statusCode).toBe(200) + // Should include the default API version header + expect(res.body).toContain('-H "X-GitHub-Api-Version: 2022-11-28"') + }) + + test('Multiple operations on a page are all rendered', async () => { + const res = await get(makeURL('/en/rest/actions/artifacts')) + expect(res.statusCode).toBe(200) + + // Check for multiple operation headings + expect(res.body).toContain('## List artifacts for a repository') + expect(res.body).toContain('## Get an artifact') + expect(res.body).toContain('## Delete an artifact') + }) + + test('Body parameters are formatted correctly for POST/PUT operations', async () => { + const res = await get(makeURL('/en/rest/actions/artifacts')) + expect(res.statusCode).toBe(200) + + // For operations with body parameters, check formatting + // (artifacts endpoint is mostly GET/DELETE, but structure should be there) + // The transformer handles body parameters when present + }) + + test('Content-type header is included for operations that need it', async () => { + const res = await get(makeURL('/en/rest/actions/artifacts')) + expect(res.statusCode).toBe(200) + + // Content-type header appears for operations that require it + // The REST transformer adds this based on the operation data + }) + + test('Non-English language paths work correctly', async () => { + // Note: This test may fail in dev mode with ENABLED_LANGUAGES=en + // but the transformer itself should handle any language path + const res = await get(makeURL('/ja/rest/actions/artifacts')) + expect(res.statusCode).toBe(200) + + // The transformer should work regardless of language prefix + // because it looks for 'rest' in the path and gets the category/subcategory after it + // e.g. /ja/rest/actions/artifacts should work the same as /en/rest/actions/artifacts + + // Verify the operation content is present (in English, since REST data is not translated) + expect(res.body).toContain('## List artifacts for a repository') + expect(res.body).toContain('GET /repos/{owner}/{repo}/actions/artifacts') + + // Check what language is actually being served by examining the response + // If Japanese translations are loaded, the title will be in Japanese + // Otherwise, it falls back to English + const hasJapaneseTitle = res.body.includes('# GitHub Actions アーティファクト') + const hasEnglishTitle = res.body.includes('# GitHub Actions Artifacts') + + // One of them must be present + expect(hasJapaneseTitle || hasEnglishTitle).toBe(true) + + // Verify the appropriate content based on which language was served + if (hasJapaneseTitle) { + // If Japanese is loaded, expect Japanese intro text + expect(res.body).toContain('アーティファクト') + } else { + // If Japanese is not loaded, expect English fallback + expect(res.body).toContain('Use the REST API to interact with artifacts in HubGit Actions') + } + }) +}) diff --git a/src/article-api/transformers/index.ts b/src/article-api/transformers/index.ts new file mode 100644 index 000000000000..a759723782c5 --- /dev/null +++ b/src/article-api/transformers/index.ts @@ -0,0 +1,18 @@ +import { TransformerRegistry } from './types' +import { RestTransformer } from './rest-transformer' + +/** + * Global transformer registry + * Registers all available page-to-markdown transformers + */ +export const transformerRegistry = new TransformerRegistry() + +// Register REST transformer +transformerRegistry.register(new RestTransformer()) + +// Future transformers can be registered here: +// transformerRegistry.register(new WebhooksTransformer()) +// transformerRegistry.register(new GitHubAppsTransformer()) + +export { TransformerRegistry } from './types' +export type { PageTransformer } from './types' diff --git a/src/article-api/transformers/rest-transformer.ts b/src/article-api/transformers/rest-transformer.ts new file mode 100644 index 000000000000..87f6b9abd417 --- /dev/null +++ b/src/article-api/transformers/rest-transformer.ts @@ -0,0 +1,210 @@ +import type { Context, Page } from '@/types' +import type { PageTransformer } from './types' +import type { Operation } from '@/rest/components/types' +import { renderContent } from '@/content-render/index' +import matter from '@gr2m/gray-matter' +import { readFileSync } from 'fs' +import { join, dirname } from 'path' +import { fileURLToPath } from 'url' +import { fastTextOnly } from '@/content-render/unified/text-only' + +const __filename = fileURLToPath(import.meta.url) +const __dirname = dirname(__filename) + +/** + * Transformer for REST API pages + * Converts REST operations and their data into markdown format using a Liquid template + */ +export class RestTransformer implements PageTransformer { + canTransform(page: Page): boolean { + // Only transform REST pages that are not landing pages + // Landing pages (like /en/rest) will be handled by a separate transformer + return page.autogenerated === 'rest' && !page.relativePath.endsWith('index.md') + } + + async transform( + page: Page, + pathname: string, + context: Context, + apiVersion?: string, + ): Promise { + // Import getRest dynamically to avoid circular dependencies + const { default: getRest } = await import('@/rest/lib/index') + + // Extract version from context + const currentVersion = context.currentVersion! + + // Use the provided apiVersion, or fall back to the latest from context + const effectiveApiVersion = + apiVersion || + (context.currentVersionObj?.apiVersions?.length + ? context.currentVersionObj.latestApiVersion + : undefined) + + // Parse the category and subcategory from the page path + // e.g. /en/rest/actions/artifacts -> category: actions, subcategory: artifacts + const pathParts = pathname.split('/').filter(Boolean) + const restIndex = pathParts.indexOf('rest') + + if (restIndex === -1 || restIndex >= pathParts.length - 1) { + throw new Error(`Invalid REST path: ${pathname}`) + } + + const category = pathParts[restIndex + 1] + const subcategory = pathParts[restIndex + 2] // May be undefined for category-only pages + + // Get the REST operations data + const restData = await getRest(currentVersion, effectiveApiVersion) + + let operations: Operation[] = [] + + if (subcategory && restData[category]?.[subcategory]) { + operations = restData[category][subcategory] + } else if (category && restData[category]) { + // For categories without subcategories, operations are nested directly + const categoryData = restData[category] + // Flatten all operations from all subcategories + operations = Object.values(categoryData).flat() + } + + // Prepare manual content + let manualContent = '' + if (page.markdown) { + const markerIndex = page.markdown.indexOf( + '', + ) + if (markerIndex > 0) { + const { content } = matter(page.markdown) + const manualContentMarkerIndex = content.indexOf( + '', + ) + if (manualContentMarkerIndex > 0) { + const rawManualContent = content.substring(0, manualContentMarkerIndex).trim() + if (rawManualContent) { + manualContent = await renderContent(rawManualContent, { + ...context, + markdownRequested: true, + }) + } + } + } + } + + // Prepare data for template + const templateData = await this.prepareTemplateData( + page, + operations, + context, + manualContent, + effectiveApiVersion, + ) + + // Load and render template + const templatePath = join(__dirname, '../templates/rest-page.template.md') + const templateContent = readFileSync(templatePath, 'utf8') + + // Render the template with Liquid + const rendered = await renderContent(templateContent, { + ...context, + ...templateData, + markdownRequested: true, + }) + + return rendered + } + + /** + * Prepare data for the Liquid template + */ + private async prepareTemplateData( + page: Page, + operations: Operation[], + context: Context, + manualContent: string, + apiVersion?: string, + ): Promise> { + // Prepare page intro + const intro = page.intro ? await page.renderProp('intro', context, { textOnly: true }) : '' + + // Prepare operations for the template + const preparedOperations = await Promise.all( + operations.map(async (operation) => await this.prepareOperation(operation)), + ) + + return { + page: { + title: page.title, + intro, + }, + manualContent, + restOperations: preparedOperations, + apiVersion, + } + } + + /** + * Prepare a single operation for template rendering + */ + private async prepareOperation(operation: Operation): Promise> { + // Convert HTML description to text + const description = operation.descriptionHTML ? fastTextOnly(operation.descriptionHTML) : '' + + // Determine header settings + const needsContentTypeHeader = operation.subcategory === 'inference' + const omitHeaders = + operation.subcategory === 'management-console' || operation.subcategory === 'manage-ghes' + const showHeaders = !omitHeaders + + // Check if operation has parameters + const hasParameters = + (operation.parameters?.length || 0) > 0 || (operation.bodyParameters?.length || 0) > 0 + + // Process status codes to convert HTML descriptions to plain text + const statusCodes = operation.statusCodes?.map((statusCode) => ({ + ...statusCode, + description: statusCode.description ? fastTextOnly(statusCode.description) : undefined, + })) + + // Prepare code examples with processed URLs + const codeExamples = + operation.codeExamples?.map((example) => { + let url = `${operation.serverUrl}${operation.requestPath}` + + // Replace path parameters in URL + if (example.request?.parameters && Object.keys(example.request.parameters).length > 0) { + for (const [key, value] of Object.entries(example.request.parameters)) { + url = url.replace(`{${key}}`, String(value)) + } + } + + return { + request: { + description: example.request?.description + ? fastTextOnly(example.request.description) + : '', + url, + acceptHeader: example.request?.acceptHeader, + bodyParameters: example.request?.bodyParameters + ? JSON.stringify(example.request.bodyParameters, null, 2) + : null, + }, + response: { + statusCode: example.response?.statusCode, + schema: (example.response as any)?.schema + ? JSON.stringify((example.response as any).schema, null, 2) + : null, + }, + } + }) || [] + + return { + ...operation, + description, + hasParameters, + showHeaders, + needsContentTypeHeader, + statusCodes, + codeExamples, + } + } +} diff --git a/src/article-api/transformers/types.ts b/src/article-api/transformers/types.ts new file mode 100644 index 000000000000..4916aea2283e --- /dev/null +++ b/src/article-api/transformers/types.ts @@ -0,0 +1,103 @@ +import type { Context, Page } from '@/types' + +/** + * Base interface for page-to-markdown transformers + * + * Transformers convert autogenerated pages (REST, webhooks, etc.) + * into markdown format for the Article API + */ +export interface PageTransformer { + /** + * Check if this transformer can handle the given page + */ + canTransform(page: Page): boolean + + /** + * Transform the page into markdown format + * @param page - The page to transform + * @param pathname - The pathname of the page + * @param context - The rendering context + * @param apiVersion - Optional API version (e.g., '2022-11-28' for REST API calendar versioning) + */ + transform(page: Page, pathname: string, context: Context, apiVersion?: string): Promise +} + +/** + * Registry of available transformers for converting pages to markdown + * + * The TransformerRegistry manages a collection of PageTransformer instances + * and provides a mechanism to find the appropriate transformer for a given page. + * + * Transformers are evaluated in registration order. The first transformer + * whose `canTransform()` method returns true will be selected. + * + * @example + * ```typescript + * const registry = new TransformerRegistry() + * + * // Register transformers in priority order + * registry.register(new RestTransformer()) + * registry.register(new WebhookTransformer()) + * registry.register(new GraphQLTransformer()) + * + * // Find and use a transformer + * const transformer = registry.findTransformer(page) + * if (transformer) { + * const markdown = await transformer.transform(page, pathname, context) + * } + * ``` + * + * @remarks + * This class is not thread-safe. In server environments with concurrent requests, + * register all transformers during initialization before handling requests. + */ +export class TransformerRegistry { + private transformers: PageTransformer[] = [] + + /** + * Register a new transformer + * + * Transformers are evaluated in registration order when finding a match. + * Register more specific transformers before more general ones. + * + * @param transformer - The transformer to register + * + * @example + * ```typescript + * const registry = new TransformerRegistry() + * registry.register(new RestTransformer()) + * ``` + */ + register(transformer: PageTransformer): void { + this.transformers.push(transformer) + } + + /** + * Find a transformer that can handle the given page + * + * Iterates through registered transformers in registration order and returns + * the first transformer whose `canTransform()` method returns true. + * + * @param page - The page to find a transformer for + * @returns The first matching transformer, or null if: + * - The page is null/undefined + * - No registered transformer can handle the page + * + * @example + * ```typescript + * const transformer = registry.findTransformer(page) + * if (transformer) { + * const markdown = await transformer.transform(page, pathname, context) + * } else { + * // Handle case where no transformer is available + * console.warn('No transformer found for page:', page.relativePath) + * } + * ``` + */ + findTransformer(page: Page): PageTransformer | null { + if (page == null) { + return null + } + return this.transformers.find((t) => t.canTransform(page)) || null + } +} diff --git a/src/content-linter/lib/helpers/liquid-utils.ts b/src/content-linter/lib/helpers/liquid-utils.ts index 4ff9ca7bdbe9..f8c3b2204789 100644 --- a/src/content-linter/lib/helpers/liquid-utils.ts +++ b/src/content-linter/lib/helpers/liquid-utils.ts @@ -1,20 +1,16 @@ import { Tokenizer, TokenKind } from 'liquidjs' +import type { TopLevelToken, TagToken } from 'liquidjs' import { deprecated } from '@/versions/lib/enterprise-server-releases' -// Using `any` for the cache because TopLevelToken is a complex union type from liquidjs -// that includes TagToken, OutputToken, and HTMLToken with different properties. -// The cache is private to this module and we control all access to it. -const liquidTokenCache = new Map() +// Cache for liquid tokens to improve performance +const liquidTokenCache = new Map() -// Returns `any[]` instead of `TopLevelToken[]` because TopLevelToken is a union type -// (TagToken | OutputToken | HTMLToken) and consumers of this function access properties -// like `name` and `args` that only exist on TagToken. Using `any` here avoids complex -// type narrowing throughout the codebase. +// Returns TopLevelToken array from liquidjs which is a union of TagToken, OutputToken, and HTMLToken export function getLiquidTokens( content: string, { noCache = false }: { noCache?: boolean } = {}, -): any[] { +): TopLevelToken[] { if (!content) return [] if (noCache) { @@ -23,13 +19,13 @@ export function getLiquidTokens( } if (liquidTokenCache.has(content)) { - return liquidTokenCache.get(content) + return liquidTokenCache.get(content)! } const tokenizer = new Tokenizer(content) const tokens = tokenizer.readTopLevelTokens() liquidTokenCache.set(content, tokens) - return liquidTokenCache.get(content) + return liquidTokenCache.get(content)! } export const OUTPUT_OPEN = '{%' @@ -40,10 +36,9 @@ export const TAG_CLOSE = '}}' export const conditionalTags = ['if', 'elseif', 'unless', 'case', 'ifversion'] const CONDITIONAL_TAG_NAMES = ['if', 'ifversion', 'elsif', 'else', 'endif'] -// Token is `any` because it's used with different token types from liquidjs -// that all have `begin` and `end` properties but are part of complex union types. +// Token parameter uses TopLevelToken which has begin and end properties export function getPositionData( - token: any, + token: TopLevelToken, lines: string[], ): { lineNumber: number; column: number; length: number } { // Liquid indexes are 0-based, but we want to @@ -77,9 +72,9 @@ export function getPositionData( * by Markdownlint: * [ { lineNumber: 1, column: 1, deleteCount: 3, }] */ -// Token is `any` because it's used with different token types from liquidjs. +// Token parameter uses TopLevelToken from liquidjs export function getContentDeleteData( - token: any, + token: TopLevelToken, tokenEnd: number, lines: string[], ): Array<{ lineNumber: number; column: number; deleteCount: number }> { @@ -123,15 +118,14 @@ export function getContentDeleteData( // related elsif, else, and endif tags). // Docs doesn't use the standard `if` tag for versioning, instead the // `ifversion` tag is used. -// Returns `any[]` because the tokens need to be accessed as TagToken with `name` and `args` properties, -// but TopLevelToken union type would require complex type narrowing. -export function getLiquidIfVersionTokens(content: string): any[] { +// Returns TagToken array since we filter to only Tag tokens +export function getLiquidIfVersionTokens(content: string): TagToken[] { const tokens = getLiquidTokens(content) - .filter((token) => token.kind === TokenKind.Tag) + .filter((token): token is TagToken => token.kind === TokenKind.Tag) .filter((token) => CONDITIONAL_TAG_NAMES.includes(token.name)) let inIfStatement = false - const ifVersionTokens: any[] = [] + const ifVersionTokens: TagToken[] = [] for (const token of tokens) { if (token.name === 'if') { inIfStatement = true diff --git a/src/content-linter/lib/helpers/utils.ts b/src/content-linter/lib/helpers/utils.ts index 24af845b97c2..2a28b651a8ec 100644 --- a/src/content-linter/lib/helpers/utils.ts +++ b/src/content-linter/lib/helpers/utils.ts @@ -11,8 +11,8 @@ export function addFixErrorDetail( actual: string, // Using flexible type to accommodate different range formats from various linting rules range: [number, number] | number[] | null, - // Using any for fixInfo as markdownlint-rule-helpers accepts various fix info structures - fixInfo: any, + // Using unknown for fixInfo as markdownlint-rule-helpers accepts various fix info structures + fixInfo: unknown, ): void { addError(onError, lineNumber, `Expected: ${expected}`, ` Actual: ${actual}`, range, fixInfo) } @@ -20,9 +20,11 @@ export function addFixErrorDetail( export function forEachInlineChild( params: RuleParams, type: string, - // Using any for child and token types because different linting rules pass tokens with varying structures - // beyond the base MarkdownToken interface (e.g., ImageToken with additional properties) - handler: (child: any, token: any) => void, + // Handler uses `any` for function parameter variance reasons. TypeScript's contravariance rules for function + // parameters mean that a function accepting a specific type cannot be assigned to a parameter of type `unknown`. + // Therefore, `unknown` cannot be used here, as different linting rules pass tokens with varying structures + // beyond the base MarkdownToken interface, and some handlers are async. + handler: (child: any, token?: any) => void | Promise, ): void { filterTokens(params, 'inline', (token: MarkdownToken) => { for (const child of token.children!.filter((c) => c.type === type)) { @@ -146,8 +148,8 @@ export const docsDomains = ['docs.github.com', 'help.github.com', 'developer.git // This is the format we get from Markdownlint. // Returns null if the lines do not contain // frontmatter properties. -// Returns frontmatter as a Record with any values since YAML can contain various types -export function getFrontmatter(lines: string[]): Record | null { +// Returns frontmatter as a Record with unknown values since YAML can contain various types +export function getFrontmatter(lines: string[]): Record | null { const fmString = lines.join('\n') const { data } = matter(fmString) // If there is no frontmatter or the frontmatter contains diff --git a/src/content-linter/lib/linting-rules/internal-links-slash.ts b/src/content-linter/lib/linting-rules/internal-links-slash.ts index 0076c1531ad0..2a4101ee195d 100644 --- a/src/content-linter/lib/linting-rules/internal-links-slash.ts +++ b/src/content-linter/lib/linting-rules/internal-links-slash.ts @@ -1,7 +1,7 @@ import { filterTokens } from 'markdownlint-rule-helpers' import { addFixErrorDetail, getRange } from '../helpers/utils' -import type { RuleParams, RuleErrorCallback, Rule } from '../../types' +import type { RuleParams, RuleErrorCallback, Rule, MarkdownToken } from '../../types' export const internalLinksSlash: Rule = { names: ['GHD003', 'internal-links-slash'], @@ -9,8 +9,8 @@ export const internalLinksSlash: Rule = { tags: ['links', 'url'], parser: 'markdownit', function: (params: RuleParams, onError: RuleErrorCallback) => { - // Using 'any' type for token as markdownlint-rule-helpers doesn't provide TypeScript types - filterTokens(params, 'inline', (token: any) => { + filterTokens(params, 'inline', (token: MarkdownToken) => { + if (!token.children) return for (const child of token.children) { if (child.type !== 'link_open') continue @@ -20,6 +20,7 @@ export const internalLinksSlash: Rule = { // ['rel', 'canonical'], // ] // Attribute arrays are tuples of [attributeName, attributeValue] from markdownit parser + if (!child.attrs) continue const hrefsMissingSlashes = child.attrs // The attribute could also be `target` or `rel` .filter((attr: [string, string]) => attr[0] === 'href') diff --git a/src/content-linter/lib/linting-rules/liquid-data-tags.ts b/src/content-linter/lib/linting-rules/liquid-data-tags.ts index d66d5f974700..5a626fa8f5b0 100644 --- a/src/content-linter/lib/linting-rules/liquid-data-tags.ts +++ b/src/content-linter/lib/linting-rules/liquid-data-tags.ts @@ -1,5 +1,6 @@ import { addError } from 'markdownlint-rule-helpers' import { TokenKind } from 'liquidjs' +import type { TagToken } from 'liquidjs' import { getDataByLanguage } from '@/data-directory/lib/get-data' import { @@ -23,10 +24,9 @@ export const liquidDataReferencesDefined = { parser: 'markdownit', function: (params: RuleParams, onError: RuleErrorCallback) => { const content = params.lines.join('\n') - // Using any type because getLiquidTokens returns tokens from liquidjs library without complete type definitions const tokens = getLiquidTokens(content) - .filter((token: any) => token.kind === TokenKind.Tag) - .filter((token: any) => token.name === 'data' || token.name === 'indented_data_reference') + .filter((token): token is TagToken => token.kind === TokenKind.Tag) + .filter((token) => token.name === 'data' || token.name === 'indented_data_reference') if (!tokens.length) return @@ -60,13 +60,11 @@ export const liquidDataTagFormat = { function: (params: RuleParams, onError: RuleErrorCallback) => { const CHECK_LIQUID_TAGS = [OUTPUT_OPEN, OUTPUT_CLOSE, '{', '}'] const content = params.lines.join('\n') - // Using any type because getLiquidTokens returns tokens from liquidjs library without complete type definitions - // Tokens have properties like 'kind', 'name', 'args', and 'content' that aren't fully typed - const tokenTags = getLiquidTokens(content).filter((token: any) => token.kind === TokenKind.Tag) - const dataTags = tokenTags.filter((token: any) => token.name === 'data') - const indentedDataTags = tokenTags.filter( - (token: any) => token.name === 'indented_data_reference', + const tokenTags = getLiquidTokens(content).filter( + (token): token is TagToken => token.kind === TokenKind.Tag, ) + const dataTags = tokenTags.filter((token) => token.name === 'data') + const indentedDataTags = tokenTags.filter((token) => token.name === 'indented_data_reference') for (const token of dataTags) { // A data tag has only one argument, the data directory path. diff --git a/src/content-linter/lib/linting-rules/liquid-ifversion-versions.ts b/src/content-linter/lib/linting-rules/liquid-ifversion-versions.ts index 6631133278ff..c56439c41d64 100644 --- a/src/content-linter/lib/linting-rules/liquid-ifversion-versions.ts +++ b/src/content-linter/lib/linting-rules/liquid-ifversion-versions.ts @@ -1,4 +1,5 @@ import { addError } from 'markdownlint-rule-helpers' +import type { TopLevelToken } from 'liquidjs' import { getLiquidIfVersionTokens, @@ -35,8 +36,11 @@ export const liquidIfversionVersions = { const fileVersionsFm = params.name.startsWith('data') ? { ghec: '*', ghes: '*', fpt: '*' } : fm - ? fm.versions - : getFrontmatter(params.frontMatterLines)?.versions + ? (fm.versions as string | Record | undefined) + : (getFrontmatter(params.frontMatterLines)?.versions as + | string + | Record + | undefined) // This will only contain valid (non-deprecated) and future versions const fileVersions = getApplicableVersions(fileVersionsFm, '', { doNotThrow: true, @@ -134,7 +138,7 @@ function setLiquidErrors(condTagItems: any[], onError: RuleErrorCallback, lines: { begin: item.begin, end: item.end, - }, + } as TopLevelToken, lines, ) const deleteCount = length - column + 1 === lines[lineNumber - 1].length ? -1 : length @@ -159,7 +163,7 @@ function setLiquidErrors(condTagItems: any[], onError: RuleErrorCallback, lines: { begin: item.contentrange[0], end: item.contentrange[1], - }, + } as TopLevelToken, lines, ) const insertText = `${item.action.name || item.name} ${item.action.cond || item.cond}` diff --git a/src/content-linter/lib/linting-rules/liquid-quoted-conditional-arg.ts b/src/content-linter/lib/linting-rules/liquid-quoted-conditional-arg.ts index 66b1320bf26e..13ad700cb116 100644 --- a/src/content-linter/lib/linting-rules/liquid-quoted-conditional-arg.ts +++ b/src/content-linter/lib/linting-rules/liquid-quoted-conditional-arg.ts @@ -1,4 +1,5 @@ import { TokenKind } from 'liquidjs' +import type { TagToken } from 'liquidjs' import { addError } from 'markdownlint-rule-helpers' import { getLiquidTokens, conditionalTags, getPositionData } from '../helpers/liquid-utils' @@ -19,14 +20,12 @@ export const liquidQuotedConditionalArg: Rule = { tags: ['liquid', 'format'], function: (params: RuleParams, onError: RuleErrorCallback) => { const content = params.lines.join('\n') - // Using 'any' type for tokens as getLiquidTokens returns tokens from liquid-utils.ts which lacks type definitions const tokens = getLiquidTokens(content) - .filter((token: any) => token.kind === TokenKind.Tag) - .filter((token: any) => conditionalTags.includes(token.name)) - .filter((token: any) => { + .filter((token): token is TagToken => token.kind === TokenKind.Tag) + .filter((token) => conditionalTags.includes(token.name)) + .filter((token) => { const tokensArray = token.args.split(/\s+/g) - // Using 'any' for args as they come from the untyped liquid token structure - if (tokensArray.some((arg: any) => isStringQuoted(arg))) return true + if (tokensArray.some((arg) => isStringQuoted(arg))) return true return false }) diff --git a/src/content-linter/lib/linting-rules/liquid-syntax.ts b/src/content-linter/lib/linting-rules/liquid-syntax.ts index debb548e7866..5e3a93ea8dda 100644 --- a/src/content-linter/lib/linting-rules/liquid-syntax.ts +++ b/src/content-linter/lib/linting-rules/liquid-syntax.ts @@ -33,6 +33,7 @@ export const frontmatterLiquidSyntax = { for (const key of keysWithLiquid) { const value = fm[key] + if (typeof value !== 'string') continue try { liquid.parse(value) } catch (error) { diff --git a/src/content-linter/lib/linting-rules/liquid-tag-whitespace.ts b/src/content-linter/lib/linting-rules/liquid-tag-whitespace.ts index e0678607accf..1bdae8501fdd 100644 --- a/src/content-linter/lib/linting-rules/liquid-tag-whitespace.ts +++ b/src/content-linter/lib/linting-rules/liquid-tag-whitespace.ts @@ -1,4 +1,5 @@ import { TokenKind } from 'liquidjs' +import type { TopLevelToken } from 'liquidjs' import { getLiquidTokens, getPositionData } from '../helpers/liquid-utils' import { addFixErrorDetail } from '../helpers/utils' @@ -36,7 +37,10 @@ export const liquidTagWhitespace: Rule = { (token: LiquidToken) => token.kind === TokenKind.Tag, ) for (const token of tokens) { - const { lineNumber, column, length } = getPositionData(token, params.lines) + const { lineNumber, column, length } = getPositionData( + token as unknown as TopLevelToken, + params.lines, + ) const range = [column, length] const tag = params.lines[lineNumber - 1].slice(column - 1, column - 1 + length) diff --git a/src/content-linter/lib/linting-rules/liquid-versioning.ts b/src/content-linter/lib/linting-rules/liquid-versioning.ts index 6fa1471de035..a9062aa04243 100644 --- a/src/content-linter/lib/linting-rules/liquid-versioning.ts +++ b/src/content-linter/lib/linting-rules/liquid-versioning.ts @@ -1,5 +1,6 @@ import semver from 'semver' import { TokenKind } from 'liquidjs' +import type { TagToken } from 'liquidjs' import { addError } from 'markdownlint-rule-helpers' import { getRange, addFixErrorDetail } from '../helpers/utils' @@ -13,7 +14,7 @@ import type { RuleParams, RuleErrorCallback } from '@/content-linter/types' interface Feature { versions: Record - [key: string]: any + [key: string]: unknown } type AllFeatures = Record @@ -60,12 +61,13 @@ export const liquidIfTags = { function: (params: RuleParams, onError: RuleErrorCallback) => { const content = params.lines.join('\n') - const tokens = getLiquidTokens(content).filter( - (token) => - token.kind === TokenKind.Tag && - token.name === 'if' && - token.args.split(/\s+/).some((arg: string) => getAllPossibleVersionNames().has(arg)), - ) + const tokens = getLiquidTokens(content) + .filter((token): token is TagToken => token.kind === TokenKind.Tag) + .filter( + (token) => + token.name === 'if' && + token.args.split(/\s+/).some((arg: string) => getAllPossibleVersionNames().has(arg)), + ) for (const token of tokens) { const args = token.args @@ -90,7 +92,7 @@ export const liquidIfVersionTags = { function: (params: RuleParams, onError: RuleErrorCallback) => { const content = params.lines.join('\n') const tokens = getLiquidTokens(content) - .filter((token) => token.kind === TokenKind.Tag) + .filter((token): token is TagToken => token.kind === TokenKind.Tag) .filter((token) => token.name === 'ifversion' || token.name === 'elsif') for (const token of tokens) { diff --git a/src/content-linter/lib/linting-rules/rai-reusable-usage.ts b/src/content-linter/lib/linting-rules/rai-reusable-usage.ts index 2072611f168e..56ce74eb1cc1 100644 --- a/src/content-linter/lib/linting-rules/rai-reusable-usage.ts +++ b/src/content-linter/lib/linting-rules/rai-reusable-usage.ts @@ -1,5 +1,6 @@ import { addError } from 'markdownlint-rule-helpers' import { TokenKind } from 'liquidjs' +import type { TopLevelToken } from 'liquidjs' import path from 'path' import { getFrontmatter } from '../helpers/utils' @@ -45,7 +46,10 @@ export const raiReusableUsage: Rule = { if (dataDirectoryReference.startsWith('reusables.rai')) continue const lines = params.lines - const { lineNumber, column, length } = getPositionData(token, lines) + const { lineNumber, column, length } = getPositionData( + token as unknown as TopLevelToken, + lines, + ) addError( onError, lineNumber, diff --git a/src/content-linter/scripts/find-unsed-variables.ts b/src/content-linter/scripts/find-unsed-variables.ts index 29a409c6bb63..cfe38135c244 100644 --- a/src/content-linter/scripts/find-unsed-variables.ts +++ b/src/content-linter/scripts/find-unsed-variables.ts @@ -22,7 +22,8 @@ import yaml from 'js-yaml' import { program } from 'commander' import { loadPages, loadUnversionedTree } from '@/frame/lib/page-data' -import { TokenizationError } from 'liquidjs' +import { TokenizationError, TokenKind } from 'liquidjs' +import type { TagToken } from 'liquidjs' import readFrontmatter from '@/frame/lib/read-frontmatter' import { getLiquidTokens } from '@/content-linter/lib/helpers/liquid-utils' @@ -137,7 +138,10 @@ function getReusableFiles(root = 'data') { function checkString(string: string, variables: Map) { try { - for (const token of getLiquidTokens(string)) { + const tokens = getLiquidTokens(string).filter( + (token): token is TagToken => token.kind === TokenKind.Tag, + ) + for (const token of tokens) { if (token.name === 'data') { const { args } = token variables.delete(args) diff --git a/src/content-render/liquid/engine.ts b/src/content-render/liquid/engine.ts index 77591e81471b..65e1b4f36277 100644 --- a/src/content-render/liquid/engine.ts +++ b/src/content-render/liquid/engine.ts @@ -10,6 +10,7 @@ import { Tool, tags as toolTags } from './tool' import { Spotlight, tags as spotlightTags } from './spotlight' import { Prompt } from './prompt' import IndentedDataReference from './indented-data-reference' +import { apiTransformerTags } from '@/article-api/liquid-renderers' // Type assertions for .js files without type definitions // Copilot: Remove these assertions when the corresponding .js files are converted to TypeScript @@ -40,6 +41,11 @@ for (const tag in spotlightTags) { engine.registerTag('prompt', anyPrompt) +// Register API transformer tags +for (const [tagName, tagClass] of Object.entries(apiTransformerTags)) { + engine.registerTag(tagName, tagClass as any) +} + /** * Like the `size` filter, but specifically for * getting the number of keys in an object diff --git a/src/content-render/liquid/prompt.ts b/src/content-render/liquid/prompt.ts index d241786e6b81..dbba2b28b3c4 100644 --- a/src/content-render/liquid/prompt.ts +++ b/src/content-render/liquid/prompt.ts @@ -2,25 +2,25 @@ // Defines {% prompt %}…{% endprompt %} to wrap its content in and append the Copilot icon. import octicons from '@primer/octicons' +import type { TagToken, TopLevelToken } from 'liquidjs' import { generatePromptId } from '../lib/prompt-id' interface LiquidTag { type: 'block' - templates?: any[] // Note: Using 'any' because liquidjs doesn't provide proper types for template objects - // Note: Using 'any' for liquid-related parameters because liquidjs doesn't provide comprehensive TypeScript definitions - parse(tagToken: any, remainTokens: any): void - render(scope: any): Generator + templates?: unknown[] + parse(tagToken: TagToken, remainTokens: TopLevelToken[]): void + render(scope: unknown): Generator } export const Prompt: LiquidTag = { type: 'block', // Collect everything until {% endprompt %} - parse(tagToken: any, remainTokens: any): void { + parse(tagToken: TagToken, remainTokens: TopLevelToken[]): void { this.templates = [] const stream = this.liquid.parser.parseStream(remainTokens) stream - .on('template', (tpl: any) => this.templates.push(tpl)) + .on('template', (tpl: unknown) => this.templates.push(tpl)) .on('tag:endprompt', () => stream.stop()) .on('end', () => { throw new Error(`{% prompt %} tag not closed`) @@ -29,7 +29,7 @@ export const Prompt: LiquidTag = { }, // Render the inner Markdown, wrap in , then append the SVG - *render(scope: any): Generator { + *render(scope: unknown): Generator { const content = yield this.liquid.renderer.renderTemplates(this.templates, scope) const contentString = String(content) diff --git a/src/content-render/scripts/reusables-cli/find/unused.ts b/src/content-render/scripts/reusables-cli/find/unused.ts index 82feb590ab87..1f7bf29e8711 100644 --- a/src/content-render/scripts/reusables-cli/find/unused.ts +++ b/src/content-render/scripts/reusables-cli/find/unused.ts @@ -1,5 +1,7 @@ import fs from 'fs' import path from 'path' +import { TokenKind } from 'liquidjs' +import type { TagToken } from 'liquidjs' import { getLiquidTokens } from '@/content-linter/lib/helpers/liquid-utils' import { getAllContentFilePaths, @@ -21,7 +23,9 @@ export function findUnused({ absolute }: { absolute: boolean }) { for (let i = 0; i < totalFiles; i++) { const filePath = allFilePaths[i] const fileContents = fs.readFileSync(filePath, 'utf-8') - const liquidTokens = getLiquidTokens(fileContents) + const liquidTokens = getLiquidTokens(fileContents).filter( + (token): token is TagToken => token.kind === TokenKind.Tag, + ) for (const token of liquidTokens) { const { args, name } = token if ( diff --git a/src/content-render/scripts/reusables-cli/find/used.ts b/src/content-render/scripts/reusables-cli/find/used.ts index 24e1851a1a68..589b87e12e6c 100644 --- a/src/content-render/scripts/reusables-cli/find/used.ts +++ b/src/content-render/scripts/reusables-cli/find/used.ts @@ -1,5 +1,7 @@ import fs from 'fs' import path from 'path' +import { TokenKind } from 'liquidjs' +import type { TagToken } from 'liquidjs' import { getLiquidTokens } from '@/content-linter/lib/helpers/liquid-utils' import { FilesWithLineNumbers, @@ -51,7 +53,9 @@ export function findTopUsed(numberOfMostUsedToFind: number, { absolute }: { abso const reusableCounts = new Map() for (const filePath of allFilePaths) { const fileContents = fs.readFileSync(filePath, 'utf-8') - const liquidTokens = getLiquidTokens(fileContents) + const liquidTokens = getLiquidTokens(fileContents).filter( + (token): token is TagToken => token.kind === TokenKind.Tag, + ) for (const token of liquidTokens) { const { args, name } = token if (name === 'data' && args.startsWith('reusables.')) { diff --git a/src/content-render/scripts/reusables-cli/shared.ts b/src/content-render/scripts/reusables-cli/shared.ts index 1df03be81a8f..792f48828bdc 100644 --- a/src/content-render/scripts/reusables-cli/shared.ts +++ b/src/content-render/scripts/reusables-cli/shared.ts @@ -1,6 +1,7 @@ import walk from 'walk-sync' import path from 'path' -import { TokenizationError } from 'liquidjs' +import { TokenizationError, TokenKind } from 'liquidjs' +import type { TagToken } from 'liquidjs' import { getLiquidTokens } from '@/content-linter/lib/helpers/liquid-utils' const __dirname = path.dirname(new URL(import.meta.url).pathname) @@ -56,7 +57,10 @@ export function getReusableLiquidString(reusablePath: string): string { export function getIndicesOfLiquidVariable(liquidVariable: string, fileContents: string): number[] { const indices: number[] = [] try { - for (const token of getLiquidTokens(fileContents)) { + const tokens = getLiquidTokens(fileContents).filter( + (token): token is TagToken => token.kind === TokenKind.Tag, + ) + for (const token of tokens) { if (token.name === 'data' && token.args.trim() === liquidVariable) { indices.push(token.begin) } diff --git a/src/content-render/types.ts b/src/content-render/types.ts index 9fc352ce9ac5..1f01894583a0 100644 --- a/src/content-render/types.ts +++ b/src/content-render/types.ts @@ -11,13 +11,13 @@ export interface Context { currentVersion?: string currentProduct?: string markdownRequested?: boolean - pages?: any - redirects?: any + pages?: Record + redirects?: Record page?: { fullPath: string - [key: string]: any + [key: string]: unknown } - [key: string]: any + [key: string]: unknown } /** @@ -27,20 +27,20 @@ export interface RenderOptions { cache?: boolean | ((template: string, context: Context) => string | null) filename?: string textOnly?: boolean - [key: string]: any + [key: string]: unknown } /** * Unified processor plugin function type */ -export type UnifiedPlugin = (context?: Context) => any +export type UnifiedPlugin = (context?: Context) => unknown /** * VFile interface for unified processing */ export interface VFile { toString(): string - [key: string]: any + [key: string]: unknown } /** @@ -48,5 +48,5 @@ export interface VFile { */ export interface UnifiedProcessor { process(content: string): Promise - use(plugin: any, ...args: any[]): UnifiedProcessor + use(plugin: unknown, ...args: unknown[]): UnifiedProcessor } diff --git a/src/content-render/unified/processor.ts b/src/content-render/unified/processor.ts index 39e9d1ff49f0..2544b201f7fe 100644 --- a/src/content-render/unified/processor.ts +++ b/src/content-render/unified/processor.ts @@ -40,21 +40,21 @@ export function createProcessor(context: Context): UnifiedProcessor { .use(gfm) // Markdown AST below vvv .use(parseInfoString) - // Using 'as any' because rewriteLocalLinks is a factory function that takes context + // Using type assertion because rewriteLocalLinks is a factory function that takes context // and returns a transformer, but TypeScript's unified plugin types don't handle this pattern - .use(rewriteLocalLinks as any, context) + .use(rewriteLocalLinks as unknown as (ctx: Context) => void, context) .use(emoji) // Markdown AST above ^^^ .use(remark2rehype, { allowDangerousHtml: true }) // HTML AST below vvv .use(slug) // useEnglishHeadings plugin requires context with englishHeadings property - .use(useEnglishHeadings as any, context || {}) + .use(useEnglishHeadings as unknown as (ctx: Context) => void, context || {}) .use(headingLinks) .use(codeHeader) .use(annotate, context) - // Using 'as any' for highlight plugin due to complex type mismatch between unified and rehype-highlight - .use(highlight as any, { + // Using type assertion for highlight plugin due to complex type mismatch between unified and rehype-highlight + .use(highlight as unknown as (options: unknown) => void, { languages: { ...common, graphql, dockerfile, http, groovy, erb, powershell }, subset: false, aliases: { @@ -82,9 +82,9 @@ export function createProcessor(context: Context): UnifiedProcessor { .use(rewriteImgSources) .use(rewriteAssetImgTags) // alerts plugin requires context with alertTitles property - .use(alerts as any, context || {}) + .use(alerts as unknown as (ctx: Context) => void, context || {}) // HTML AST above ^^^ - .use(html) as UnifiedProcessor // String below vvv + .use(html) as unknown as UnifiedProcessor // String below vvv ) } @@ -93,10 +93,10 @@ export function createMarkdownOnlyProcessor(context: Context): UnifiedProcessor unified() .use(remarkParse) .use(gfm) - // Using 'as any' because rewriteLocalLinks is a factory function that takes context + // Using type assertion because rewriteLocalLinks is a factory function that takes context // and returns a transformer, but TypeScript's unified plugin types don't handle this pattern - .use(rewriteLocalLinks as any, context) - .use(remarkStringify) as UnifiedProcessor + .use(rewriteLocalLinks as unknown as (ctx: Context) => void, context) + .use(remarkStringify) as unknown as UnifiedProcessor ) } @@ -105,12 +105,12 @@ export function createMinimalProcessor(context: Context): UnifiedProcessor { unified() .use(remarkParse) .use(gfm) - // Using 'as any' because rewriteLocalLinks is a factory function that takes context + // Using type assertion because rewriteLocalLinks is a factory function that takes context // and returns a transformer, but TypeScript's unified plugin types don't handle this pattern - .use(rewriteLocalLinks as any, context) + .use(rewriteLocalLinks as unknown as (ctx: Context) => void, context) .use(remark2rehype, { allowDangerousHtml: true }) .use(slug) .use(raw) - .use(html) as UnifiedProcessor + .use(html) as unknown as UnifiedProcessor ) } diff --git a/src/content-render/unified/use-english-headings.ts b/src/content-render/unified/use-english-headings.ts index 47b90c4e6306..0109be6be74a 100644 --- a/src/content-render/unified/use-english-headings.ts +++ b/src/content-render/unified/use-english-headings.ts @@ -2,14 +2,10 @@ import GithubSlugger from 'github-slugger' import { encode } from 'html-entities' import { toString } from 'hast-util-to-string' import { visit } from 'unist-util-visit' +import type { Element, Root } from 'hast' const slugger = new GithubSlugger() -// Note: Using 'any' for node because the unist/hast type system is complex and -// the visit function's type constraints don't easily allow for proper element typing -// without extensive type gymnastics. The runtime check ensures type safety. -const matcher = (node: any) => node.type === 'element' && ['h2', 'h3', 'h4'].includes(node.tagName) - interface UseEnglishHeadingsOptions { englishHeadings?: Record } @@ -17,12 +13,9 @@ interface UseEnglishHeadingsOptions { // replace translated IDs and links in headings with English export default function useEnglishHeadings({ englishHeadings }: UseEnglishHeadingsOptions) { if (!englishHeadings) return - // Note: Using 'any' for tree because unified's AST types are complex and - // this function works with different tree types depending on the processor - return (tree: any) => { - // Note: Using 'any' for node because visit() callback typing is restrictive - // and doesn't easily allow for proper element typing without complex generics - visit(tree, matcher, (node: any) => { + return (tree: Root) => { + visit(tree, 'element', (node: Element) => { + if (!['h2', 'h3', 'h4'].includes(node.tagName)) return slugger.reset() // Get the plain text content of the heading node const text: string = toString(node) diff --git a/src/data-directory/scripts/find-orphaned-features/find.ts b/src/data-directory/scripts/find-orphaned-features/find.ts index bce2bb69b642..e43169e816a2 100644 --- a/src/data-directory/scripts/find-orphaned-features/find.ts +++ b/src/data-directory/scripts/find-orphaned-features/find.ts @@ -32,7 +32,8 @@ import fs from 'fs' import path from 'path' import chalk from 'chalk' -import { TokenizationError } from 'liquidjs' +import { TokenizationError, TokenKind } from 'liquidjs' +import type { TagToken } from 'liquidjs' import type { Page } from '@/types' import warmServer from '@/frame/lib/warm-server' @@ -246,7 +247,10 @@ function checkString( // a LOT of different strings in and the cache will fill up rapidly // when testing every possible string in every possible language for // every page. - for (const token of getLiquidTokens(string, { noCache: true })) { + const tokens = getLiquidTokens(string, { noCache: true }).filter( + (token): token is TagToken => token.kind === TokenKind.Tag, + ) + for (const token of tokens) { if (token.name === 'ifversion' || token.name === 'elsif') { for (const arg of token.args.split(/\s+/)) { if (IGNORE_ARGS.has(arg)) continue diff --git a/src/fixtures/fixtures/content/actions/index.md b/src/fixtures/fixtures/content/actions/index.md index 7afa48729ade..7dbd367ee809 100644 --- a/src/fixtures/fixtures/content/actions/index.md +++ b/src/fixtures/fixtures/content/actions/index.md @@ -11,4 +11,5 @@ versions: ghec: '*' children: - /category + - /using-workflows --- diff --git a/src/fixtures/fixtures/content/actions/using-workflows/index.md b/src/fixtures/fixtures/content/actions/using-workflows/index.md new file mode 100644 index 000000000000..cb92113061b4 --- /dev/null +++ b/src/fixtures/fixtures/content/actions/using-workflows/index.md @@ -0,0 +1,12 @@ +--- +title: Using workflows +intro: Learn how to use workflows in GitHub Actions. +versions: + fpt: '*' + ghec: '*' + ghes: '*' +children: + - /storing-workflow-data-as-artifacts +--- + +This is a fixture index page for testing. diff --git a/src/fixtures/fixtures/content/actions/using-workflows/storing-workflow-data-as-artifacts.md b/src/fixtures/fixtures/content/actions/using-workflows/storing-workflow-data-as-artifacts.md new file mode 100644 index 000000000000..580b42d97f52 --- /dev/null +++ b/src/fixtures/fixtures/content/actions/using-workflows/storing-workflow-data-as-artifacts.md @@ -0,0 +1,10 @@ +--- +title: Storing workflow data as artifacts +intro: Artifacts allow you to share data between jobs in a workflow and store data once that workflow has completed. +versions: + fpt: '*' + ghec: '*' + ghes: '*' +--- + +This is a fixture file for testing links in the REST API artifacts documentation. diff --git a/src/fixtures/fixtures/content/rest/actions/artifacts.md b/src/fixtures/fixtures/content/rest/actions/artifacts.md index 2e420c5dafe5..5ee75935c4d0 100644 --- a/src/fixtures/fixtures/content/rest/actions/artifacts.md +++ b/src/fixtures/fixtures/content/rest/actions/artifacts.md @@ -16,4 +16,6 @@ autogenerated: rest ## About artifacts in {% data variables.product.prodname_actions %} +You can use the REST API to download, delete, and retrieve information about workflow artifacts in {% data variables.product.prodname_actions %}. Artifacts enable you to share data between jobs in a workflow and store data once that workflow has completed. For more information, see [AUTOTITLE](/actions/using-workflows/storing-workflow-data-as-artifacts). + diff --git a/src/frame/pages/app.tsx b/src/frame/pages/app.tsx index 272b5d358db7..2f4aa2e767f5 100644 --- a/src/frame/pages/app.tsx +++ b/src/frame/pages/app.tsx @@ -18,6 +18,7 @@ import { import { useTheme } from '@/color-schemes/components/useTheme' import { SharedUIContextProvider } from '@/frame/components/context/SharedUIContext' import { CTAPopoverProvider } from '@/frame/components/context/CTAContext' +import type { ExtendedRequest } from '@/types' type MyAppProps = AppProps & { isDotComAuthenticated: boolean @@ -158,7 +159,7 @@ MyApp.getInitialProps = async (appContext: AppContext) => { const { ctx } = appContext // calls page's `getInitialProps` and fills `appProps.pageProps` const appProps = await App.getInitialProps(appContext) - const req: any = ctx.req + const req = ctx.req as unknown as ExtendedRequest // Have to define the type manually here because `req.context.languages` // comes from Node JS and is not type-aware. @@ -188,11 +189,14 @@ MyApp.getInitialProps = async (appContext: AppContext) => { } } } - const stagingName = req.headers['x-ong-external-url']?.match(/staging-(\w+)\./)?.[1] + const headerValue = req.headers['x-ong-external-url'] + const stagingName = (typeof headerValue === 'string' ? headerValue : headerValue?.[0])?.match( + /staging-(\w+)\./, + )?.[1] return { ...appProps, languagesContext, - stagingName: stagingNames.has(stagingName) ? stagingName : undefined, + stagingName: stagingName && stagingNames.has(stagingName) ? stagingName : undefined, } } diff --git a/src/ghes-releases/scripts/create-enterprise-issue.ts b/src/ghes-releases/scripts/create-enterprise-issue.ts index 73eda3325789..5490543bd7f2 100644 --- a/src/ghes-releases/scripts/create-enterprise-issue.ts +++ b/src/ghes-releases/scripts/create-enterprise-issue.ts @@ -190,7 +190,7 @@ async function createIssue( body, labels, }) - } catch (error: any) { + } catch (error: unknown) { console.log(`#ERROR# ${error}\n🛑 There was an error creating the issue.`) throw error } @@ -223,7 +223,7 @@ async function updateIssue( body, labels, }) - } catch (error: any) { + } catch (error: unknown) { console.log( `#ERROR# ${error}\n🛑 There was an error updating issue ${issueNumber} in ${fullRepo}.`, ) @@ -244,8 +244,13 @@ async function addRepoLabels(fullRepo: string, labels: string[]) { repo, name, }) - } catch (error: any) { - if (error.status === 404) { + } catch (error: unknown) { + if ( + typeof error === 'object' && + error !== null && + 'status' in error && + (error as { status: number }).status === 404 + ) { labelsToAdd.push(name) } else { console.log(`#ERROR# ${error}\n🛑 There was an error getting the label ${name}.`) @@ -260,7 +265,7 @@ async function addRepoLabels(fullRepo: string, labels: string[]) { repo, name, }) - } catch (error: any) { + } catch (error: unknown) { console.log(`#ERROR# ${error}\n🛑 There was an error adding the label ${name}.`) throw error } diff --git a/src/observability/tests/logger-integration.ts b/src/observability/tests/logger-integration.ts index 8ea2f7a22116..038eb2b943a8 100644 --- a/src/observability/tests/logger-integration.ts +++ b/src/observability/tests/logger-integration.ts @@ -1,4 +1,5 @@ import { describe, it, expect, vi, beforeEach, afterEach } from 'vitest' +import type { Request, Response } from 'express' import { createLogger } from '@/observability/logger' import { initLoggerContext, updateLoggerContext } from '@/observability/logger/lib/logger-context' @@ -8,7 +9,7 @@ describe('logger integration tests', () => { let originalConsoleError: typeof console.error let originalEnv: typeof process.env const consoleLogs: string[] = [] - const consoleErrors: any[] = [] + const consoleErrors: unknown[] = [] beforeEach(() => { // Store original console methods and environment @@ -20,7 +21,7 @@ describe('logger integration tests', () => { console.log = vi.fn((message: string) => { consoleLogs.push(message) }) - console.error = vi.fn((error: any) => { + console.error = vi.fn((error: unknown) => { consoleErrors.push(error) }) @@ -78,9 +79,9 @@ describe('logger integration tests', () => { 'accept-language': 'en-US,en;q=0.9', }, query: { filter: 'active' }, - } as any + } as unknown as Request - const mockRes = {} as any + const mockRes = {} as unknown as Response // Use a Promise to handle the async local storage execution const result = await new Promise((resolve, reject) => { diff --git a/src/release-notes/pages/release-notes.tsx b/src/release-notes/pages/release-notes.tsx index 7fc7cd70be34..949476c3573d 100644 --- a/src/release-notes/pages/release-notes.tsx +++ b/src/release-notes/pages/release-notes.tsx @@ -1,6 +1,8 @@ import { GetServerSideProps } from 'next' import { Liquid } from 'liquidjs' import pick from 'lodash/pick' +import get from 'lodash/get' +import type { Response } from 'express' import { MainContextT, @@ -11,6 +13,7 @@ import { import { DefaultLayout } from '@/frame/components/DefaultLayout' import { GHESReleaseNotes } from '@/release-notes/components/GHESReleaseNotes' import { GHESReleaseNotesContextT } from '@/release-notes/components/types' +import type { ExtendedRequest } from '@/types' const liquid = new Liquid() type Props = { @@ -33,22 +36,30 @@ export default function ReleaseNotes({ mainContext, ghesContext }: Props) { ) } -export const getServerSideProps: GetServerSideProps = async (context) => { - const req = context.req as any - const res = context.res as any +export const getServerSideProps: GetServerSideProps = async ( + context, +): Promise<{ props: Props }> => { + const req = context.req as unknown as ExtendedRequest + const res = context.res as unknown as Response // The `req.context.allVersion[X]` entries contains more keys (and values) // than we need so only pick out the keys that are actually needed // explicitly in the components served from these props. - const currentVersion = pick(req.context.allVersions[req.context.currentVersion], [ + const currentVersion = pick(req.context!.allVersions?.[req.context!.currentVersion!] || {}, [ 'plan', 'planTitle', 'versionTitle', 'currentRelease', 'releases', - ]) + ]) as { + plan?: string + planTitle?: string + versionTitle?: string + currentRelease?: string + releases?: string[] + } - const { latestPatch = '', latestRelease = '' } = req.context + const { latestPatch = '', latestRelease = '' } = req.context! const mainContext = await getMainContext(req, res) addUINamespaces(req, mainContext.data.ui, ['release_notes']) @@ -58,28 +69,39 @@ export const getServerSideProps: GetServerSideProps = async (context) => mainContext, ghesContext: currentVersion.plan === 'enterprise-server' - ? { + ? ({ currentVersion, latestPatch, latestRelease, - releaseNotes: req.context.ghesReleaseNotes, - releases: req.context.ghesReleases, + releaseNotes: req.context!.ghesReleaseNotes || [], + releases: req.context!.ghesReleases || [], message: { ghes_release_notes_upgrade_patch_only: liquid.parseAndRenderSync( - req.context.site.data.ui.header.notices.ghes_release_notes_upgrade_patch_only, + get( + req.context, + 'site.data.ui.header.notices.ghes_release_notes_upgrade_patch_only', + '', + ) as string, { latestPatch, latestRelease }, ), ghes_release_notes_upgrade_release_only: liquid.parseAndRenderSync( - req.context.site.data.ui.header.notices.ghes_release_notes_upgrade_release_only, + get( + req.context, + 'site.data.ui.header.notices.ghes_release_notes_upgrade_release_only', + '', + ) as string, { latestPatch, latestRelease }, ), ghes_release_notes_upgrade_patch_and_release: liquid.parseAndRenderSync( - req.context.site.data.ui.header.notices - .ghes_release_notes_upgrade_patch_and_release, + get( + req.context, + 'site.data.ui.header.notices.ghes_release_notes_upgrade_patch_and_release', + '', + ) as string, { latestPatch, latestRelease }, ), }, - } + } as unknown as GHESReleaseNotesContextT) : null, }, } diff --git a/src/search/scripts/scrape/lib/build-records.ts b/src/search/scripts/scrape/lib/build-records.ts index 59b0560fd52b..d5a3b0336b2a 100644 --- a/src/search/scripts/scrape/lib/build-records.ts +++ b/src/search/scripts/scrape/lib/build-records.ts @@ -130,12 +130,15 @@ export default async function buildRecords( }) .on('error', (err) => { // Track the failure - const url = (err as any).url - const relativePath = (err as any).relativePath + const url = (err as unknown as { url?: string }).url + const relativePath = (err as unknown as { relativePath?: string }).relativePath // Check for HTTPError by name since it may come from a different module - if ((err instanceof HTTPError || err?.name === 'HTTPError') && (err as any).response) { - const httpErr = err as any + if ( + (err instanceof HTTPError || err?.name === 'HTTPError') && + (err as unknown as HTTPError).response + ) { + const httpErr = err as unknown as HTTPError failedPages.push({ url: httpErr.request?.requestUrl?.pathname || url, relativePath, @@ -146,7 +149,7 @@ export default async function buildRecords( if (!noMarkers) process.stdout.write(chalk.red('✗')) } else if (err instanceof Error) { // Enhanced error handling for timeout and network errors - const errorType = (err.cause as any)?.code || err.name + const errorType = (err.cause as unknown as { code?: string })?.code || err.name const isTimeout = errorType === 'UND_ERR_HEADERS_TIMEOUT' || errorType === 'UND_ERR_CONNECT_TIMEOUT' || 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 52d3682afc77..32250ba29250 100644 --- a/src/secret-scanning/data/pattern-docs/fpt/public-docs.yml +++ b/src/secret-scanning/data/pattern-docs/fpt/public-docs.yml @@ -1,10 +1,6 @@ - provider: 1Password supportedSecret: 1Password Service Account Token secretType: 1password_service_account_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -14,25 +10,15 @@ - provider: Adafruit supportedSecret: Adafruit IO Key secretType: adafruit_io_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Adobe supportedSecret: Adobe Client Secret secretType: adobe_client_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.11' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -42,10 +28,6 @@ - provider: Adobe supportedSecret: Adobe Device Token secretType: adobe_device_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -55,10 +37,6 @@ - provider: Adobe supportedSecret: Adobe PAC Token secretType: adobe_pac_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.11' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -68,10 +46,6 @@ - provider: Adobe supportedSecret: Adobe Refresh Token secretType: adobe_refresh_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.11' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -81,10 +55,6 @@ - provider: Adobe supportedSecret: Adobe Service Token secretType: adobe_service_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -94,10 +64,6 @@ - provider: Adobe supportedSecret: Adobe Short-Lived Access Token secretType: adobe_short_lived_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -107,10 +73,6 @@ - provider: Aikido supportedSecret: Aikido API Client Secret secretType: aikido_api_client_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -120,10 +82,6 @@ - provider: Aikido supportedSecret: Aikido CI Scanning Token secretType: aikido_ci_scanning_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -133,10 +91,6 @@ - provider: Airtable supportedSecret: Airtable API Key secretType: airtable_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -146,10 +100,6 @@ - provider: Airtable supportedSecret: Airtable Personal Access Token secretType: airtable_personal_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -159,10 +109,6 @@ - provider: Aiven supportedSecret: Aiven Auth Token secretType: aiven_auth_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.9' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -172,10 +118,6 @@ - provider: Aiven supportedSecret: Aiven Service Password secretType: aiven_service_password - versions: - fpt: '*' - ghec: '*' - ghes: '>3.9' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -185,10 +127,6 @@ - provider: Alibaba supportedSecret: Alibaba Cloud AccessKey ID secretType: alibaba_cloud_access_key_id,
alibaba_cloud_access_key_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -198,25 +136,15 @@ - provider: Amazon AWS supportedSecret: Amazon AWS Access Key ID secretType: aws_access_key_id,
aws_secret_access_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: true isduplicate: true - provider: Amazon AWS supportedSecret: Amazon AWS API Key ID secretType: aws_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -228,55 +156,33 @@ secretType: >- aws_secret_access_key,
aws_session_token,
aws_temporary_access_key_id - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: false isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Anthropic supportedSecret: Anthropic Admin API Key secretType: anthropic_admin_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.16' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Anthropic supportedSecret: Anthropic API Key secretType: anthropic_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.12' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: true isduplicate: true - provider: Anthropic supportedSecret: Anthropic Session ID secretType: anthropic_session_id - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -286,10 +192,6 @@ - provider: Apify supportedSecret: Apify Actor Run API Token secretType: apify_actor_run_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -299,10 +201,6 @@ - provider: Apify supportedSecret: Apify Actor Run Proxy Password secretType: apify_actor_run_proxy_password - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -312,25 +210,15 @@ - provider: Apify supportedSecret: Apify API Token secretType: apify_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Apify supportedSecret: Apify Integration API Token secretType: apify_integration_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -340,10 +228,6 @@ - provider: Apify supportedSecret: Apify Proxy Password secretType: apify_proxy_password - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -353,10 +237,6 @@ - provider: Apify supportedSecret: Apify UI Token secretType: apify_ui_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -366,10 +246,6 @@ - provider: Apify supportedSecret: Apify Webhook Dispatch API Token secretType: apify_webhook_dispatch_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -379,25 +255,15 @@ - provider: Asaas supportedSecret: Asaas API Token secretType: asaas_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: true isPrivateWithGhas: true hasPushProtection: false - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Asana supportedSecret: Asana Legacy Format Personal Access Token secretType: asana_legacy_format_personal_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -407,10 +273,6 @@ - provider: Asana supportedSecret: Asana Personal Access Token secretType: asana_personal_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -420,10 +282,6 @@ - provider: Atlassian supportedSecret: Atlassian API Token secretType: atlassian_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -433,10 +291,6 @@ - provider: Atlassian supportedSecret: Atlassian JSON Web Token secretType: atlassian_jwt - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -446,10 +300,6 @@ - provider: Authress supportedSecret: Authress Service Client Access Key secretType: authress_service_client_access_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.11' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -459,10 +309,6 @@ - provider: Azure supportedSecret: Azure Active Directory Application Secret secretType: azure_active_directory_application_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -472,10 +318,6 @@ - provider: Azure supportedSecret: Azure Active Directory User Credential secretType: azure_active_directory_user_credential - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -485,10 +327,6 @@ - provider: Azure supportedSecret: Azure AI Services Key secretType: azure_ai_services_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -498,10 +336,6 @@ - provider: Azure supportedSecret: Azure Anomaly Detector EE Key secretType: azure_anomaly_detector_ee_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -511,10 +345,6 @@ - provider: Azure supportedSecret: Azure Anomaly Detector Key secretType: azure_anomaly_detector_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -524,10 +354,6 @@ - provider: Azure supportedSecret: Azure Apim Direct Management Key secretType: azure_apim_direct_management_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -537,10 +363,6 @@ - provider: Azure supportedSecret: Azure Apim Gateway Key secretType: azure_apim_gateway_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -550,10 +372,6 @@ - provider: Azure supportedSecret: Azure Apim Repository Key secretType: azure_apim_repository_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -563,10 +381,6 @@ - provider: Azure supportedSecret: Azure Apim Subscription Key secretType: azure_apim_subscription_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -576,10 +390,6 @@ - provider: Azure supportedSecret: Azure App Configuration Connection String secretType: azure_app_configuration_connection_string - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -589,10 +399,6 @@ - provider: Azure supportedSecret: Azure App Configuration Key secretType: azure_app_configuration_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -602,10 +408,6 @@ - provider: Azure supportedSecret: Azure Batch Key Identifiable secretType: azure_batch_key_identifiable - versions: - fpt: '*' - ghec: '*' - ghes: '>3.8' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -615,10 +417,6 @@ - provider: Azure supportedSecret: Azure Cache for Redis Access Key secretType: azure_cache_for_redis_access_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -628,10 +426,6 @@ - provider: Azure supportedSecret: Azure Cognitive Services Key secretType: azure_cognitive_services_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -641,10 +435,6 @@ - provider: Azure supportedSecret: Azure Communication Services Connection String secretType: azure_communication_services_connection_string - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -654,10 +444,6 @@ - provider: Azure supportedSecret: Azure Communication Services Key secretType: azure_communication_services_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -667,10 +453,6 @@ - provider: Azure supportedSecret: Azure Computer Vision Key secretType: azure_computer_vision_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -680,10 +462,6 @@ - provider: Azure supportedSecret: Azure Registry Key Identifiable secretType: azure_container_registry_key_identifiable - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.11' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -693,10 +471,6 @@ - provider: Azure supportedSecret: Azure Content Moderator Key secretType: azure_content_moderator_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -706,10 +480,6 @@ - provider: Azure supportedSecret: Azure Content Safety Key secretType: azure_content_safety_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -719,10 +489,6 @@ - provider: Azure supportedSecret: Azure Cosmosdb Key Identifiable secretType: azure_cosmosdb_key_identifiable - versions: - fpt: '*' - ghec: '*' - ghes: '>3.8' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -732,10 +498,6 @@ - provider: Azure supportedSecret: Azure Custom Vision Prediction Key secretType: azure_custom_vision_prediction_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -745,10 +507,6 @@ - provider: Azure supportedSecret: Azure Custom Vision Training Key secretType: azure_custom_vision_training_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -758,10 +516,6 @@ - provider: Azure supportedSecret: Azure DevOps Personal Access Token secretType: azure_devops_personal_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -771,10 +525,6 @@ - provider: Azure supportedSecret: Azure Event Grid Key Identifiable secretType: azure_event_grid_key_identifiable - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -784,10 +534,6 @@ - provider: Azure supportedSecret: Azure Event Hub Key Identifiable secretType: azure_event_hub_key_identifiable - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -797,10 +543,6 @@ - provider: Azure supportedSecret: Azure Face Key secretType: azure_face_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -810,10 +552,6 @@ - provider: Azure supportedSecret: Azure Fluid Relay Key secretType: azure_fluid_relay_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -823,10 +561,6 @@ - provider: Azure supportedSecret: Azure Form Recognizer Key secretType: azure_form_recognizer_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -836,10 +570,6 @@ - provider: Azure supportedSecret: Azure Function Key secretType: azure_function_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -849,10 +579,6 @@ - provider: Azure supportedSecret: Azure Health Decision Support Key secretType: azure_health_decision_support_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -862,10 +588,6 @@ - provider: Azure supportedSecret: Azure Health Insights Key secretType: azure_health_insights_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -875,10 +597,6 @@ - provider: Azure supportedSecret: Azure Immersive Reader Key secretType: azure_immersive_reader_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -888,10 +606,6 @@ - provider: Azure supportedSecret: Azure Internal All In One Key secretType: azure_internal_all_in_one_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -901,10 +615,6 @@ - provider: Azure supportedSecret: Azure IoT Device Connection String secretType: azure_iot_device_connection_string - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -914,10 +624,6 @@ - provider: Azure supportedSecret: Azure IoT Device Key secretType: azure_iot_device_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -927,10 +633,6 @@ - provider: Azure supportedSecret: Azure IoT Device Provisioning Key secretType: azure_iot_device_provisioning_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -940,10 +642,6 @@ - provider: Azure supportedSecret: Azure IoT Hub Connection String secretType: azure_iot_hub_connection_string - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -953,10 +651,6 @@ - provider: Azure supportedSecret: Azure IoT Hub Key secretType: azure_iot_hub_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -966,10 +660,6 @@ - provider: Azure supportedSecret: Azure IoT Provisioning Connection String secretType: azure_iot_provisioning_connection_string - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -979,10 +669,6 @@ - provider: Azure supportedSecret: Azure Knowledge Key secretType: azure_knowledge_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -992,9 +678,6 @@ - provider: Azure supportedSecret: Azure Logic Apps URL secretType: azure_logic_apps_url - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -1004,10 +687,6 @@ - provider: Azure supportedSecret: Azure Luis Authoring Key secretType: azure_luis_authoring_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1017,10 +696,6 @@ - provider: Azure supportedSecret: Azure Luis Key secretType: azure_luis_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1030,10 +705,6 @@ - provider: Azure supportedSecret: Microsoft Azure Service Management Certificate secretType: azure_management_certificate - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1043,10 +714,6 @@ - provider: Azure supportedSecret: Azure Maps Key secretType: azure_maps_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1056,10 +723,6 @@ - provider: Azure supportedSecret: Azure Metrics Advisor Key secretType: azure_metrics_advisor_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1069,10 +732,6 @@ - provider: Azure supportedSecret: Azure Mixed Reality Key secretType: azure_mixed_reality_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1082,10 +741,6 @@ - provider: Azure supportedSecret: Azure ML Inference Key secretType: azure_ml_inference_identifiable_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1095,9 +750,6 @@ - provider: Azure supportedSecret: Azure ML Internal Service Principal Key secretType: azure_ml_internal_service_principal_identifiable_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -1107,10 +759,6 @@ - provider: Azure supportedSecret: Azure ML Studio (classic) Web Service Key secretType: azure_ml_web_service_classic_identifiable_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.8' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1120,10 +768,6 @@ - provider: Azure supportedSecret: Azure OpenAI Key secretType: azure_openai_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.16' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1133,10 +777,6 @@ - provider: Azure supportedSecret: Azure Personalizer Key secretType: azure_personalizer_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1146,10 +786,6 @@ - provider: Azure supportedSecret: Azure QnA Maker Key secretType: azure_qna_maker_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1159,10 +795,6 @@ - provider: Azure supportedSecret: Azure QnA Maker V2 Key secretType: azure_qna_maker_v2_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1172,10 +804,6 @@ - provider: Azure supportedSecret: Azure Quantum Key secretType: azure_quantum_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1185,10 +813,6 @@ - provider: Azure supportedSecret: Azure Relay Key Identifiable secretType: azure_relay_key_identifiable - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1198,10 +822,6 @@ - provider: Azure supportedSecret: Azure SAS Token secretType: azure_sas_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1211,10 +831,6 @@ - provider: Azure supportedSecret: Azure Search Admin Key secretType: azure_search_admin_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.8' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1224,10 +840,6 @@ - provider: Azure supportedSecret: Azure Search Query Key secretType: azure_search_query_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.8' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1237,10 +849,6 @@ - provider: Azure supportedSecret: Azure Service Bus Key Identifiable secretType: azure_service_bus_identifiable - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1250,10 +858,6 @@ - provider: Azure supportedSecret: Azure SignalR Connection String secretType: azure_signalr_connection_string - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -1263,10 +867,6 @@ - provider: Azure supportedSecret: Azure SignalR Key secretType: azure_signalr_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1276,10 +876,6 @@ - provider: Azure supportedSecret: Azure Speech Services Key secretType: azure_speech_services_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1289,10 +885,6 @@ - provider: Azure supportedSecret: Azure Speech Translation Key secretType: azure_speech_translation_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1302,10 +894,6 @@ - provider: Azure supportedSecret: Azure SQL Connection String secretType: azure_sql_connection_string - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -1315,9 +903,6 @@ - provider: Azure supportedSecret: Azure SQL Internal Default CloudSA Key secretType: azure_sql_internal_default_cloudsa_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -1327,10 +912,6 @@ - provider: Azure supportedSecret: Azure SQL password secretType: azure_sql_password - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.11' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1340,10 +921,6 @@ - provider: Azure supportedSecret: Azure Storage Account Access Key secretType: azure_storage_account_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.6' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1353,10 +930,6 @@ - provider: Azure supportedSecret: Azure Text Analytics Key secretType: azure_text_analytics_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1366,10 +939,6 @@ - provider: Azure supportedSecret: Azure Text Translation Key secretType: azure_text_translation_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1379,10 +948,6 @@ - provider: Azure supportedSecret: Azure Video Intelligence Key secretType: azure_video_intelligence_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1392,10 +957,6 @@ - provider: Azure supportedSecret: Microsoft Azure Web App Bot Key secretType: azure_web_app_bot_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1405,10 +966,6 @@ - provider: Azure supportedSecret: Azure Web Pub Sub Connection String secretType: azure_web_pub_sub_connection_string - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -1418,10 +975,6 @@ - provider: Azure supportedSecret: Azure Web Pub Sub Key secretType: azure_web_pub_sub_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1431,25 +984,15 @@ - provider: Azure supportedSecret: Microsoft Azure Entra ID Token secretType: microsoft_azure_entra_id_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.16' isPublic: false isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Azure supportedSecret: Microsoft Corporate Network User Credential secretType: microsoft_corporate_network_user_credential - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -1459,10 +1002,6 @@ - provider: Baidu supportedSecret: Baidu Cloud API Access Key secretType: baiducloud_api_accesskey - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.11' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1472,10 +1011,6 @@ - provider: Beamer supportedSecret: Beamer API Key secretType: beamer_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -1485,10 +1020,6 @@ - provider: Bitbucket supportedSecret: Bitbucket Server Personal Access Token secretType: bitbucket_server_personal_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -1498,70 +1029,42 @@ - provider: Bitrise supportedSecret: Bitrise Personal Access Token secretType: bitrise_personal_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.18' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Bitrise supportedSecret: Bitrise Workspace API Token secretType: bitrise_workspace_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.18' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Block Protocol supportedSecret: Block Protocol API Key secretType: block_protocol_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.18' isPublic: false isPrivateWithGhas: true hasPushProtection: false - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Brevo supportedSecret: Sendinblue API Key secretType: sendinblue_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: true isduplicate: true - provider: Brevo supportedSecret: Sendinblue SMTP Key secretType: sendinblue_smtp_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1571,10 +1074,6 @@ - provider: Buildkite supportedSecret: Buildkite Agent Access Token secretType: buildkite_agent_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1584,10 +1083,6 @@ - provider: Buildkite supportedSecret: Buildkite Agent Job Token secretType: buildkite_agent_job_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1597,10 +1092,6 @@ - provider: Buildkite supportedSecret: Buildkite Agent Registration Token secretType: buildkite_agent_registration_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1610,10 +1101,6 @@ - provider: Buildkite supportedSecret: Buildkite Cluster Queue Token secretType: buildkite_cluster_queue_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1623,10 +1110,6 @@ - provider: Buildkite supportedSecret: Buildkite Cluster Token secretType: buildkite_cluster_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1636,10 +1119,6 @@ - provider: Buildkite supportedSecret: Buildkite Packages Registry Token secretType: buildkite_packages_registry_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1649,10 +1128,6 @@ - provider: Buildkite supportedSecret: Buildkite Packages Temporary Token secretType: buildkite_packages_temporary_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1662,10 +1137,6 @@ - provider: Buildkite supportedSecret: Buildkite Portal Secret secretType: buildkite_portal_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1675,10 +1146,6 @@ - provider: Buildkite supportedSecret: Buildkite Portal Token secretType: buildkite_portal_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1688,10 +1155,6 @@ - provider: Buildkite supportedSecret: Buildkite User Access Token secretType: buildkite_user_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.18' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -1701,25 +1164,15 @@ - provider: Canadian Digital Service supportedSecret: Canadian Digital Service Notify API Key secretType: cds_canada_notify_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.9' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Canva supportedSecret: Canva App Secret secretType: canva_app_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1729,10 +1182,6 @@ - provider: Canva supportedSecret: Canva Connect API Secret secretType: canva_connect_api_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.12' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1742,10 +1191,6 @@ - provider: Canva supportedSecret: Canva Secret secretType: canva_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1755,10 +1200,6 @@ - provider: Cashfree supportedSecret: Cashfree API Key secretType: cashfree_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.12' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1768,10 +1209,6 @@ - provider: Cfx.re supportedSecret: Cfx.re Server Key secretType: cfxre_server_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -1781,40 +1218,24 @@ - provider: Checkout.com supportedSecret: Checkout.com Production Secret Key secretType: checkout_production_secret_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: true - provider: Checkout.com supportedSecret: Checkout.com Test Secret Key secretType: checkout_test_secret_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: true - provider: Chief Tools supportedSecret: Chief Tools Token secretType: chief_tools_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.7' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1824,10 +1245,6 @@ - provider: CircleCI supportedSecret: CircleCI Bot API Token secretType: circleci_bot_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1837,25 +1254,15 @@ - provider: CircleCI supportedSecret: CircleCI Personal Access Token secretType: circleci_personal_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.12' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: CircleCI supportedSecret: CircleCI Project Access Token secretType: circleci_project_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1865,10 +1272,6 @@ - provider: CircleCI supportedSecret: CircleCI Release API Token secretType: circleci_release_integration_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1878,10 +1281,6 @@ - provider: Clojars supportedSecret: Clojars Deploy Token secretType: clojars_deploy_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1891,10 +1290,6 @@ - provider: CloudBees supportedSecret: CloudBees CodeShip Credential secretType: codeship_credential - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -1904,25 +1299,15 @@ - provider: Cockroach Labs supportedSecret: CockroachDB Cloud API Key secretType: ccdb_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: true isPrivateWithGhas: true hasPushProtection: false - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Cohere supportedSecret: Cohere API Key secretType: cohere_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -1932,25 +1317,15 @@ - provider: Contentful supportedSecret: Contentful Personal Access Token secretType: contentful_personal_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Contentful supportedSecret: Contentful Web Token secretType: contentful_web_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1960,9 +1335,6 @@ - provider: Contributed Systems supportedSecret: Contributed Systems Credentials secretType: contributed_systems_credentials - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -1972,10 +1344,6 @@ - provider: Coveo supportedSecret: Coveo Access Token secretType: coveo_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -1985,10 +1353,6 @@ - provider: Coveo supportedSecret: Coveo API Key secretType: coveo_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -1998,10 +1362,6 @@ - provider: crates.io supportedSecret: Crates.io API Token secretType: cratesio_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.9' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2011,25 +1371,15 @@ - provider: Databento supportedSecret: Databento API Key secretType: databento_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: true isPrivateWithGhas: true hasPushProtection: false - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Databricks supportedSecret: Databricks API Token secretType: databricks_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2039,10 +1389,6 @@ - provider: Databricks supportedSecret: Databricks Account Session Token secretType: databricks_account_session_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.20' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2052,10 +1398,6 @@ - provider: Databricks supportedSecret: Databricks Federated Account Session Token secretType: databricks_federated_account_session_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.20' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2065,10 +1407,6 @@ - provider: Databricks supportedSecret: Databricks OAuth Code secretType: databricks_oauth_code - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.20' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2078,10 +1416,6 @@ - provider: Databricks supportedSecret: Databricks OAuth Refresh Token secretType: databricks_oauth_refresh_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.20' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2091,10 +1425,6 @@ - provider: Databricks supportedSecret: Databricks OAuth Secret Token secretType: databricks_oauth_secret_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.20' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2104,10 +1434,6 @@ - provider: Databricks supportedSecret: Databricks OAuth Single Use Refresh Token Child secretType: databricks_oauth_single_use_refresh_token_child - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.20' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2117,10 +1443,6 @@ - provider: Databricks supportedSecret: Databricks OAuth Single Use Refresh Token Parent secretType: databricks_oauth_single_use_refresh_token_parent - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.20' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2130,10 +1452,6 @@ - provider: Databricks supportedSecret: Databricks Scoped API Token secretType: databricks_scoped_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.20' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2143,10 +1461,6 @@ - provider: Databricks supportedSecret: Databricks Scoped Internal Token secretType: databricks_scoped_internal_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.20' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2156,10 +1470,6 @@ - provider: Databricks supportedSecret: Databricks Token secretType: databricks_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.20' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2169,10 +1479,6 @@ - provider: Databricks supportedSecret: Databricks Workspace Session Token secretType: databricks_workspace_session_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.20' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2182,9 +1488,6 @@ - provider: Datadog supportedSecret: Datadog API Key secretType: datadog_api_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -2194,9 +1497,6 @@ - provider: Datadog supportedSecret: Datadog Application Key secretType: datadog_app_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -2206,10 +1506,6 @@ - provider: Datadog supportedSecret: Datadog RCM secretType: datadog_rcm - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.18' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -2219,10 +1515,6 @@ - provider: Datastax supportedSecret: Datastax AstraCS Tokens secretType: datastax_astracs_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2232,10 +1524,6 @@ - provider: DeepSeek supportedSecret: DeepSeek API Key secretType: deepseek_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -2245,25 +1533,15 @@ - provider: Defined Networking supportedSecret: Defined Networking Managed Nebula API Key secretType: defined_networking_nebula_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.10' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: DevCycle supportedSecret: DevCycle Client API Key secretType: devcycle_client_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.8' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2273,10 +1551,6 @@ - provider: DevCycle supportedSecret: DevCycle Mobile API Key secretType: devcycle_mobile_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.8' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2286,10 +1560,6 @@ - provider: DevCycle supportedSecret: DevCycle Server API Key secretType: devcycle_server_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.8' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2299,40 +1569,24 @@ - provider: DigitalOcean supportedSecret: DigitalOcean OAuth Token secretType: digitalocean_oauth_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: DigitalOcean supportedSecret: DigitalOcean Personal Access Token secretType: digitalocean_personal_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: DigitalOcean supportedSecret: DigitalOcean Refresh Token secretType: digitalocean_refresh_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2342,10 +1596,6 @@ - provider: DigitalOcean supportedSecret: DigitalOcean System Token secretType: digitalocean_system_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2355,25 +1605,15 @@ - provider: Discord supportedSecret: Discord Bot Token secretType: discord_bot_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: true - provider: Docker supportedSecret: Docker Organization Access Token secretType: docker_organization_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.18' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2383,10 +1623,6 @@ - provider: Docker supportedSecret: Docker Personal Access Token secretType: docker_personal_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.12' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2396,10 +1632,6 @@ - provider: Docker supportedSecret: Docker Swarm Join Token secretType: docker_swarm_join_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.18' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -2409,10 +1641,6 @@ - provider: Docker supportedSecret: Docker Swarm Unlock Key secretType: docker_swarm_unlock_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.18' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -2422,160 +1650,96 @@ - provider: Doppler supportedSecret: Doppler Audit Token secretType: doppler_audit_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Doppler supportedSecret: Doppler CLI Token secretType: doppler_cli_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Doppler supportedSecret: Doppler Personal Token secretType: doppler_personal_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Doppler supportedSecret: Doppler SCIM Token secretType: doppler_scim_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Doppler supportedSecret: Doppler Service Account Token secretType: doppler_service_account_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.9' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Doppler supportedSecret: Doppler Service Token secretType: doppler_service_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Dropbox supportedSecret: Dropbox Access Token secretType: dropbox_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Dropbox supportedSecret: Dropbox Short-Lived Access Token secretType: dropbox_short_lived_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Duffel supportedSecret: Duffel Live Access Token secretType: duffel_live_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: false isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Duffel supportedSecret: Duffel Test Access Token secretType: duffel_test_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Dynatrace supportedSecret: Dynatrace API Token secretType: dynatrace_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2585,10 +1749,6 @@ - provider: Dynatrace supportedSecret: Dynatrace Internal Token secretType: dynatrace_internal_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2598,10 +1758,6 @@ - provider: EasyPost supportedSecret: EasyPost Production API Key secretType: easypost_production_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -2611,10 +1767,6 @@ - provider: EasyPost supportedSecret: EasyPost Test API Key secretType: easypost_test_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -2624,10 +1776,6 @@ - provider: eBay supportedSecret: eBay Production Client ID (App ID) secretType: ebay_production_client_id,
ebay_production_client_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>3.8' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -2637,10 +1785,6 @@ - provider: eBay supportedSecret: eBay Sandbox Client ID (App ID) secretType: ebay_sandbox_client_id,
ebay_sandbox_client_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>3.8' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -2650,10 +1794,6 @@ - provider: Elastic supportedSecret: Elastic Cloud API Key secretType: elastic_cloud_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -2663,55 +1803,33 @@ - provider: Facebook supportedSecret: Facebook Access Token secretType: facebook_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Fastly supportedSecret: Fastly API Token secretType: fastly_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: true - provider: Figma supportedSecret: Figma Personal Access Token secretType: figma_pat - versions: - fpt: '*' - ghec: '*' - ghes: '>3.7' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Finicity supportedSecret: Finicity App Key secretType: finicity_app_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2721,10 +1839,6 @@ - provider: Firebase supportedSecret: Firebase Cloud Messaging Server Key secretType: firebase_cloud_messaging_server_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -2734,85 +1848,51 @@ - provider: Flutterwave supportedSecret: Flutterwave Live API Secret Key secretType: flutterwave_live_api_secret_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: false isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Flutterwave supportedSecret: Flutterwave Test API Secret Key secretType: flutterwave_test_api_secret_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Frame.io supportedSecret: Frame.io Developer Token secretType: frameio_developer_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Frame.io supportedSecret: Frame.io JSON Web Token secretType: frameio_jwt - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: FullStory supportedSecret: FullStory API Key secretType: fullstory_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: true - provider: GitHub supportedSecret: GitHub App Installation Access Token secretType: github_app_installation_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2822,10 +1902,6 @@ - provider: GitHub supportedSecret: GitHub OAuth Access Token secretType: github_oauth_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2835,10 +1911,6 @@ - provider: GitHub supportedSecret: GitHub Personal Access Token secretType: github_personal_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2848,10 +1920,6 @@ - provider: GitHub supportedSecret: GitHub Refresh Token secretType: github_refresh_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2861,10 +1929,6 @@ - provider: GitHub supportedSecret: GitHub SSH Private Key secretType: github_ssh_private_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2874,10 +1938,6 @@ - provider: GitHub supportedSecret: GitHub Test Token secretType: github_test_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2887,76 +1947,46 @@ - provider: GitLab supportedSecret: GitLab Access Token secretType: gitlab_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: true isduplicate: true - provider: GoCardless supportedSecret: GoCardless Live Access Token secretType: gocardless_live_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: GoCardless supportedSecret: GoCardless Sandbox Access Token secretType: gocardless_sandbox_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Google supportedSecret: Google API Key secretType: google_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Google supportedSecret: Google Cloud Service Account Credentials secretType: google_cloud_service_account_credentials - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.13' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Google @@ -2964,10 +1994,6 @@ secretType: >- google_cloud_storage_access_key_secret,
google_cloud_storage_service_account_access_key_id - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2979,10 +2005,6 @@ secretType: >- google_cloud_storage_access_key_secret,
google_cloud_storage_user_access_key_id - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2992,10 +2014,6 @@ - provider: Google supportedSecret: GCP API Key Bound to a Service Account secretType: google_gcp_api_key_bound_service_account - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3005,10 +2023,6 @@ - provider: Google supportedSecret: Google Gemini API Key secretType: google_gemini_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -3018,25 +2032,15 @@ - provider: Google supportedSecret: Google OAuth Access Token secretType: google_oauth_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Google supportedSecret: Google OAuth Client ID secretType: google_oauth_client_id,
google_oauth_client_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3046,10 +2050,6 @@ - provider: Google supportedSecret: Google OAuth Refresh Token secretType: google_oauth_refresh_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3059,40 +2059,24 @@ - provider: Grafana supportedSecret: Grafana Cloud API Key secretType: grafana_cloud_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.7' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Grafana supportedSecret: Grafana Cloud API Token secretType: grafana_cloud_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.7' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Grafana supportedSecret: Grafana Project API Key secretType: grafana_project_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.7' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3102,10 +2086,6 @@ - provider: Grafana supportedSecret: Grafana Project Service Account Token secretType: grafana_project_service_account_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.7' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3115,25 +2095,15 @@ - provider: Groq supportedSecret: Groq API Key secretType: groq_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.18' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: true isduplicate: true - provider: GuardSquare supportedSecret: GuardSquare AppSweep API Key secretType: guardsquare_appsweep_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3143,10 +2113,6 @@ - provider: GuardSquare supportedSecret: GuardSquare CLI Access Token secretType: guardsquare_cli_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3156,10 +2122,6 @@ - provider: GuardSquare supportedSecret: GuardSquare Maven Token secretType: guardsquare_maven_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3169,10 +2131,6 @@ - provider: HashiCorp supportedSecret: HashiCorp Vault Batch Token secretType: hashicorp_vault_batch_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.8' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -3182,10 +2140,6 @@ - provider: HashiCorp supportedSecret: HashiCorp Vault Root Service Token secretType: hashicorp_vault_root_service_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.8' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -3195,10 +2149,6 @@ - provider: HashiCorp supportedSecret: HashiCorp Vault Service Token secretType: hashicorp_vault_service_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.8' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -3208,25 +2158,15 @@ - provider: HashiCorp supportedSecret: Terraform Cloud / Enterprise API Token secretType: terraform_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: hCaptcha supportedSecret: hCaptcha Siteverify Secret secretType: hcaptcha_siteverify_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -3236,25 +2176,15 @@ - provider: Heroku supportedSecret: Heroku Platform API OAuth2 Token secretType: heroku_platform_api_oauth2_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.18' isPublic: false isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Heroku supportedSecret: Heroku Postgres Connection URL secretType: heroku_postgres_connection_url - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.18' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -3264,10 +2194,6 @@ - provider: Highnote supportedSecret: Highnote RK Live Key secretType: highnote_rk_live_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.9' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3277,10 +2203,6 @@ - provider: Highnote supportedSecret: Highnote RK Test Key secretType: highnote_rk_test_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.9' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3290,40 +2212,24 @@ - provider: Highnote supportedSecret: Highnote SK Live Key secretType: highnote_sk_live_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.9' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Highnote supportedSecret: Highnote SK Test Key secretType: highnote_sk_test_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.9' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: HOP supportedSecret: HOP Bearer secretType: hop_bearer - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.11' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3333,10 +2239,6 @@ - provider: HOP supportedSecret: HOP PAT secretType: hop_pat - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.11' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3346,10 +2248,6 @@ - provider: HOP supportedSecret: HOP PTK secretType: hop_ptk - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.11' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3359,10 +2257,6 @@ - provider: Hubspot supportedSecret: Hubspot API Key secretType: hubspot_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3372,10 +2266,6 @@ - provider: Hubspot supportedSecret: Hubspot Personal Access Key secretType: hubspot_personal_access_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3385,10 +2275,6 @@ - provider: Hubspot supportedSecret: Hubspot Private Apps User Token secretType: hubspot_private_apps_user_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3398,10 +2284,6 @@ - provider: Hubspot supportedSecret: Hubspot SMTP Credential secretType: hubspot_smtp_credential - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.16' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3411,10 +2293,6 @@ - provider: Hugging Face supportedSecret: Hugging Face Organization API Token secretType: hf_org_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.16' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3424,25 +2302,15 @@ - provider: Hugging Face supportedSecret: Hugging Face User Access Token secretType: hf_user_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.16' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: true isduplicate: true - provider: IBM supportedSecret: IBM Cloud IAM Key secretType: ibm_cloud_iam_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -3452,25 +2320,15 @@ - provider: Intercom supportedSecret: Intercom Access Token secretType: intercom_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: false isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Ionic supportedSecret: Ionic Personal Access Token secretType: ionic_personal_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3480,10 +2338,6 @@ - provider: Ionic supportedSecret: Ionic Refresh Token secretType: ionic_refresh_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3493,9 +2347,6 @@ - provider: Iterative supportedSecret: DVC Studio Access Token secretType: iterative_dvc_studio_access_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -3505,10 +2356,6 @@ - provider: JFrog supportedSecret: JFrog Platform Access Token secretType: jfrog_platform_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.6' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -3518,10 +2365,6 @@ - provider: JFrog supportedSecret: JFrog Platform API Key secretType: jfrog_platform_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.6' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -3531,10 +2374,6 @@ - provider: JFrog supportedSecret: JFrog Platform Reference Token secretType: jfrog_platform_reference_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.10' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -3544,10 +2383,6 @@ - provider: Langchain supportedSecret: Langchain API Personal Key secretType: langchain_api_personal_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -3557,11 +2392,55 @@ - provider: Langchain supportedSecret: Langchain API Server Key secretType: langchain_api_server_key + isPublic: false + isPrivateWithGhas: true + hasPushProtection: false + hasValidityCheck: false + base64Supported: false + isduplicate: false +- provider: Lark + supportedSecret: Lark APaaS Client ID + secretType: lark_apaas_client_id,
lark_apaas_client_secret versions: fpt: '*' ghec: '*' - ghes: '>=3.19' - isPublic: false + isPublic: true + isPrivateWithGhas: false + hasPushProtection: false + hasValidityCheck: false + base64Supported: false + isduplicate: false +- provider: Lark + supportedSecret: Lark Application ID + secretType: lark_app_id,
lark_app_secret + versions: + fpt: '*' + ghec: '*' + isPublic: true + isPrivateWithGhas: false + hasPushProtection: false + hasValidityCheck: false + base64Supported: false + isduplicate: false +- provider: Lark + supportedSecret: Lark Meego Plugin ID + secretType: lark_meego_plugin_id,
lark_meego_plugin_secret + versions: + fpt: '*' + ghec: '*' + isPublic: true + isPrivateWithGhas: false + hasPushProtection: false + hasValidityCheck: false + base64Supported: false + isduplicate: false +- provider: Lark + supportedSecret: Lark User Session + secretType: lark_user_session + versions: + fpt: '*' + ghec: '*' + isPublic: true isPrivateWithGhas: true hasPushProtection: false hasValidityCheck: false @@ -3570,10 +2449,6 @@ - provider: LaunchDarkly supportedSecret: LaunchDarkly API Token secretType: launchdarkly_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3583,40 +2458,24 @@ - provider: Lichess supportedSecret: Lichess OAuth Access Token secretType: lichess_oauth_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Lichess supportedSecret: Lichess Personal Access Token secretType: lichess_personal_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Lightspeed supportedSecret: Lightspeed Personal Access Token secretType: lightspeed_xs_pat - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.12' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -3626,10 +2485,6 @@ - provider: Linear supportedSecret: Linear API Key secretType: linear_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3639,10 +2494,6 @@ - provider: Linear supportedSecret: Linear OAuth Access Token secretType: linear_oauth_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3652,10 +2503,6 @@ - provider: LinkedIn supportedSecret: LinkedIn Client Secret secretType: linkedin_client_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -3665,40 +2512,24 @@ - provider: Lob supportedSecret: Lob Live API Key secretType: lob_live_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Lob supportedSecret: Lob Test API Key secretType: lob_test_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Localstack supportedSecret: Localstack API Key secretType: localstack_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.7' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3708,10 +2539,6 @@ - provider: LogicMonitor supportedSecret: LogicMonitor Bearer Token secretType: logicmonitor_bearer_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.8' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3721,10 +2548,6 @@ - provider: LogicMonitor supportedSecret: LogicMonitor LMv1 Access Key secretType: logicmonitor_lmv1_access_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.8' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3734,10 +2557,6 @@ - provider: Login with Amazon supportedSecret: Login with Amazon OAuth Client ID secretType: amazon_oauth_client_id,
amazon_oauth_client_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3747,24 +2566,15 @@ - provider: Mailchimp supportedSecret: Mailchimp API Key secretType: mailchimp_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Mailchimp supportedSecret: Mandrill API Key secretType: mandrill_api_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -3774,9 +2584,6 @@ - provider: Mailersend supportedSecret: Mailersend API Token secretType: mailersend_api_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -3786,9 +2593,6 @@ - provider: Mailersend supportedSecret: Mailersend SMTP Password secretType: mailersend_smtp_password - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -3798,9 +2602,6 @@ - provider: Mailersend supportedSecret: Mailersend SMTP Username secretType: mailersend_smtp_username - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -3810,24 +2611,15 @@ - provider: Mailgun supportedSecret: Mailgun API Key secretType: mailgun_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: true - provider: Mailgun supportedSecret: Mailgun SMTP Credential secretType: mailgun_smtp_credential - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -3837,70 +2629,42 @@ - provider: Mapbox supportedSecret: Mapbox Secret Access Token secretType: mapbox_secret_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: MaxMind supportedSecret: MaxMind License Key secretType: maxmind_license_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.11' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Mercury supportedSecret: Mercury Non-Production API Token secretType: mercury_non_production_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.10' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Mercury supportedSecret: Mercury Production API Token secretType: mercury_production_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.10' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Mergify supportedSecret: Mergify Application Key secretType: mergify_application_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.12' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3910,10 +2674,6 @@ - provider: MessageBird supportedSecret: MessageBird API Key secretType: messagebird_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3923,9 +2683,6 @@ - provider: Microsoft supportedSecret: Power Automate Webhook SAS secretType: power_automate_webhook_sas - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -3935,40 +2692,24 @@ - provider: Midtrans supportedSecret: Midtrans Production Server Key secretType: midtrans_production_server_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: false isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Midtrans supportedSecret: Midtrans Sandbox Server Key secretType: midtrans_sandbox_server_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Mistral AI supportedSecret: Mistral AI API Key secretType: mistral_ai_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -3978,25 +2719,15 @@ - provider: MongoDB supportedSecret: MongoDB Atlas Database URI with credentials secretType: mongodb_atlas_db_uri_with_credentials - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: true isPrivateWithGhas: true hasPushProtection: false - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: MongoDB supportedSecret: MongoDB Atlas Service Account Secret secretType: mongodb_atlas_service_account_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.18' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -4006,10 +2737,6 @@ - provider: Naver Cloud supportedSecret: Naver Cloud Gov Access Key ID secretType: navercloud_gov_access_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.18' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -4019,10 +2746,6 @@ - provider: Naver Cloud supportedSecret: Naver Cloud Gov Secret Key secretType: navercloud_gov_access_key_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.18' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -4032,10 +2755,6 @@ - provider: Naver Cloud supportedSecret: Naver Cloud Gov Secure Token Service secretType: navercloud_gov_sts - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.18' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -4045,10 +2764,6 @@ - provider: Naver Cloud supportedSecret: Naver Cloud Gov Secure Token Service Secret secretType: navercloud_gov_sts_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.18' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -4058,10 +2773,6 @@ - provider: Naver Cloud supportedSecret: Naver Cloud Access Key ID secretType: navercloud_pub_access_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.18' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -4071,10 +2782,6 @@ - provider: Naver Cloud supportedSecret: Naver Cloud Secret Key secretType: navercloud_pub_access_key_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.18' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -4084,10 +2791,6 @@ - provider: Naver Cloud supportedSecret: Naver Cloud Secure Token Service secretType: navercloud_pub_sts - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.18' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -4097,10 +2800,6 @@ - provider: Naver Cloud supportedSecret: Naver Cloud Secure Token Service Secret secretType: navercloud_pub_sts_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.18' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -4110,9 +2809,6 @@ - provider: Neon supportedSecret: Neon API Key secretType: neon_api_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -4122,9 +2818,6 @@ - provider: Neon supportedSecret: Neon Connection URI secretType: neon_connection_uri - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -4134,10 +2827,6 @@ - provider: Netflix supportedSecret: Netflix NetKey secretType: netflix_netkey - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -4147,10 +2836,6 @@ - provider: New Relic supportedSecret: New Relic Insights Query Key secretType: new_relic_insights_query_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -4160,10 +2845,6 @@ - provider: New Relic supportedSecret: New Relic License Key secretType: new_relic_license_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -4173,10 +2854,6 @@ - provider: New Relic supportedSecret: New Relic Personal API Key secretType: new_relic_personal_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -4186,10 +2863,6 @@ - provider: New Relic supportedSecret: New Relic REST API Key secretType: new_relic_rest_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -4199,40 +2872,24 @@ - provider: Notion supportedSecret: Notion API Token secretType: notion_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Notion supportedSecret: Notion Integration Token secretType: notion_integration_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Notion supportedSecret: Notion OAuth Client Secret secretType: notion_oauth_client_secret - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -4242,10 +2899,6 @@ - provider: npm supportedSecret: npm Access Token secretType: npm_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -4255,10 +2908,6 @@ - provider: NuGet supportedSecret: NuGet API Key secretType: nuget_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -4268,10 +2917,6 @@ - provider: Octopus Deploy supportedSecret: Octopus Deploy API Key secretType: octopus_deploy_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -4281,10 +2926,6 @@ - provider: Oculus supportedSecret: Oculus Access Token secretType: oculus_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -4292,12 +2933,8 @@ base64Supported: false isduplicate: false - provider: OneChronos - supportedSecret: OneChronos API Token - secretType: onechronos_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.10' + supportedSecret: OneChronos API Token + secretType: onechronos_api_key isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -4307,10 +2944,6 @@ - provider: OneChronos supportedSecret: OneChronos Expressive Bidding API Key secretType: onechronos_eb_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.10' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -4320,10 +2953,6 @@ - provider: OneChronos supportedSecret: OneChronos Expressive Bidding Encryption Key secretType: onechronos_eb_encryption_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.10' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -4333,10 +2962,6 @@ - provider: OneChronos supportedSecret: OneChronos OAuth Token secretType: onechronos_oauth_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.10' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -4346,10 +2971,6 @@ - provider: OneChronos supportedSecret: OneChronos Refresh Token secretType: onechronos_refresh_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.10' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -4359,10 +2980,6 @@ - provider: OneSignal supportedSecret: OneSignal Rich API Key secretType: onesignal_rich_authentication_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.20' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -4372,70 +2989,42 @@ - provider: Onfido supportedSecret: Onfido Live API Token secretType: onfido_live_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Onfido supportedSecret: Onfido Sandbox API Token secretType: onfido_sandbox_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: OpenAI supportedSecret: OpenAI API Key secretType: openai_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: true - provider: OpenRouter supportedSecret: OpenRouter API Key secretType: openrouter_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: true isPrivateWithGhas: true hasPushProtection: false - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: OpenVSX supportedSecret: OpenVSX Access Token secretType: openvsx_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.20' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -4445,10 +3034,6 @@ - provider: Openweather supportedSecret: Openweather API Key secretType: openweather_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -4458,9 +3043,6 @@ - provider: Oracle supportedSecret: Oracle API Key secretType: oracle_api_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -4470,10 +3052,6 @@ - provider: Orbit supportedSecret: Orbit API Token secretType: orbit_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -4483,10 +3061,6 @@ - provider: Paddle supportedSecret: Paddle API Key secretType: paddle_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.20' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -4509,10 +3083,6 @@ - provider: PagerDuty supportedSecret: PagerDuty OAuth Secret secretType: pagerduty_oauth_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -4522,10 +3092,6 @@ - provider: PagerDuty supportedSecret: PagerDuty OAuth Token secretType: pagerduty_oauth_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -4535,10 +3101,6 @@ - provider: Palantir supportedSecret: Palantir JSON Web Token secretType: palantir_jwt - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -4548,10 +3110,6 @@ - provider: Pangea supportedSecret: Pangea Token secretType: pangea_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.18' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -4561,10 +3119,6 @@ - provider: Perplexity supportedSecret: Perplexity API Key secretType: perplexity_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -4574,40 +3128,24 @@ - provider: Persona Identities supportedSecret: Persona Production Api Key secretType: persona_production_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.7' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Persona Identities supportedSecret: Persona Sandbox Api Key secretType: persona_sandbox_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.7' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Pineapple Technologies Limited supportedSecret: Pineapple Technologies Incident API Key secretType: pineapple_technologies_incident_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.20' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -4617,10 +3155,6 @@ - provider: Pinecone supportedSecret: Pinecone API Key secretType: pinecone_api_key,
pinecone_environment - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.20' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -4630,10 +3164,6 @@ - provider: Pinterest supportedSecret: Pinterest Access Token secretType: pinterest_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.10' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -4643,10 +3173,6 @@ - provider: Pinterest supportedSecret: Pinterest Refresh Token secretType: pinterest_refresh_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.10' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -4656,10 +3182,6 @@ - provider: PlanetScale supportedSecret: PlanetScale Database Password secretType: planetscale_database_password - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -4669,10 +3191,6 @@ - provider: PlanetScale supportedSecret: PlanetScale OAuth Token secretType: planetscale_oauth_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -4682,10 +3200,6 @@ - provider: PlanetScale supportedSecret: PlanetScale Service Token secretType: planetscale_service_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -4695,25 +3209,15 @@ - provider: Planning Center supportedSecret: Planning Center OAuth Access Token secretType: planning_center_oauth_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Planning Center supportedSecret: Planning Center OAuth Application Secret secretType: planning_center_oauth_app_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -4723,10 +3227,6 @@ - provider: Planning Center supportedSecret: Planning Center Personal Access Token secretType: planning_center_personal_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -4736,10 +3236,6 @@ - provider: Plivo supportedSecret: Plivo Auth ID secretType: plivo_auth_id,
plivo_auth_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -4749,25 +3245,15 @@ - provider: Polar supportedSecret: Polar Access Token secretType: polar_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: true - provider: Polar supportedSecret: Polar Authorization Code secretType: polar_authorization_code - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -4777,10 +3263,6 @@ - provider: Polar supportedSecret: Polar Client Registration Token secretType: polar_client_registration_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -4790,10 +3272,6 @@ - provider: Polar supportedSecret: Polar Client Secret secretType: polar_client_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -4803,10 +3281,6 @@ - provider: Polar supportedSecret: Polar Customer Session Token secretType: polar_customer_session_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -4816,10 +3290,6 @@ - provider: Polar supportedSecret: Polar Personal Access Token secretType: polar_personal_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -4829,10 +3299,6 @@ - provider: Polar supportedSecret: Polar Refresh Token secretType: polar_refresh_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -4842,10 +3308,6 @@ - provider: Polar supportedSecret: Polar User Session Token secretType: polar_user_session_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -4855,10 +3317,6 @@ - provider: PostHog supportedSecret: PostHog Feature Flags Secure API Key secretType: posthog_feature_flags_secure_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.20' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -4868,10 +3326,6 @@ - provider: PostHog supportedSecret: PostHog Personal API Key secretType: posthog_personal_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.20' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -4881,40 +3335,24 @@ - provider: Postman supportedSecret: Postman API Key secretType: postman_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Postman supportedSecret: Postman Collection Key secretType: postman_collection_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.9' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Prefect supportedSecret: Prefect Server API Key secretType: prefect_server_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.6' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -4924,10 +3362,6 @@ - provider: Prefect supportedSecret: Prefect User API Key secretType: prefect_user_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.6' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -4937,10 +3371,6 @@ - provider: Proctorio supportedSecret: Proctorio Consumer Key secretType: proctorio_consumer_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -4950,10 +3380,6 @@ - provider: Proctorio supportedSecret: Proctorio Linkage Key secretType: proctorio_linkage_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -4963,10 +3389,6 @@ - provider: Proctorio supportedSecret: Proctorio Registration Key secretType: proctorio_registration_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -4976,10 +3398,6 @@ - provider: Proctorio supportedSecret: Proctorio Secret Key secretType: proctorio_secret_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -4989,25 +3407,15 @@ - provider: Pulumi supportedSecret: Pulumi Access Token secretType: pulumi_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: PyPI supportedSecret: PyPI API Token secretType: pypi_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -5017,10 +3425,6 @@ - provider: Rainforest Pay supportedSecret: Rainforest API Key secretType: rainforest_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.20' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -5030,10 +3434,6 @@ - provider: Rainforest Pay supportedSecret: Rainforest Sandbox API Key secretType: rainforest_sandbox_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.20' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -5043,10 +3443,6 @@ - provider: Ramp supportedSecret: Ramp OAuth Client ID secretType: ramp_client_id - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -5056,10 +3452,6 @@ - provider: Ramp supportedSecret: Ramp OAuth Client Secret secretType: ramp_client_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -5069,10 +3461,6 @@ - provider: Ramp supportedSecret: Ramp OAuth Access or Refresh Token secretType: ramp_oauth_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -5082,10 +3470,6 @@ - provider: Raycast supportedSecret: Raycast Access Token secretType: raycast_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.20' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -5095,100 +3479,60 @@ - provider: ReadMe supportedSecret: ReadMe API Key secretType: readmeio_api_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.6' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: redirect.pizza supportedSecret: redirect.pizza API Token secretType: redirect_pizza_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Replicate supportedSecret: Replicate API Token secretType: replicate_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.16' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Rootly supportedSecret: Rootly API Key secretType: rootly_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.9' isPublic: false isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: RubyGems supportedSecret: RubyGems API Key secretType: rubygems_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: RunPod supportedSecret: RunPod API Key secretType: runpod_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.18' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Salesforce supportedSecret: Salesforce Access Token secretType: salesforce_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -5198,10 +3542,6 @@ - provider: Salesforce supportedSecret: Salesforce OAuth2 Consumer Key secretType: salesforce_oauth2_consumer_key,
salesforce_oauth2_consumer_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.18' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -5211,10 +3551,6 @@ - provider: Salesforce supportedSecret: Salesforce Refresh Token secretType: salesforce_refresh_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.18' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -5224,10 +3560,6 @@ - provider: Samsara supportedSecret: Samsara API Token secretType: samsara_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -5237,10 +3569,6 @@ - provider: Samsara supportedSecret: Samsara OAuth Access Token secretType: samsara_oauth_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -5250,55 +3578,33 @@ - provider: Scalr supportedSecret: Scalr API Token secretType: scalr_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.16' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Segment supportedSecret: Segment Public API Token secretType: segment_public_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.9' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: SendGrid supportedSecret: SendGrid API Key secretType: sendgrid_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Sentry supportedSecret: Sentry Integration Token secretType: sentry_integration_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.16' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -5306,12 +3612,8 @@ base64Supported: false isduplicate: false - provider: Sentry - supportedSecret: Sentry Organization Token - secretType: sentry_organization_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.16' + supportedSecret: Sentry Organization Token + secretType: sentry_organization_token isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -5321,10 +3623,6 @@ - provider: Sentry supportedSecret: Sentry Personal Token secretType: sentry_personal_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.16' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -5334,10 +3632,6 @@ - provider: Sentry supportedSecret: Sentry User App Auth Token secretType: sentry_user_app_auth_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.16' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -5347,10 +3641,6 @@ - provider: Shippo supportedSecret: Shippo Live API Token secretType: shippo_live_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -5360,10 +3650,6 @@ - provider: Shippo supportedSecret: Shippo Test API Token secretType: shippo_test_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -5373,10 +3659,6 @@ - provider: Shopee supportedSecret: Shopee Open Platform Partner Key secretType: shopee_open_platform_partner_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.16' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -5386,10 +3668,6 @@ - provider: Shopify supportedSecret: Shopify Access Token secretType: shopify_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -5399,10 +3677,6 @@ - provider: Shopify supportedSecret: Shopify App Client Credentials secretType: shopify_app_client_credentials - versions: - fpt: '*' - ghec: '*' - ghes: '>3.4' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -5412,10 +3686,6 @@ - provider: Shopify supportedSecret: Shopify App Client Secret secretType: shopify_app_client_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>3.4' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -5425,10 +3695,6 @@ - provider: Shopify supportedSecret: Shopify App Shared Secret secretType: shopify_app_shared_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -5438,10 +3704,6 @@ - provider: Shopify supportedSecret: Shopify Custom App Access Token secretType: shopify_custom_app_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -5451,10 +3713,6 @@ - provider: Shopify supportedSecret: Shopify Marketplace Token secretType: shopify_marketplace_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.4' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -5464,10 +3722,6 @@ - provider: Shopify supportedSecret: Shopify Merchant Token secretType: shopify_merchant_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.4' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -5477,10 +3731,6 @@ - provider: Shopify supportedSecret: Shopify Partner API Token secretType: shopify_partner_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.4' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -5490,10 +3740,6 @@ - provider: Shopify supportedSecret: Shopify Private App Password secretType: shopify_private_app_password - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -5503,24 +3749,15 @@ - provider: Siemens supportedSecret: Siemens API Token secretType: siemens_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.16' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Siemens supportedSecret: Siemens Code Token secretType: siemens_code_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -5530,55 +3767,33 @@ - provider: Sindri supportedSecret: Sindri API Key secretType: sindri_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: true isPrivateWithGhas: true hasPushProtection: false - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: true - provider: Slack supportedSecret: Slack API Token secretType: slack_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: true - provider: Slack supportedSecret: Slack Incoming Webhook URL secretType: slack_incoming_webhook_url - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Slack supportedSecret: Slack Workflow Webhook URL secretType: slack_workflow_webhook_url - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -5588,10 +3803,6 @@ - provider: Snowflake supportedSecret: Snowflake Programmatic Access Token secretType: snowflake_programmatic_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -5601,25 +3812,15 @@ - provider: Sourcegraph supportedSecret: Sourcegraph Access Token secretType: sourcegraph_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: true isPrivateWithGhas: true hasPushProtection: false - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Sourcegraph supportedSecret: Sourcegraph Dotcom User Gateway Access Token secretType: sourcegraph_dotcom_user_gateway - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -5629,25 +3830,15 @@ - provider: Sourcegraph supportedSecret: Sourcegraph Access Token with Instance Identifier secretType: sourcegraph_instance_identifier_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: true isPrivateWithGhas: true hasPushProtection: false - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Sourcegraph supportedSecret: Sourcegraph License Key Token secretType: sourcegraph_license_key_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -5657,10 +3848,6 @@ - provider: Sourcegraph supportedSecret: Sourcegraph Product Subscription Token secretType: sourcegraph_product_subscription_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -5670,25 +3857,15 @@ - provider: Square supportedSecret: Square Access Token secretType: square_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: true - provider: Square supportedSecret: Square Production Application Secret secretType: square_production_application_secret - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -5698,10 +3875,6 @@ - provider: Square supportedSecret: Square Sandbox Application Secret secretType: square_sandbox_application_secret - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -5711,25 +3884,15 @@ - provider: SSLMate supportedSecret: SSLMate API Key secretType: sslmate_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: true - provider: SSLMate supportedSecret: SSLMate Cluster Secret secretType: sslmate_cluster_secret - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -5739,25 +3902,15 @@ - provider: Stripe supportedSecret: Stripe API Key secretType: stripe_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Stripe supportedSecret: Stripe Legacy API Key secretType: stripe_legacy_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -5767,10 +3920,6 @@ - provider: Stripe supportedSecret: Stripe Live API Restricted Key secretType: stripe_live_restricted_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -5780,10 +3929,6 @@ - provider: Stripe supportedSecret: Stripe Test API Restricted Key secretType: stripe_test_restricted_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -5793,25 +3938,15 @@ - provider: Stripe supportedSecret: Stripe Test API Secret Key secretType: stripe_test_secret_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Stripe supportedSecret: Stripe Webhook Signing Secret secretType: stripe_webhook_signing_secret - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -5821,10 +3956,6 @@ - provider: Supabase supportedSecret: Supabase Service Key secretType: supabase_service_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -5834,10 +3965,6 @@ - provider: Tableau supportedSecret: Tableau Personal Access Token secretType: tableau_personal_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -5847,55 +3974,33 @@ - provider: Tailscale supportedSecret: Tailscale API Key secretType: tailscale_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: true isPrivateWithGhas: true hasPushProtection: false - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Telegram supportedSecret: Telegram Bot Token secretType: telegram_bot_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Telnyx supportedSecret: Telnyx API V2 Key secretType: telnyx_api_v2_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.7' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Temporal supportedSecret: Temporal Cloud API Key secretType: temporal_cloud_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -5905,10 +4010,6 @@ - provider: Tencent supportedSecret: Tencent Cloud International Access Token secretType: tencent_cloud_intl_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -5918,10 +4019,6 @@ - provider: Tencent supportedSecret: Tencent Cloud Secret ID secretType: tencent_cloud_secret_id - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -5931,10 +4028,6 @@ - provider: Tencent supportedSecret: Tencent WeChat API App ID secretType: tencent_wechat_api_app_id - versions: - fpt: '*' - ghec: '*' - ghes: '>3.7' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -5944,10 +4037,6 @@ - provider: Tencent supportedSecret: Tencent WeChat Pay Token secretType: tencent_wechat_pay_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -5957,10 +4046,6 @@ - provider: Thunderstore supportedSecret: Thunderstore IO API Token secretType: thunderstore_io_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.16' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -5970,10 +4055,6 @@ - provider: Twilio supportedSecret: Twilio Access Token secretType: twilio_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -5983,10 +4064,6 @@ - provider: Twilio supportedSecret: Twilio Account String Identifier secretType: twilio_account_sid - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -5996,10 +4073,6 @@ - provider: Twilio supportedSecret: Twilio API Key secretType: twilio_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -6009,70 +4082,42 @@ - provider: Typeform supportedSecret: Typeform Personal Access Token secretType: typeform_personal_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Uniwise supportedSecret: WISEflow API Key secretType: wiseflow_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.6' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Unkey supportedSecret: Unkey Root Key secretType: unkey_root_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: false - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Val Town supportedSecret: Val Town API Token secretType: val_town_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: VolcEngine supportedSecret: VolcEngine Access Key ID secretType: volcengine_access_key_id - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.12' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -6082,25 +4127,15 @@ - provider: Wakatime supportedSecret: WakaTime API Key secretType: wakatime_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Wakatime supportedSecret: WakaTime App Secret secretType: wakatime_app_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>3.9' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -6110,25 +4145,15 @@ - provider: Wakatime supportedSecret: WakaTime OAuth Access Token secretType: wakatime_oauth_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.9' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Wakatime supportedSecret: WakaTime OAuth Refresh Token secretType: wakatime_oauth_refresh_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.9' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -6138,10 +4163,6 @@ - provider: Weights & Biases supportedSecret: Weights & Biases API Key secretType: wandb_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -6151,25 +4172,15 @@ - provider: Workato supportedSecret: Workato Developer API Token secretType: workato_developer_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.11' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: true - provider: WorkOS supportedSecret: WorkOS Production API Key secretType: workos_production_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.12' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -6179,10 +4190,6 @@ - provider: WorkOS supportedSecret: WorkOS Staging API Key secretType: workos_staging_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.12' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -6192,40 +4199,24 @@ - provider: xAI supportedSecret: xAI API Key secretType: xai_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.18' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Yandex supportedSecret: Yandex.Cloud API Key secretType: yandex_cloud_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Yandex supportedSecret: Yandex.Cloud Access Secret secretType: yandex_cloud_iam_access_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -6235,10 +4226,6 @@ - provider: Yandex supportedSecret: Yandex.Cloud IAM Cookie secretType: yandex_cloud_iam_cookie - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -6248,25 +4235,15 @@ - provider: Yandex supportedSecret: Yandex.Cloud IAM Token secretType: yandex_cloud_iam_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Yandex supportedSecret: Yandex.Cloud Smartchapta Server Key secretType: yandex_cloud_smartcaptcha_server_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.11' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -6276,10 +4253,6 @@ - provider: Yandex supportedSecret: Yandex.Dictionary API Key secretType: yandex_dictionary_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -6289,24 +4262,15 @@ - provider: Yandex supportedSecret: Yandex.Passport OAuth Token secretType: yandex_passport_oauth_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Yandex supportedSecret: Yandex.Predictor API Key secretType: yandex_predictor_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -6316,25 +4280,15 @@ - provider: Yandex supportedSecret: Yandex.Translate API Key secretType: yandex_translate_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: ZenHub supportedSecret: ZenHub Personal API Key secretType: zenhub_personal_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -6344,15 +4298,9 @@ - provider: Zuplo supportedSecret: Zuplo Consumer API Key secretType: zuplo_consumer_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.6' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true 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 52d3682afc77..7216859ee9ce 100644 --- a/src/secret-scanning/data/pattern-docs/ghec/public-docs.yml +++ b/src/secret-scanning/data/pattern-docs/ghec/public-docs.yml @@ -1,10 +1,6 @@ - provider: 1Password supportedSecret: 1Password Service Account Token secretType: 1password_service_account_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -14,25 +10,15 @@ - provider: Adafruit supportedSecret: Adafruit IO Key secretType: adafruit_io_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Adobe supportedSecret: Adobe Client Secret secretType: adobe_client_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.11' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -42,10 +28,6 @@ - provider: Adobe supportedSecret: Adobe Device Token secretType: adobe_device_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -55,10 +37,6 @@ - provider: Adobe supportedSecret: Adobe PAC Token secretType: adobe_pac_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.11' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -68,10 +46,6 @@ - provider: Adobe supportedSecret: Adobe Refresh Token secretType: adobe_refresh_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.11' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -81,10 +55,6 @@ - provider: Adobe supportedSecret: Adobe Service Token secretType: adobe_service_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -94,10 +64,6 @@ - provider: Adobe supportedSecret: Adobe Short-Lived Access Token secretType: adobe_short_lived_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -107,10 +73,6 @@ - provider: Aikido supportedSecret: Aikido API Client Secret secretType: aikido_api_client_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -120,10 +82,6 @@ - provider: Aikido supportedSecret: Aikido CI Scanning Token secretType: aikido_ci_scanning_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -133,10 +91,6 @@ - provider: Airtable supportedSecret: Airtable API Key secretType: airtable_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -146,10 +100,6 @@ - provider: Airtable supportedSecret: Airtable Personal Access Token secretType: airtable_personal_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -159,10 +109,6 @@ - provider: Aiven supportedSecret: Aiven Auth Token secretType: aiven_auth_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.9' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -172,10 +118,6 @@ - provider: Aiven supportedSecret: Aiven Service Password secretType: aiven_service_password - versions: - fpt: '*' - ghec: '*' - ghes: '>3.9' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -185,10 +127,6 @@ - provider: Alibaba supportedSecret: Alibaba Cloud AccessKey ID secretType: alibaba_cloud_access_key_id,
alibaba_cloud_access_key_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -198,25 +136,15 @@ - provider: Amazon AWS supportedSecret: Amazon AWS Access Key ID secretType: aws_access_key_id,
aws_secret_access_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: true isduplicate: true - provider: Amazon AWS supportedSecret: Amazon AWS API Key ID secretType: aws_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -228,55 +156,33 @@ secretType: >- aws_secret_access_key,
aws_session_token,
aws_temporary_access_key_id - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: false isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Anthropic supportedSecret: Anthropic Admin API Key secretType: anthropic_admin_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.16' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Anthropic supportedSecret: Anthropic API Key secretType: anthropic_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.12' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: true isduplicate: true - provider: Anthropic supportedSecret: Anthropic Session ID secretType: anthropic_session_id - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -286,10 +192,6 @@ - provider: Apify supportedSecret: Apify Actor Run API Token secretType: apify_actor_run_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -299,10 +201,6 @@ - provider: Apify supportedSecret: Apify Actor Run Proxy Password secretType: apify_actor_run_proxy_password - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -312,25 +210,15 @@ - provider: Apify supportedSecret: Apify API Token secretType: apify_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Apify supportedSecret: Apify Integration API Token secretType: apify_integration_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -340,10 +228,6 @@ - provider: Apify supportedSecret: Apify Proxy Password secretType: apify_proxy_password - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -353,10 +237,6 @@ - provider: Apify supportedSecret: Apify UI Token secretType: apify_ui_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -366,10 +246,6 @@ - provider: Apify supportedSecret: Apify Webhook Dispatch API Token secretType: apify_webhook_dispatch_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -379,25 +255,15 @@ - provider: Asaas supportedSecret: Asaas API Token secretType: asaas_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: true isPrivateWithGhas: true hasPushProtection: false - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Asana supportedSecret: Asana Legacy Format Personal Access Token secretType: asana_legacy_format_personal_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -407,10 +273,6 @@ - provider: Asana supportedSecret: Asana Personal Access Token secretType: asana_personal_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -420,10 +282,6 @@ - provider: Atlassian supportedSecret: Atlassian API Token secretType: atlassian_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -433,10 +291,6 @@ - provider: Atlassian supportedSecret: Atlassian JSON Web Token secretType: atlassian_jwt - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -446,10 +300,6 @@ - provider: Authress supportedSecret: Authress Service Client Access Key secretType: authress_service_client_access_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.11' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -459,10 +309,6 @@ - provider: Azure supportedSecret: Azure Active Directory Application Secret secretType: azure_active_directory_application_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -472,10 +318,6 @@ - provider: Azure supportedSecret: Azure Active Directory User Credential secretType: azure_active_directory_user_credential - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -485,10 +327,6 @@ - provider: Azure supportedSecret: Azure AI Services Key secretType: azure_ai_services_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -498,10 +336,6 @@ - provider: Azure supportedSecret: Azure Anomaly Detector EE Key secretType: azure_anomaly_detector_ee_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -511,10 +345,6 @@ - provider: Azure supportedSecret: Azure Anomaly Detector Key secretType: azure_anomaly_detector_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -524,10 +354,6 @@ - provider: Azure supportedSecret: Azure Apim Direct Management Key secretType: azure_apim_direct_management_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -537,10 +363,6 @@ - provider: Azure supportedSecret: Azure Apim Gateway Key secretType: azure_apim_gateway_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -550,10 +372,6 @@ - provider: Azure supportedSecret: Azure Apim Repository Key secretType: azure_apim_repository_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -563,10 +381,6 @@ - provider: Azure supportedSecret: Azure Apim Subscription Key secretType: azure_apim_subscription_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -576,10 +390,6 @@ - provider: Azure supportedSecret: Azure App Configuration Connection String secretType: azure_app_configuration_connection_string - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -589,10 +399,6 @@ - provider: Azure supportedSecret: Azure App Configuration Key secretType: azure_app_configuration_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -602,10 +408,6 @@ - provider: Azure supportedSecret: Azure Batch Key Identifiable secretType: azure_batch_key_identifiable - versions: - fpt: '*' - ghec: '*' - ghes: '>3.8' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -615,10 +417,6 @@ - provider: Azure supportedSecret: Azure Cache for Redis Access Key secretType: azure_cache_for_redis_access_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -628,10 +426,6 @@ - provider: Azure supportedSecret: Azure Cognitive Services Key secretType: azure_cognitive_services_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -641,10 +435,6 @@ - provider: Azure supportedSecret: Azure Communication Services Connection String secretType: azure_communication_services_connection_string - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -654,10 +444,6 @@ - provider: Azure supportedSecret: Azure Communication Services Key secretType: azure_communication_services_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -667,10 +453,6 @@ - provider: Azure supportedSecret: Azure Computer Vision Key secretType: azure_computer_vision_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -680,10 +462,6 @@ - provider: Azure supportedSecret: Azure Registry Key Identifiable secretType: azure_container_registry_key_identifiable - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.11' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -693,10 +471,6 @@ - provider: Azure supportedSecret: Azure Content Moderator Key secretType: azure_content_moderator_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -706,10 +480,6 @@ - provider: Azure supportedSecret: Azure Content Safety Key secretType: azure_content_safety_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -719,10 +489,6 @@ - provider: Azure supportedSecret: Azure Cosmosdb Key Identifiable secretType: azure_cosmosdb_key_identifiable - versions: - fpt: '*' - ghec: '*' - ghes: '>3.8' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -732,10 +498,6 @@ - provider: Azure supportedSecret: Azure Custom Vision Prediction Key secretType: azure_custom_vision_prediction_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -745,10 +507,6 @@ - provider: Azure supportedSecret: Azure Custom Vision Training Key secretType: azure_custom_vision_training_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -758,10 +516,6 @@ - provider: Azure supportedSecret: Azure DevOps Personal Access Token secretType: azure_devops_personal_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -771,10 +525,6 @@ - provider: Azure supportedSecret: Azure Event Grid Key Identifiable secretType: azure_event_grid_key_identifiable - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -784,10 +534,6 @@ - provider: Azure supportedSecret: Azure Event Hub Key Identifiable secretType: azure_event_hub_key_identifiable - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -797,10 +543,6 @@ - provider: Azure supportedSecret: Azure Face Key secretType: azure_face_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -810,10 +552,6 @@ - provider: Azure supportedSecret: Azure Fluid Relay Key secretType: azure_fluid_relay_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -823,10 +561,6 @@ - provider: Azure supportedSecret: Azure Form Recognizer Key secretType: azure_form_recognizer_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -836,10 +570,6 @@ - provider: Azure supportedSecret: Azure Function Key secretType: azure_function_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -849,10 +579,6 @@ - provider: Azure supportedSecret: Azure Health Decision Support Key secretType: azure_health_decision_support_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -862,10 +588,6 @@ - provider: Azure supportedSecret: Azure Health Insights Key secretType: azure_health_insights_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -875,10 +597,6 @@ - provider: Azure supportedSecret: Azure Immersive Reader Key secretType: azure_immersive_reader_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -888,10 +606,6 @@ - provider: Azure supportedSecret: Azure Internal All In One Key secretType: azure_internal_all_in_one_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -901,10 +615,6 @@ - provider: Azure supportedSecret: Azure IoT Device Connection String secretType: azure_iot_device_connection_string - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -914,10 +624,6 @@ - provider: Azure supportedSecret: Azure IoT Device Key secretType: azure_iot_device_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -927,10 +633,6 @@ - provider: Azure supportedSecret: Azure IoT Device Provisioning Key secretType: azure_iot_device_provisioning_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -940,10 +642,6 @@ - provider: Azure supportedSecret: Azure IoT Hub Connection String secretType: azure_iot_hub_connection_string - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -953,10 +651,6 @@ - provider: Azure supportedSecret: Azure IoT Hub Key secretType: azure_iot_hub_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -966,10 +660,6 @@ - provider: Azure supportedSecret: Azure IoT Provisioning Connection String secretType: azure_iot_provisioning_connection_string - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -979,10 +669,6 @@ - provider: Azure supportedSecret: Azure Knowledge Key secretType: azure_knowledge_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -992,9 +678,6 @@ - provider: Azure supportedSecret: Azure Logic Apps URL secretType: azure_logic_apps_url - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -1004,10 +687,6 @@ - provider: Azure supportedSecret: Azure Luis Authoring Key secretType: azure_luis_authoring_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1017,10 +696,6 @@ - provider: Azure supportedSecret: Azure Luis Key secretType: azure_luis_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1030,10 +705,6 @@ - provider: Azure supportedSecret: Microsoft Azure Service Management Certificate secretType: azure_management_certificate - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1043,10 +714,6 @@ - provider: Azure supportedSecret: Azure Maps Key secretType: azure_maps_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1056,10 +723,6 @@ - provider: Azure supportedSecret: Azure Metrics Advisor Key secretType: azure_metrics_advisor_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1069,10 +732,6 @@ - provider: Azure supportedSecret: Azure Mixed Reality Key secretType: azure_mixed_reality_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1082,10 +741,6 @@ - provider: Azure supportedSecret: Azure ML Inference Key secretType: azure_ml_inference_identifiable_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1095,9 +750,6 @@ - provider: Azure supportedSecret: Azure ML Internal Service Principal Key secretType: azure_ml_internal_service_principal_identifiable_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -1107,10 +759,6 @@ - provider: Azure supportedSecret: Azure ML Studio (classic) Web Service Key secretType: azure_ml_web_service_classic_identifiable_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.8' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1120,10 +768,6 @@ - provider: Azure supportedSecret: Azure OpenAI Key secretType: azure_openai_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.16' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1133,10 +777,6 @@ - provider: Azure supportedSecret: Azure Personalizer Key secretType: azure_personalizer_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1146,10 +786,6 @@ - provider: Azure supportedSecret: Azure QnA Maker Key secretType: azure_qna_maker_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1159,10 +795,6 @@ - provider: Azure supportedSecret: Azure QnA Maker V2 Key secretType: azure_qna_maker_v2_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1172,10 +804,6 @@ - provider: Azure supportedSecret: Azure Quantum Key secretType: azure_quantum_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1185,10 +813,6 @@ - provider: Azure supportedSecret: Azure Relay Key Identifiable secretType: azure_relay_key_identifiable - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1198,10 +822,6 @@ - provider: Azure supportedSecret: Azure SAS Token secretType: azure_sas_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1211,10 +831,6 @@ - provider: Azure supportedSecret: Azure Search Admin Key secretType: azure_search_admin_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.8' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1224,10 +840,6 @@ - provider: Azure supportedSecret: Azure Search Query Key secretType: azure_search_query_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.8' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1237,10 +849,6 @@ - provider: Azure supportedSecret: Azure Service Bus Key Identifiable secretType: azure_service_bus_identifiable - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1250,10 +858,6 @@ - provider: Azure supportedSecret: Azure SignalR Connection String secretType: azure_signalr_connection_string - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -1263,10 +867,6 @@ - provider: Azure supportedSecret: Azure SignalR Key secretType: azure_signalr_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1276,10 +876,6 @@ - provider: Azure supportedSecret: Azure Speech Services Key secretType: azure_speech_services_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1289,10 +885,6 @@ - provider: Azure supportedSecret: Azure Speech Translation Key secretType: azure_speech_translation_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1302,10 +894,6 @@ - provider: Azure supportedSecret: Azure SQL Connection String secretType: azure_sql_connection_string - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -1315,9 +903,6 @@ - provider: Azure supportedSecret: Azure SQL Internal Default CloudSA Key secretType: azure_sql_internal_default_cloudsa_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -1327,10 +912,6 @@ - provider: Azure supportedSecret: Azure SQL password secretType: azure_sql_password - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.11' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1340,10 +921,6 @@ - provider: Azure supportedSecret: Azure Storage Account Access Key secretType: azure_storage_account_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.6' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1353,10 +930,6 @@ - provider: Azure supportedSecret: Azure Text Analytics Key secretType: azure_text_analytics_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1366,10 +939,6 @@ - provider: Azure supportedSecret: Azure Text Translation Key secretType: azure_text_translation_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1379,10 +948,6 @@ - provider: Azure supportedSecret: Azure Video Intelligence Key secretType: azure_video_intelligence_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1392,10 +957,6 @@ - provider: Azure supportedSecret: Microsoft Azure Web App Bot Key secretType: azure_web_app_bot_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1405,10 +966,6 @@ - provider: Azure supportedSecret: Azure Web Pub Sub Connection String secretType: azure_web_pub_sub_connection_string - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -1418,10 +975,6 @@ - provider: Azure supportedSecret: Azure Web Pub Sub Key secretType: azure_web_pub_sub_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1431,25 +984,15 @@ - provider: Azure supportedSecret: Microsoft Azure Entra ID Token secretType: microsoft_azure_entra_id_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.16' isPublic: false isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Azure supportedSecret: Microsoft Corporate Network User Credential secretType: microsoft_corporate_network_user_credential - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -1459,10 +1002,6 @@ - provider: Baidu supportedSecret: Baidu Cloud API Access Key secretType: baiducloud_api_accesskey - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.11' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1472,10 +1011,6 @@ - provider: Beamer supportedSecret: Beamer API Key secretType: beamer_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -1485,10 +1020,6 @@ - provider: Bitbucket supportedSecret: Bitbucket Server Personal Access Token secretType: bitbucket_server_personal_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -1498,70 +1029,42 @@ - provider: Bitrise supportedSecret: Bitrise Personal Access Token secretType: bitrise_personal_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.18' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Bitrise supportedSecret: Bitrise Workspace API Token secretType: bitrise_workspace_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.18' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Block Protocol supportedSecret: Block Protocol API Key secretType: block_protocol_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.18' isPublic: false isPrivateWithGhas: true hasPushProtection: false - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Brevo supportedSecret: Sendinblue API Key secretType: sendinblue_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: true isduplicate: true - provider: Brevo supportedSecret: Sendinblue SMTP Key secretType: sendinblue_smtp_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1571,10 +1074,6 @@ - provider: Buildkite supportedSecret: Buildkite Agent Access Token secretType: buildkite_agent_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1584,10 +1083,6 @@ - provider: Buildkite supportedSecret: Buildkite Agent Job Token secretType: buildkite_agent_job_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1597,10 +1092,6 @@ - provider: Buildkite supportedSecret: Buildkite Agent Registration Token secretType: buildkite_agent_registration_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1610,10 +1101,6 @@ - provider: Buildkite supportedSecret: Buildkite Cluster Queue Token secretType: buildkite_cluster_queue_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1623,10 +1110,6 @@ - provider: Buildkite supportedSecret: Buildkite Cluster Token secretType: buildkite_cluster_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1636,10 +1119,6 @@ - provider: Buildkite supportedSecret: Buildkite Packages Registry Token secretType: buildkite_packages_registry_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1649,10 +1128,6 @@ - provider: Buildkite supportedSecret: Buildkite Packages Temporary Token secretType: buildkite_packages_temporary_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1662,10 +1137,6 @@ - provider: Buildkite supportedSecret: Buildkite Portal Secret secretType: buildkite_portal_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1675,10 +1146,6 @@ - provider: Buildkite supportedSecret: Buildkite Portal Token secretType: buildkite_portal_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1688,10 +1155,6 @@ - provider: Buildkite supportedSecret: Buildkite User Access Token secretType: buildkite_user_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.18' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -1701,25 +1164,15 @@ - provider: Canadian Digital Service supportedSecret: Canadian Digital Service Notify API Key secretType: cds_canada_notify_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.9' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Canva supportedSecret: Canva App Secret secretType: canva_app_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1729,10 +1182,6 @@ - provider: Canva supportedSecret: Canva Connect API Secret secretType: canva_connect_api_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.12' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1742,10 +1191,6 @@ - provider: Canva supportedSecret: Canva Secret secretType: canva_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1755,10 +1200,6 @@ - provider: Cashfree supportedSecret: Cashfree API Key secretType: cashfree_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.12' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1768,10 +1209,6 @@ - provider: Cfx.re supportedSecret: Cfx.re Server Key secretType: cfxre_server_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -1781,40 +1218,24 @@ - provider: Checkout.com supportedSecret: Checkout.com Production Secret Key secretType: checkout_production_secret_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: true - provider: Checkout.com supportedSecret: Checkout.com Test Secret Key secretType: checkout_test_secret_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: true - provider: Chief Tools supportedSecret: Chief Tools Token secretType: chief_tools_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.7' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1824,10 +1245,6 @@ - provider: CircleCI supportedSecret: CircleCI Bot API Token secretType: circleci_bot_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1837,25 +1254,15 @@ - provider: CircleCI supportedSecret: CircleCI Personal Access Token secretType: circleci_personal_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.12' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: CircleCI supportedSecret: CircleCI Project Access Token secretType: circleci_project_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1865,10 +1272,6 @@ - provider: CircleCI supportedSecret: CircleCI Release API Token secretType: circleci_release_integration_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1878,10 +1281,6 @@ - provider: Clojars supportedSecret: Clojars Deploy Token secretType: clojars_deploy_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1891,10 +1290,6 @@ - provider: CloudBees supportedSecret: CloudBees CodeShip Credential secretType: codeship_credential - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -1904,25 +1299,15 @@ - provider: Cockroach Labs supportedSecret: CockroachDB Cloud API Key secretType: ccdb_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: true isPrivateWithGhas: true hasPushProtection: false - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Cohere supportedSecret: Cohere API Key secretType: cohere_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -1932,25 +1317,15 @@ - provider: Contentful supportedSecret: Contentful Personal Access Token secretType: contentful_personal_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Contentful supportedSecret: Contentful Web Token secretType: contentful_web_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1960,9 +1335,6 @@ - provider: Contributed Systems supportedSecret: Contributed Systems Credentials secretType: contributed_systems_credentials - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -1972,10 +1344,6 @@ - provider: Coveo supportedSecret: Coveo Access Token secretType: coveo_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -1985,10 +1353,6 @@ - provider: Coveo supportedSecret: Coveo API Key secretType: coveo_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -1998,10 +1362,6 @@ - provider: crates.io supportedSecret: Crates.io API Token secretType: cratesio_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.9' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2011,25 +1371,15 @@ - provider: Databento supportedSecret: Databento API Key secretType: databento_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: true isPrivateWithGhas: true hasPushProtection: false - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Databricks supportedSecret: Databricks API Token secretType: databricks_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2039,10 +1389,6 @@ - provider: Databricks supportedSecret: Databricks Account Session Token secretType: databricks_account_session_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.20' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2052,10 +1398,6 @@ - provider: Databricks supportedSecret: Databricks Federated Account Session Token secretType: databricks_federated_account_session_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.20' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2065,10 +1407,6 @@ - provider: Databricks supportedSecret: Databricks OAuth Code secretType: databricks_oauth_code - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.20' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2078,10 +1416,6 @@ - provider: Databricks supportedSecret: Databricks OAuth Refresh Token secretType: databricks_oauth_refresh_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.20' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2091,10 +1425,6 @@ - provider: Databricks supportedSecret: Databricks OAuth Secret Token secretType: databricks_oauth_secret_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.20' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2104,10 +1434,6 @@ - provider: Databricks supportedSecret: Databricks OAuth Single Use Refresh Token Child secretType: databricks_oauth_single_use_refresh_token_child - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.20' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2117,10 +1443,6 @@ - provider: Databricks supportedSecret: Databricks OAuth Single Use Refresh Token Parent secretType: databricks_oauth_single_use_refresh_token_parent - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.20' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2130,10 +1452,6 @@ - provider: Databricks supportedSecret: Databricks Scoped API Token secretType: databricks_scoped_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.20' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2143,10 +1461,6 @@ - provider: Databricks supportedSecret: Databricks Scoped Internal Token secretType: databricks_scoped_internal_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.20' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2156,10 +1470,6 @@ - provider: Databricks supportedSecret: Databricks Token secretType: databricks_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.20' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2169,10 +1479,6 @@ - provider: Databricks supportedSecret: Databricks Workspace Session Token secretType: databricks_workspace_session_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.20' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2182,9 +1488,6 @@ - provider: Datadog supportedSecret: Datadog API Key secretType: datadog_api_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -2194,9 +1497,6 @@ - provider: Datadog supportedSecret: Datadog Application Key secretType: datadog_app_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -2206,10 +1506,6 @@ - provider: Datadog supportedSecret: Datadog RCM secretType: datadog_rcm - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.18' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -2219,10 +1515,6 @@ - provider: Datastax supportedSecret: Datastax AstraCS Tokens secretType: datastax_astracs_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2232,10 +1524,6 @@ - provider: DeepSeek supportedSecret: DeepSeek API Key secretType: deepseek_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -2245,25 +1533,15 @@ - provider: Defined Networking supportedSecret: Defined Networking Managed Nebula API Key secretType: defined_networking_nebula_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.10' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: DevCycle supportedSecret: DevCycle Client API Key secretType: devcycle_client_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.8' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2273,10 +1551,6 @@ - provider: DevCycle supportedSecret: DevCycle Mobile API Key secretType: devcycle_mobile_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.8' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2286,10 +1560,6 @@ - provider: DevCycle supportedSecret: DevCycle Server API Key secretType: devcycle_server_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.8' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2299,40 +1569,24 @@ - provider: DigitalOcean supportedSecret: DigitalOcean OAuth Token secretType: digitalocean_oauth_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: DigitalOcean supportedSecret: DigitalOcean Personal Access Token secretType: digitalocean_personal_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: DigitalOcean supportedSecret: DigitalOcean Refresh Token secretType: digitalocean_refresh_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2342,10 +1596,6 @@ - provider: DigitalOcean supportedSecret: DigitalOcean System Token secretType: digitalocean_system_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2355,25 +1605,15 @@ - provider: Discord supportedSecret: Discord Bot Token secretType: discord_bot_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: true - provider: Docker supportedSecret: Docker Organization Access Token secretType: docker_organization_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.18' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2383,10 +1623,6 @@ - provider: Docker supportedSecret: Docker Personal Access Token secretType: docker_personal_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.12' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2396,10 +1632,6 @@ - provider: Docker supportedSecret: Docker Swarm Join Token secretType: docker_swarm_join_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.18' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -2409,10 +1641,6 @@ - provider: Docker supportedSecret: Docker Swarm Unlock Key secretType: docker_swarm_unlock_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.18' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -2422,160 +1650,96 @@ - provider: Doppler supportedSecret: Doppler Audit Token secretType: doppler_audit_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Doppler supportedSecret: Doppler CLI Token secretType: doppler_cli_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Doppler supportedSecret: Doppler Personal Token secretType: doppler_personal_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Doppler supportedSecret: Doppler SCIM Token secretType: doppler_scim_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Doppler supportedSecret: Doppler Service Account Token secretType: doppler_service_account_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.9' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Doppler supportedSecret: Doppler Service Token secretType: doppler_service_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Dropbox supportedSecret: Dropbox Access Token secretType: dropbox_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Dropbox supportedSecret: Dropbox Short-Lived Access Token secretType: dropbox_short_lived_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Duffel supportedSecret: Duffel Live Access Token secretType: duffel_live_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: false isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Duffel supportedSecret: Duffel Test Access Token secretType: duffel_test_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Dynatrace supportedSecret: Dynatrace API Token secretType: dynatrace_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2585,10 +1749,6 @@ - provider: Dynatrace supportedSecret: Dynatrace Internal Token secretType: dynatrace_internal_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2598,10 +1758,6 @@ - provider: EasyPost supportedSecret: EasyPost Production API Key secretType: easypost_production_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -2611,10 +1767,6 @@ - provider: EasyPost supportedSecret: EasyPost Test API Key secretType: easypost_test_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -2624,10 +1776,6 @@ - provider: eBay supportedSecret: eBay Production Client ID (App ID) secretType: ebay_production_client_id,
ebay_production_client_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>3.8' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -2637,10 +1785,6 @@ - provider: eBay supportedSecret: eBay Sandbox Client ID (App ID) secretType: ebay_sandbox_client_id,
ebay_sandbox_client_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>3.8' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -2650,10 +1794,6 @@ - provider: Elastic supportedSecret: Elastic Cloud API Key secretType: elastic_cloud_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -2663,55 +1803,33 @@ - provider: Facebook supportedSecret: Facebook Access Token secretType: facebook_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Fastly supportedSecret: Fastly API Token secretType: fastly_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: true - provider: Figma supportedSecret: Figma Personal Access Token secretType: figma_pat - versions: - fpt: '*' - ghec: '*' - ghes: '>3.7' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Finicity supportedSecret: Finicity App Key secretType: finicity_app_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2721,10 +1839,6 @@ - provider: Firebase supportedSecret: Firebase Cloud Messaging Server Key secretType: firebase_cloud_messaging_server_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -2734,85 +1848,51 @@ - provider: Flutterwave supportedSecret: Flutterwave Live API Secret Key secretType: flutterwave_live_api_secret_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: false isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Flutterwave supportedSecret: Flutterwave Test API Secret Key secretType: flutterwave_test_api_secret_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Frame.io supportedSecret: Frame.io Developer Token secretType: frameio_developer_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Frame.io supportedSecret: Frame.io JSON Web Token secretType: frameio_jwt - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: FullStory supportedSecret: FullStory API Key secretType: fullstory_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: true - provider: GitHub supportedSecret: GitHub App Installation Access Token secretType: github_app_installation_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2822,10 +1902,6 @@ - provider: GitHub supportedSecret: GitHub OAuth Access Token secretType: github_oauth_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2835,10 +1911,6 @@ - provider: GitHub supportedSecret: GitHub Personal Access Token secretType: github_personal_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2848,10 +1920,6 @@ - provider: GitHub supportedSecret: GitHub Refresh Token secretType: github_refresh_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2861,10 +1929,6 @@ - provider: GitHub supportedSecret: GitHub SSH Private Key secretType: github_ssh_private_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2874,10 +1938,6 @@ - provider: GitHub supportedSecret: GitHub Test Token secretType: github_test_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2887,76 +1947,46 @@ - provider: GitLab supportedSecret: GitLab Access Token secretType: gitlab_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: true isduplicate: true - provider: GoCardless supportedSecret: GoCardless Live Access Token secretType: gocardless_live_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: GoCardless supportedSecret: GoCardless Sandbox Access Token secretType: gocardless_sandbox_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Google supportedSecret: Google API Key secretType: google_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Google supportedSecret: Google Cloud Service Account Credentials secretType: google_cloud_service_account_credentials - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.13' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Google @@ -2964,10 +1994,6 @@ secretType: >- google_cloud_storage_access_key_secret,
google_cloud_storage_service_account_access_key_id - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2979,10 +2005,6 @@ secretType: >- google_cloud_storage_access_key_secret,
google_cloud_storage_user_access_key_id - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2992,10 +2014,6 @@ - provider: Google supportedSecret: GCP API Key Bound to a Service Account secretType: google_gcp_api_key_bound_service_account - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3005,10 +2023,6 @@ - provider: Google supportedSecret: Google Gemini API Key secretType: google_gemini_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -3018,25 +2032,15 @@ - provider: Google supportedSecret: Google OAuth Access Token secretType: google_oauth_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Google supportedSecret: Google OAuth Client ID secretType: google_oauth_client_id,
google_oauth_client_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3046,10 +2050,6 @@ - provider: Google supportedSecret: Google OAuth Refresh Token secretType: google_oauth_refresh_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3059,40 +2059,24 @@ - provider: Grafana supportedSecret: Grafana Cloud API Key secretType: grafana_cloud_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.7' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Grafana supportedSecret: Grafana Cloud API Token secretType: grafana_cloud_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.7' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Grafana supportedSecret: Grafana Project API Key secretType: grafana_project_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.7' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3102,10 +2086,6 @@ - provider: Grafana supportedSecret: Grafana Project Service Account Token secretType: grafana_project_service_account_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.7' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3115,25 +2095,15 @@ - provider: Groq supportedSecret: Groq API Key secretType: groq_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.18' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: true isduplicate: true - provider: GuardSquare supportedSecret: GuardSquare AppSweep API Key secretType: guardsquare_appsweep_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3143,10 +2113,6 @@ - provider: GuardSquare supportedSecret: GuardSquare CLI Access Token secretType: guardsquare_cli_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3156,10 +2122,6 @@ - provider: GuardSquare supportedSecret: GuardSquare Maven Token secretType: guardsquare_maven_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3169,10 +2131,6 @@ - provider: HashiCorp supportedSecret: HashiCorp Vault Batch Token secretType: hashicorp_vault_batch_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.8' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -3182,10 +2140,6 @@ - provider: HashiCorp supportedSecret: HashiCorp Vault Root Service Token secretType: hashicorp_vault_root_service_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.8' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -3195,10 +2149,6 @@ - provider: HashiCorp supportedSecret: HashiCorp Vault Service Token secretType: hashicorp_vault_service_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.8' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -3208,25 +2158,15 @@ - provider: HashiCorp supportedSecret: Terraform Cloud / Enterprise API Token secretType: terraform_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: hCaptcha supportedSecret: hCaptcha Siteverify Secret secretType: hcaptcha_siteverify_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -3236,25 +2176,15 @@ - provider: Heroku supportedSecret: Heroku Platform API OAuth2 Token secretType: heroku_platform_api_oauth2_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.18' isPublic: false isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Heroku supportedSecret: Heroku Postgres Connection URL secretType: heroku_postgres_connection_url - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.18' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -3264,10 +2194,6 @@ - provider: Highnote supportedSecret: Highnote RK Live Key secretType: highnote_rk_live_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.9' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3277,10 +2203,6 @@ - provider: Highnote supportedSecret: Highnote RK Test Key secretType: highnote_rk_test_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.9' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3290,40 +2212,24 @@ - provider: Highnote supportedSecret: Highnote SK Live Key secretType: highnote_sk_live_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.9' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Highnote supportedSecret: Highnote SK Test Key secretType: highnote_sk_test_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.9' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: HOP supportedSecret: HOP Bearer secretType: hop_bearer - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.11' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3333,10 +2239,6 @@ - provider: HOP supportedSecret: HOP PAT secretType: hop_pat - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.11' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3346,10 +2248,6 @@ - provider: HOP supportedSecret: HOP PTK secretType: hop_ptk - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.11' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3359,10 +2257,6 @@ - provider: Hubspot supportedSecret: Hubspot API Key secretType: hubspot_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3372,10 +2266,6 @@ - provider: Hubspot supportedSecret: Hubspot Personal Access Key secretType: hubspot_personal_access_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3385,10 +2275,6 @@ - provider: Hubspot supportedSecret: Hubspot Private Apps User Token secretType: hubspot_private_apps_user_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3398,10 +2284,6 @@ - provider: Hubspot supportedSecret: Hubspot SMTP Credential secretType: hubspot_smtp_credential - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.16' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3411,10 +2293,6 @@ - provider: Hugging Face supportedSecret: Hugging Face Organization API Token secretType: hf_org_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.16' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3424,25 +2302,15 @@ - provider: Hugging Face supportedSecret: Hugging Face User Access Token secretType: hf_user_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.16' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: true isduplicate: true - provider: IBM supportedSecret: IBM Cloud IAM Key secretType: ibm_cloud_iam_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -3452,25 +2320,15 @@ - provider: Intercom supportedSecret: Intercom Access Token secretType: intercom_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: false isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Ionic supportedSecret: Ionic Personal Access Token secretType: ionic_personal_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3480,10 +2338,6 @@ - provider: Ionic supportedSecret: Ionic Refresh Token secretType: ionic_refresh_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3493,9 +2347,6 @@ - provider: Iterative supportedSecret: DVC Studio Access Token secretType: iterative_dvc_studio_access_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -3505,10 +2356,6 @@ - provider: JFrog supportedSecret: JFrog Platform Access Token secretType: jfrog_platform_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.6' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -3518,10 +2365,6 @@ - provider: JFrog supportedSecret: JFrog Platform API Key secretType: jfrog_platform_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.6' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -3531,10 +2374,6 @@ - provider: JFrog supportedSecret: JFrog Platform Reference Token secretType: jfrog_platform_reference_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.10' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -3544,10 +2383,6 @@ - provider: Langchain supportedSecret: Langchain API Personal Key secretType: langchain_api_personal_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -3557,11 +2392,55 @@ - provider: Langchain supportedSecret: Langchain API Server Key secretType: langchain_api_server_key + isPublic: false + isPrivateWithGhas: true + hasPushProtection: false + hasValidityCheck: false + base64Supported: false + isduplicate: false +- provider: Lark + supportedSecret: Lark APaaS Client ID + secretType: lark_apaas_client_id,
lark_apaas_client_secret versions: fpt: '*' ghec: '*' - ghes: '>=3.19' - isPublic: false + isPublic: true + isPrivateWithGhas: false + hasPushProtection: false + hasValidityCheck: false + base64Supported: false + isduplicate: false +- provider: Lark + supportedSecret: Lark Application ID + secretType: lark_app_id,
lark_app_secret + versions: + fpt: '*' + ghec: '*' + isPublic: true + isPrivateWithGhas: false + hasPushProtection: false + hasValidityCheck: false + base64Supported: false + isduplicate: false +- provider: Lark + supportedSecret: Lark Meego Plugin ID + secretType: lark_meego_plugin_id,
lark_meego_plugin_secret + versions: + fpt: '*' + ghec: '*' + isPublic: true + isPrivateWithGhas: false + hasPushProtection: false + hasValidityCheck: false + base64Supported: false + isduplicate: false +- provider: Lark + supportedSecret: Lark User Session + secretType: lark_user_session + versions: + fpt: '*' + ghec: '*' + isPublic: true isPrivateWithGhas: true hasPushProtection: false hasValidityCheck: false @@ -3570,10 +2449,6 @@ - provider: LaunchDarkly supportedSecret: LaunchDarkly API Token secretType: launchdarkly_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3583,40 +2458,24 @@ - provider: Lichess supportedSecret: Lichess OAuth Access Token secretType: lichess_oauth_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Lichess supportedSecret: Lichess Personal Access Token secretType: lichess_personal_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Lightspeed supportedSecret: Lightspeed Personal Access Token secretType: lightspeed_xs_pat - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.12' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -3626,10 +2485,6 @@ - provider: Linear supportedSecret: Linear API Key secretType: linear_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3639,10 +2494,6 @@ - provider: Linear supportedSecret: Linear OAuth Access Token secretType: linear_oauth_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3652,10 +2503,6 @@ - provider: LinkedIn supportedSecret: LinkedIn Client Secret secretType: linkedin_client_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -3665,40 +2512,24 @@ - provider: Lob supportedSecret: Lob Live API Key secretType: lob_live_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Lob supportedSecret: Lob Test API Key secretType: lob_test_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Localstack supportedSecret: Localstack API Key secretType: localstack_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.7' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3708,10 +2539,6 @@ - provider: LogicMonitor supportedSecret: LogicMonitor Bearer Token secretType: logicmonitor_bearer_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.8' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3721,10 +2548,6 @@ - provider: LogicMonitor supportedSecret: LogicMonitor LMv1 Access Key secretType: logicmonitor_lmv1_access_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.8' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3734,10 +2557,6 @@ - provider: Login with Amazon supportedSecret: Login with Amazon OAuth Client ID secretType: amazon_oauth_client_id,
amazon_oauth_client_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3747,24 +2566,15 @@ - provider: Mailchimp supportedSecret: Mailchimp API Key secretType: mailchimp_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Mailchimp supportedSecret: Mandrill API Key secretType: mandrill_api_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -3774,9 +2584,6 @@ - provider: Mailersend supportedSecret: Mailersend API Token secretType: mailersend_api_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -3786,9 +2593,6 @@ - provider: Mailersend supportedSecret: Mailersend SMTP Password secretType: mailersend_smtp_password - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -3798,9 +2602,6 @@ - provider: Mailersend supportedSecret: Mailersend SMTP Username secretType: mailersend_smtp_username - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -3810,24 +2611,15 @@ - provider: Mailgun supportedSecret: Mailgun API Key secretType: mailgun_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: true - provider: Mailgun supportedSecret: Mailgun SMTP Credential secretType: mailgun_smtp_credential - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -3837,70 +2629,42 @@ - provider: Mapbox supportedSecret: Mapbox Secret Access Token secretType: mapbox_secret_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: MaxMind supportedSecret: MaxMind License Key secretType: maxmind_license_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.11' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Mercury supportedSecret: Mercury Non-Production API Token secretType: mercury_non_production_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.10' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Mercury supportedSecret: Mercury Production API Token secretType: mercury_production_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.10' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Mergify supportedSecret: Mergify Application Key secretType: mergify_application_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.12' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3910,10 +2674,6 @@ - provider: MessageBird supportedSecret: MessageBird API Key secretType: messagebird_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3923,9 +2683,6 @@ - provider: Microsoft supportedSecret: Power Automate Webhook SAS secretType: power_automate_webhook_sas - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -3935,40 +2692,24 @@ - provider: Midtrans supportedSecret: Midtrans Production Server Key secretType: midtrans_production_server_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: false isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Midtrans supportedSecret: Midtrans Sandbox Server Key secretType: midtrans_sandbox_server_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Mistral AI supportedSecret: Mistral AI API Key secretType: mistral_ai_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -3978,25 +2719,15 @@ - provider: MongoDB supportedSecret: MongoDB Atlas Database URI with credentials secretType: mongodb_atlas_db_uri_with_credentials - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: true isPrivateWithGhas: true hasPushProtection: false - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: MongoDB supportedSecret: MongoDB Atlas Service Account Secret secretType: mongodb_atlas_service_account_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.18' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -4006,10 +2737,6 @@ - provider: Naver Cloud supportedSecret: Naver Cloud Gov Access Key ID secretType: navercloud_gov_access_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.18' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -4019,10 +2746,6 @@ - provider: Naver Cloud supportedSecret: Naver Cloud Gov Secret Key secretType: navercloud_gov_access_key_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.18' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -4032,10 +2755,6 @@ - provider: Naver Cloud supportedSecret: Naver Cloud Gov Secure Token Service secretType: navercloud_gov_sts - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.18' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -4045,10 +2764,6 @@ - provider: Naver Cloud supportedSecret: Naver Cloud Gov Secure Token Service Secret secretType: navercloud_gov_sts_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.18' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -4058,10 +2773,6 @@ - provider: Naver Cloud supportedSecret: Naver Cloud Access Key ID secretType: navercloud_pub_access_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.18' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -4071,10 +2782,6 @@ - provider: Naver Cloud supportedSecret: Naver Cloud Secret Key secretType: navercloud_pub_access_key_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.18' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -4084,10 +2791,6 @@ - provider: Naver Cloud supportedSecret: Naver Cloud Secure Token Service secretType: navercloud_pub_sts - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.18' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -4097,10 +2800,6 @@ - provider: Naver Cloud supportedSecret: Naver Cloud Secure Token Service Secret secretType: navercloud_pub_sts_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.18' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -4110,9 +2809,6 @@ - provider: Neon supportedSecret: Neon API Key secretType: neon_api_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -4122,9 +2818,6 @@ - provider: Neon supportedSecret: Neon Connection URI secretType: neon_connection_uri - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -4134,10 +2827,6 @@ - provider: Netflix supportedSecret: Netflix NetKey secretType: netflix_netkey - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -4147,10 +2836,6 @@ - provider: New Relic supportedSecret: New Relic Insights Query Key secretType: new_relic_insights_query_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -4160,10 +2845,6 @@ - provider: New Relic supportedSecret: New Relic License Key secretType: new_relic_license_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -4173,10 +2854,6 @@ - provider: New Relic supportedSecret: New Relic Personal API Key secretType: new_relic_personal_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -4186,10 +2863,6 @@ - provider: New Relic supportedSecret: New Relic REST API Key secretType: new_relic_rest_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -4199,40 +2872,24 @@ - provider: Notion supportedSecret: Notion API Token secretType: notion_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Notion supportedSecret: Notion Integration Token secretType: notion_integration_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Notion supportedSecret: Notion OAuth Client Secret secretType: notion_oauth_client_secret - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -4242,10 +2899,6 @@ - provider: npm supportedSecret: npm Access Token secretType: npm_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -4255,10 +2908,6 @@ - provider: NuGet supportedSecret: NuGet API Key secretType: nuget_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -4268,10 +2917,6 @@ - provider: Octopus Deploy supportedSecret: Octopus Deploy API Key secretType: octopus_deploy_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -4281,10 +2926,6 @@ - provider: Oculus supportedSecret: Oculus Access Token secretType: oculus_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -4292,12 +2933,8 @@ base64Supported: false isduplicate: false - provider: OneChronos - supportedSecret: OneChronos API Token - secretType: onechronos_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.10' + supportedSecret: OneChronos API Token + secretType: onechronos_api_key isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -4307,10 +2944,6 @@ - provider: OneChronos supportedSecret: OneChronos Expressive Bidding API Key secretType: onechronos_eb_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.10' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -4320,10 +2953,6 @@ - provider: OneChronos supportedSecret: OneChronos Expressive Bidding Encryption Key secretType: onechronos_eb_encryption_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.10' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -4333,10 +2962,6 @@ - provider: OneChronos supportedSecret: OneChronos OAuth Token secretType: onechronos_oauth_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.10' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -4346,10 +2971,6 @@ - provider: OneChronos supportedSecret: OneChronos Refresh Token secretType: onechronos_refresh_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.10' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -4359,10 +2980,6 @@ - provider: OneSignal supportedSecret: OneSignal Rich API Key secretType: onesignal_rich_authentication_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.20' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -4372,70 +2989,42 @@ - provider: Onfido supportedSecret: Onfido Live API Token secretType: onfido_live_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Onfido supportedSecret: Onfido Sandbox API Token secretType: onfido_sandbox_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: OpenAI supportedSecret: OpenAI API Key secretType: openai_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: true - provider: OpenRouter supportedSecret: OpenRouter API Key secretType: openrouter_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: true isPrivateWithGhas: true hasPushProtection: false - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: OpenVSX supportedSecret: OpenVSX Access Token secretType: openvsx_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.20' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -4445,10 +3034,6 @@ - provider: Openweather supportedSecret: Openweather API Key secretType: openweather_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -4458,9 +3043,6 @@ - provider: Oracle supportedSecret: Oracle API Key secretType: oracle_api_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -4470,10 +3052,6 @@ - provider: Orbit supportedSecret: Orbit API Token secretType: orbit_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -4483,23 +3061,6 @@ - provider: Paddle supportedSecret: Paddle API Key secretType: paddle_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.20' - isPublic: true - isPrivateWithGhas: true - hasPushProtection: false - hasValidityCheck: false - base64Supported: false - isduplicate: false -- provider: Paddle - supportedSecret: Paddle Sandbox API Key - secretType: paddle_sandbox_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.20' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -4509,10 +3070,6 @@ - provider: PagerDuty supportedSecret: PagerDuty OAuth Secret secretType: pagerduty_oauth_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -4522,10 +3079,6 @@ - provider: PagerDuty supportedSecret: PagerDuty OAuth Token secretType: pagerduty_oauth_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -4535,10 +3088,6 @@ - provider: Palantir supportedSecret: Palantir JSON Web Token secretType: palantir_jwt - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -4548,10 +3097,6 @@ - provider: Pangea supportedSecret: Pangea Token secretType: pangea_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.18' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -4561,10 +3106,6 @@ - provider: Perplexity supportedSecret: Perplexity API Key secretType: perplexity_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -4574,40 +3115,24 @@ - provider: Persona Identities supportedSecret: Persona Production Api Key secretType: persona_production_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.7' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Persona Identities supportedSecret: Persona Sandbox Api Key secretType: persona_sandbox_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.7' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Pineapple Technologies Limited supportedSecret: Pineapple Technologies Incident API Key secretType: pineapple_technologies_incident_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.20' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -4617,10 +3142,6 @@ - provider: Pinecone supportedSecret: Pinecone API Key secretType: pinecone_api_key,
pinecone_environment - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.20' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -4630,10 +3151,6 @@ - provider: Pinterest supportedSecret: Pinterest Access Token secretType: pinterest_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.10' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -4643,10 +3160,6 @@ - provider: Pinterest supportedSecret: Pinterest Refresh Token secretType: pinterest_refresh_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.10' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -4656,10 +3169,6 @@ - provider: PlanetScale supportedSecret: PlanetScale Database Password secretType: planetscale_database_password - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -4669,10 +3178,6 @@ - provider: PlanetScale supportedSecret: PlanetScale OAuth Token secretType: planetscale_oauth_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -4682,10 +3187,6 @@ - provider: PlanetScale supportedSecret: PlanetScale Service Token secretType: planetscale_service_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -4695,25 +3196,15 @@ - provider: Planning Center supportedSecret: Planning Center OAuth Access Token secretType: planning_center_oauth_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Planning Center supportedSecret: Planning Center OAuth Application Secret secretType: planning_center_oauth_app_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -4723,10 +3214,6 @@ - provider: Planning Center supportedSecret: Planning Center Personal Access Token secretType: planning_center_personal_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -4736,10 +3223,6 @@ - provider: Plivo supportedSecret: Plivo Auth ID secretType: plivo_auth_id,
plivo_auth_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -4749,25 +3232,15 @@ - provider: Polar supportedSecret: Polar Access Token secretType: polar_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: true - provider: Polar supportedSecret: Polar Authorization Code secretType: polar_authorization_code - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -4777,10 +3250,6 @@ - provider: Polar supportedSecret: Polar Client Registration Token secretType: polar_client_registration_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -4790,10 +3259,6 @@ - provider: Polar supportedSecret: Polar Client Secret secretType: polar_client_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -4803,10 +3268,6 @@ - provider: Polar supportedSecret: Polar Customer Session Token secretType: polar_customer_session_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -4816,10 +3277,6 @@ - provider: Polar supportedSecret: Polar Personal Access Token secretType: polar_personal_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -4829,10 +3286,6 @@ - provider: Polar supportedSecret: Polar Refresh Token secretType: polar_refresh_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -4842,10 +3295,6 @@ - provider: Polar supportedSecret: Polar User Session Token secretType: polar_user_session_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -4855,10 +3304,6 @@ - provider: PostHog supportedSecret: PostHog Feature Flags Secure API Key secretType: posthog_feature_flags_secure_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.20' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -4868,10 +3313,6 @@ - provider: PostHog supportedSecret: PostHog Personal API Key secretType: posthog_personal_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.20' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -4881,40 +3322,24 @@ - provider: Postman supportedSecret: Postman API Key secretType: postman_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Postman supportedSecret: Postman Collection Key secretType: postman_collection_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.9' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Prefect supportedSecret: Prefect Server API Key secretType: prefect_server_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.6' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -4924,10 +3349,6 @@ - provider: Prefect supportedSecret: Prefect User API Key secretType: prefect_user_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.6' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -4937,10 +3358,6 @@ - provider: Proctorio supportedSecret: Proctorio Consumer Key secretType: proctorio_consumer_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -4950,10 +3367,6 @@ - provider: Proctorio supportedSecret: Proctorio Linkage Key secretType: proctorio_linkage_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -4963,10 +3376,6 @@ - provider: Proctorio supportedSecret: Proctorio Registration Key secretType: proctorio_registration_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -4976,10 +3385,6 @@ - provider: Proctorio supportedSecret: Proctorio Secret Key secretType: proctorio_secret_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -4989,25 +3394,15 @@ - provider: Pulumi supportedSecret: Pulumi Access Token secretType: pulumi_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: PyPI supportedSecret: PyPI API Token secretType: pypi_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -5017,10 +3412,6 @@ - provider: Rainforest Pay supportedSecret: Rainforest API Key secretType: rainforest_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.20' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -5030,10 +3421,6 @@ - provider: Rainforest Pay supportedSecret: Rainforest Sandbox API Key secretType: rainforest_sandbox_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.20' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -5043,10 +3430,6 @@ - provider: Ramp supportedSecret: Ramp OAuth Client ID secretType: ramp_client_id - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -5056,10 +3439,6 @@ - provider: Ramp supportedSecret: Ramp OAuth Client Secret secretType: ramp_client_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -5069,10 +3448,6 @@ - provider: Ramp supportedSecret: Ramp OAuth Access or Refresh Token secretType: ramp_oauth_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -5082,10 +3457,6 @@ - provider: Raycast supportedSecret: Raycast Access Token secretType: raycast_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.20' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -5095,100 +3466,60 @@ - provider: ReadMe supportedSecret: ReadMe API Key secretType: readmeio_api_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.6' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: redirect.pizza supportedSecret: redirect.pizza API Token secretType: redirect_pizza_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Replicate supportedSecret: Replicate API Token secretType: replicate_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.16' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Rootly supportedSecret: Rootly API Key secretType: rootly_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.9' isPublic: false isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: RubyGems supportedSecret: RubyGems API Key secretType: rubygems_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: RunPod supportedSecret: RunPod API Key secretType: runpod_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.18' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Salesforce supportedSecret: Salesforce Access Token secretType: salesforce_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -5198,10 +3529,6 @@ - provider: Salesforce supportedSecret: Salesforce OAuth2 Consumer Key secretType: salesforce_oauth2_consumer_key,
salesforce_oauth2_consumer_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.18' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -5211,10 +3538,6 @@ - provider: Salesforce supportedSecret: Salesforce Refresh Token secretType: salesforce_refresh_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.18' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -5224,10 +3547,6 @@ - provider: Samsara supportedSecret: Samsara API Token secretType: samsara_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -5237,10 +3556,6 @@ - provider: Samsara supportedSecret: Samsara OAuth Access Token secretType: samsara_oauth_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -5250,55 +3565,33 @@ - provider: Scalr supportedSecret: Scalr API Token secretType: scalr_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.16' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Segment supportedSecret: Segment Public API Token secretType: segment_public_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.9' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: SendGrid supportedSecret: SendGrid API Key secretType: sendgrid_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Sentry supportedSecret: Sentry Integration Token secretType: sentry_integration_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.16' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -5306,12 +3599,8 @@ base64Supported: false isduplicate: false - provider: Sentry - supportedSecret: Sentry Organization Token - secretType: sentry_organization_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.16' + supportedSecret: Sentry Organization Token + secretType: sentry_organization_token isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -5321,10 +3610,6 @@ - provider: Sentry supportedSecret: Sentry Personal Token secretType: sentry_personal_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.16' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -5334,10 +3619,6 @@ - provider: Sentry supportedSecret: Sentry User App Auth Token secretType: sentry_user_app_auth_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.16' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -5347,10 +3628,6 @@ - provider: Shippo supportedSecret: Shippo Live API Token secretType: shippo_live_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -5360,10 +3637,6 @@ - provider: Shippo supportedSecret: Shippo Test API Token secretType: shippo_test_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -5373,10 +3646,6 @@ - provider: Shopee supportedSecret: Shopee Open Platform Partner Key secretType: shopee_open_platform_partner_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.16' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -5386,10 +3655,6 @@ - provider: Shopify supportedSecret: Shopify Access Token secretType: shopify_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -5399,10 +3664,6 @@ - provider: Shopify supportedSecret: Shopify App Client Credentials secretType: shopify_app_client_credentials - versions: - fpt: '*' - ghec: '*' - ghes: '>3.4' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -5412,10 +3673,6 @@ - provider: Shopify supportedSecret: Shopify App Client Secret secretType: shopify_app_client_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>3.4' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -5425,10 +3682,6 @@ - provider: Shopify supportedSecret: Shopify App Shared Secret secretType: shopify_app_shared_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -5438,10 +3691,6 @@ - provider: Shopify supportedSecret: Shopify Custom App Access Token secretType: shopify_custom_app_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -5451,10 +3700,6 @@ - provider: Shopify supportedSecret: Shopify Marketplace Token secretType: shopify_marketplace_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.4' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -5464,10 +3709,6 @@ - provider: Shopify supportedSecret: Shopify Merchant Token secretType: shopify_merchant_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.4' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -5477,10 +3718,6 @@ - provider: Shopify supportedSecret: Shopify Partner API Token secretType: shopify_partner_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.4' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -5490,10 +3727,6 @@ - provider: Shopify supportedSecret: Shopify Private App Password secretType: shopify_private_app_password - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -5503,24 +3736,15 @@ - provider: Siemens supportedSecret: Siemens API Token secretType: siemens_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.16' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Siemens supportedSecret: Siemens Code Token secretType: siemens_code_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -5530,55 +3754,33 @@ - provider: Sindri supportedSecret: Sindri API Key secretType: sindri_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: true isPrivateWithGhas: true hasPushProtection: false - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: true - provider: Slack supportedSecret: Slack API Token secretType: slack_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: true - provider: Slack supportedSecret: Slack Incoming Webhook URL secretType: slack_incoming_webhook_url - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Slack supportedSecret: Slack Workflow Webhook URL secretType: slack_workflow_webhook_url - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -5588,10 +3790,6 @@ - provider: Snowflake supportedSecret: Snowflake Programmatic Access Token secretType: snowflake_programmatic_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -5601,25 +3799,15 @@ - provider: Sourcegraph supportedSecret: Sourcegraph Access Token secretType: sourcegraph_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: true isPrivateWithGhas: true hasPushProtection: false - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Sourcegraph supportedSecret: Sourcegraph Dotcom User Gateway Access Token secretType: sourcegraph_dotcom_user_gateway - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -5629,25 +3817,15 @@ - provider: Sourcegraph supportedSecret: Sourcegraph Access Token with Instance Identifier secretType: sourcegraph_instance_identifier_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: true isPrivateWithGhas: true hasPushProtection: false - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Sourcegraph supportedSecret: Sourcegraph License Key Token secretType: sourcegraph_license_key_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -5657,10 +3835,6 @@ - provider: Sourcegraph supportedSecret: Sourcegraph Product Subscription Token secretType: sourcegraph_product_subscription_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -5670,25 +3844,15 @@ - provider: Square supportedSecret: Square Access Token secretType: square_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: true - provider: Square supportedSecret: Square Production Application Secret secretType: square_production_application_secret - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -5698,10 +3862,6 @@ - provider: Square supportedSecret: Square Sandbox Application Secret secretType: square_sandbox_application_secret - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -5711,25 +3871,15 @@ - provider: SSLMate supportedSecret: SSLMate API Key secretType: sslmate_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: true - provider: SSLMate supportedSecret: SSLMate Cluster Secret secretType: sslmate_cluster_secret - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -5739,25 +3889,15 @@ - provider: Stripe supportedSecret: Stripe API Key secretType: stripe_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Stripe supportedSecret: Stripe Legacy API Key secretType: stripe_legacy_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -5767,10 +3907,6 @@ - provider: Stripe supportedSecret: Stripe Live API Restricted Key secretType: stripe_live_restricted_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -5780,10 +3916,6 @@ - provider: Stripe supportedSecret: Stripe Test API Restricted Key secretType: stripe_test_restricted_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -5793,25 +3925,15 @@ - provider: Stripe supportedSecret: Stripe Test API Secret Key secretType: stripe_test_secret_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Stripe supportedSecret: Stripe Webhook Signing Secret secretType: stripe_webhook_signing_secret - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -5821,10 +3943,6 @@ - provider: Supabase supportedSecret: Supabase Service Key secretType: supabase_service_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -5834,10 +3952,6 @@ - provider: Tableau supportedSecret: Tableau Personal Access Token secretType: tableau_personal_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -5847,55 +3961,33 @@ - provider: Tailscale supportedSecret: Tailscale API Key secretType: tailscale_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: true isPrivateWithGhas: true hasPushProtection: false - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Telegram supportedSecret: Telegram Bot Token secretType: telegram_bot_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Telnyx supportedSecret: Telnyx API V2 Key secretType: telnyx_api_v2_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.7' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Temporal supportedSecret: Temporal Cloud API Key secretType: temporal_cloud_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -5905,10 +3997,6 @@ - provider: Tencent supportedSecret: Tencent Cloud International Access Token secretType: tencent_cloud_intl_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -5918,10 +4006,6 @@ - provider: Tencent supportedSecret: Tencent Cloud Secret ID secretType: tencent_cloud_secret_id - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -5931,10 +4015,6 @@ - provider: Tencent supportedSecret: Tencent WeChat API App ID secretType: tencent_wechat_api_app_id - versions: - fpt: '*' - ghec: '*' - ghes: '>3.7' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -5944,10 +4024,6 @@ - provider: Tencent supportedSecret: Tencent WeChat Pay Token secretType: tencent_wechat_pay_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -5957,10 +4033,6 @@ - provider: Thunderstore supportedSecret: Thunderstore IO API Token secretType: thunderstore_io_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.16' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -5970,10 +4042,6 @@ - provider: Twilio supportedSecret: Twilio Access Token secretType: twilio_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -5983,10 +4051,6 @@ - provider: Twilio supportedSecret: Twilio Account String Identifier secretType: twilio_account_sid - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -5996,10 +4060,6 @@ - provider: Twilio supportedSecret: Twilio API Key secretType: twilio_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -6009,70 +4069,42 @@ - provider: Typeform supportedSecret: Typeform Personal Access Token secretType: typeform_personal_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Uniwise supportedSecret: WISEflow API Key secretType: wiseflow_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.6' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Unkey supportedSecret: Unkey Root Key secretType: unkey_root_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: false - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Val Town supportedSecret: Val Town API Token secretType: val_town_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: VolcEngine supportedSecret: VolcEngine Access Key ID secretType: volcengine_access_key_id - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.12' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -6082,25 +4114,15 @@ - provider: Wakatime supportedSecret: WakaTime API Key secretType: wakatime_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Wakatime supportedSecret: WakaTime App Secret secretType: wakatime_app_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>3.9' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -6110,25 +4132,15 @@ - provider: Wakatime supportedSecret: WakaTime OAuth Access Token secretType: wakatime_oauth_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.9' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Wakatime supportedSecret: WakaTime OAuth Refresh Token secretType: wakatime_oauth_refresh_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.9' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -6138,10 +4150,6 @@ - provider: Weights & Biases supportedSecret: Weights & Biases API Key secretType: wandb_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -6151,25 +4159,15 @@ - provider: Workato supportedSecret: Workato Developer API Token secretType: workato_developer_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.11' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: true - provider: WorkOS supportedSecret: WorkOS Production API Key secretType: workos_production_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.12' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -6179,10 +4177,6 @@ - provider: WorkOS supportedSecret: WorkOS Staging API Key secretType: workos_staging_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.12' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -6192,40 +4186,24 @@ - provider: xAI supportedSecret: xAI API Key secretType: xai_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.18' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Yandex supportedSecret: Yandex.Cloud API Key secretType: yandex_cloud_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Yandex supportedSecret: Yandex.Cloud Access Secret secretType: yandex_cloud_iam_access_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -6235,10 +4213,6 @@ - provider: Yandex supportedSecret: Yandex.Cloud IAM Cookie secretType: yandex_cloud_iam_cookie - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -6248,25 +4222,15 @@ - provider: Yandex supportedSecret: Yandex.Cloud IAM Token secretType: yandex_cloud_iam_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Yandex supportedSecret: Yandex.Cloud Smartchapta Server Key secretType: yandex_cloud_smartcaptcha_server_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.11' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -6276,10 +4240,6 @@ - provider: Yandex supportedSecret: Yandex.Dictionary API Key secretType: yandex_dictionary_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -6289,24 +4249,15 @@ - provider: Yandex supportedSecret: Yandex.Passport OAuth Token secretType: yandex_passport_oauth_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: Yandex supportedSecret: Yandex.Predictor API Key secretType: yandex_predictor_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -6316,25 +4267,15 @@ - provider: Yandex supportedSecret: Yandex.Translate API Key secretType: yandex_translate_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false - provider: ZenHub supportedSecret: ZenHub Personal API Key secretType: zenhub_personal_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -6344,15 +4285,9 @@ - provider: Zuplo supportedSecret: Zuplo Consumer API Key secretType: zuplo_consumer_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.6' isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: >- - {% ifversion ghes and ghes > 3.19 %}true{% elsif ghes %}false{% else - %}true{% endif %} + hasValidityCheck: true base64Supported: false isduplicate: false diff --git a/src/secret-scanning/data/pattern-docs/ghes-3.14/public-docs.yml b/src/secret-scanning/data/pattern-docs/ghes-3.14/public-docs.yml index d075f3f82554..ec700f9656ad 100644 --- a/src/secret-scanning/data/pattern-docs/ghes-3.14/public-docs.yml +++ b/src/secret-scanning/data/pattern-docs/ghes-3.14/public-docs.yml @@ -1,10 +1,6 @@ - provider: Adafruit supportedSecret: Adafruit IO Key secretType: adafruit_io_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -12,10 +8,6 @@ - provider: Adobe supportedSecret: Adobe Client Secret secretType: adobe_client_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.11' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -23,10 +15,6 @@ - provider: Adobe supportedSecret: Adobe Device Token secretType: adobe_device_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -34,10 +22,6 @@ - provider: Adobe supportedSecret: Adobe PAC Token secretType: adobe_pac_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.11' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -45,10 +29,6 @@ - provider: Adobe supportedSecret: Adobe Refresh Token secretType: adobe_refresh_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.11' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -56,10 +36,6 @@ - provider: Adobe supportedSecret: Adobe Service Token secretType: adobe_service_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -67,10 +43,6 @@ - provider: Adobe supportedSecret: Adobe Short-Lived Access Token secretType: adobe_short_lived_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -78,10 +50,6 @@ - provider: Aiven supportedSecret: Aiven Auth Token secretType: aiven_auth_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.9' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -89,10 +57,6 @@ - provider: Aiven supportedSecret: Aiven Service Password secretType: aiven_service_password - versions: - fpt: '*' - ghec: '*' - ghes: '>3.9' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -100,10 +64,6 @@ - provider: Alibaba supportedSecret: Alibaba Cloud AccessKey ID secretType: alibaba_cloud_access_key_id
alibaba_cloud_access_key_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -111,20 +71,15 @@ - provider: Amazon AWS supportedSecret: Amazon AWS Access Key ID secretType: aws_access_key_id
aws_secret_access_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}' - provider: Amazon AWS supportedSecret: Amazon AWS Session Token - secretType: aws_secret_access_key
aws_session_token
aws_temporary_access_key_id - versions: - fpt: '*' - ghec: '*' + secretType: >- + aws_secret_access_key
aws_session_token +
aws_temporary_access_key_id isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -132,10 +87,6 @@ - provider: Anthropic supportedSecret: Anthropic API Key secretType: anthropic_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.12' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -143,9 +94,6 @@ - provider: Anthropic supportedSecret: Anthropic Session ID secretType: anthropic_session_id - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -153,9 +101,6 @@ - provider: Asana supportedSecret: Asana Legacy Format Personal Access Token secretType: asana_legacy_format_personal_access_token - versions: - fpt: '*' - ghec: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -163,10 +108,6 @@ - provider: Asana supportedSecret: Asana Personal Access Token secretType: asana_personal_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -174,10 +115,6 @@ - provider: Atlassian supportedSecret: Atlassian API Token secretType: atlassian_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -185,10 +122,6 @@ - provider: Atlassian supportedSecret: Atlassian API Token secretType: atlassian_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -196,10 +129,6 @@ - provider: Atlassian supportedSecret: Atlassian JSON Web Token secretType: atlassian_jwt - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -207,10 +136,6 @@ - provider: Authress supportedSecret: Authress Service Client Access Key secretType: authress_service_client_access_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.11' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -218,10 +143,6 @@ - provider: Azure supportedSecret: Azure Active Directory Application Secret secretType: azure_active_directory_application_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -229,10 +150,6 @@ - provider: Azure supportedSecret: Azure Active Directory Application Secret secretType: azure_active_directory_application_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -240,10 +157,6 @@ - provider: Azure supportedSecret: Azure Active Directory Application Secret secretType: azure_active_directory_application_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -251,9 +164,6 @@ - provider: Azure supportedSecret: Azure Active Directory User Credential secretType: azure_active_directory_user_credential - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -261,9 +171,6 @@ - provider: Azure supportedSecret: Azure Apim Direct Management Key secretType: azure_apim_direct_management_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -271,9 +178,6 @@ - provider: Azure supportedSecret: Azure Apim Gateway Key secretType: azure_apim_gateway_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -281,9 +185,6 @@ - provider: Azure supportedSecret: Azure Apim Repository Key secretType: azure_apim_repository_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -291,9 +192,6 @@ - provider: Azure supportedSecret: Azure Apim Subscription Key secretType: azure_apim_subscription_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -301,9 +199,6 @@ - provider: Azure supportedSecret: Azure App Configuration Connection String secretType: azure_app_configuration_connection_string - versions: - fpt: '*' - ghec: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -311,10 +206,6 @@ - provider: Azure supportedSecret: Azure Batch Key Identifiable secretType: azure_batch_key_identifiable - versions: - fpt: '*' - ghec: '*' - ghes: '>3.8' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -322,10 +213,6 @@ - provider: Azure supportedSecret: Azure Cache for Redis Access Key secretType: azure_cache_for_redis_access_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -333,9 +220,6 @@ - provider: Azure supportedSecret: Azure Communication Services Connection String secretType: azure_communication_services_connection_string - versions: - fpt: '*' - ghec: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -343,10 +227,6 @@ - provider: Azure supportedSecret: Azure Registry Key Identifiable secretType: azure_container_registry_key_identifiable - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.11' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -354,10 +234,6 @@ - provider: Azure supportedSecret: Azure Cosmosdb Key Identifiable secretType: azure_cosmosdb_key_identifiable - versions: - fpt: '*' - ghec: '*' - ghes: '>3.8' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -365,10 +241,6 @@ - provider: Azure supportedSecret: Azure DevOps Personal Access Token secretType: azure_devops_personal_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -376,9 +248,6 @@ - provider: Azure supportedSecret: Azure Event Hub Key Identifiable secretType: azure_event_hub_key_identifiable - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -386,10 +255,6 @@ - provider: Azure supportedSecret: Azure Function Key secretType: azure_function_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -397,9 +262,6 @@ - provider: Azure supportedSecret: Azure IoT Device Connection String secretType: azure_iot_device_connection_string - versions: - fpt: '*' - ghec: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -407,9 +269,6 @@ - provider: Azure supportedSecret: Azure IoT Device Key secretType: azure_iot_device_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -417,9 +276,6 @@ - provider: Azure supportedSecret: Azure IoT Device Provisioning Key secretType: azure_iot_device_provisioning_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -427,9 +283,6 @@ - provider: Azure supportedSecret: Azure IoT Hub Connection String secretType: azure_iot_hub_connection_string - versions: - fpt: '*' - ghec: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -437,9 +290,6 @@ - provider: Azure supportedSecret: Azure IoT Hub Key secretType: azure_iot_hub_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -447,9 +297,6 @@ - provider: Azure supportedSecret: Azure IoT Provisioning Connection String secretType: azure_iot_provisioning_connection_string - versions: - fpt: '*' - ghec: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -457,10 +304,6 @@ - provider: Azure supportedSecret: Microsoft Azure Service Management Certificate secretType: azure_management_certificate - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -468,10 +311,6 @@ - provider: Azure supportedSecret: Azure ML Studio (classic) Web Service Key secretType: azure_ml_web_service_classic_identifiable_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.8' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -479,9 +318,6 @@ - provider: Azure supportedSecret: Azure Relay Key Identifiable secretType: azure_relay_key_identifiable - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -489,10 +325,6 @@ - provider: Azure supportedSecret: Azure SAS Token secretType: azure_sas_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -500,10 +332,6 @@ - provider: Azure supportedSecret: Azure Search Admin Key secretType: azure_search_admin_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.8' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -511,10 +339,6 @@ - provider: Azure supportedSecret: Azure Search Query Key secretType: azure_search_query_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.8' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -522,9 +346,6 @@ - provider: Azure supportedSecret: Azure Service Bus Key Identifiable secretType: azure_service_bus_identifiable - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -532,9 +353,6 @@ - provider: Azure supportedSecret: Azure SignalR Connection String secretType: azure_signalr_connection_string - versions: - fpt: '*' - ghec: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -542,10 +360,6 @@ - provider: Azure supportedSecret: Azure SQL Connection String secretType: azure_sql_connection_string - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -553,10 +367,6 @@ - provider: Azure supportedSecret: Azure SQL password secretType: azure_sql_password - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.11' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -564,10 +374,6 @@ - provider: Azure supportedSecret: Azure Storage Account Access Key secretType: azure_storage_account_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.6' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -575,10 +381,6 @@ - provider: Azure supportedSecret: Azure Storage Account Access Key secretType: azure_storage_account_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.6' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -586,9 +388,6 @@ - provider: Azure supportedSecret: Azure Web Pub Sub Connection String secretType: azure_web_pub_sub_connection_string - versions: - fpt: '*' - ghec: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -596,9 +395,6 @@ - provider: Azure supportedSecret: Microsoft Corporate Network User Credential secretType: microsoft_corporate_network_user_credential - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -606,10 +402,6 @@ - provider: Baidu supportedSecret: Baidu Cloud API Access Key secretType: baiducloud_api_accesskey - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.11' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -617,10 +409,6 @@ - provider: Beamer supportedSecret: Beamer API Key secretType: beamer_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -628,10 +416,6 @@ - provider: Bitbucket supportedSecret: Bitbucket Server Personal Access Token secretType: bitbucket_server_personal_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -639,10 +423,6 @@ - provider: Canadian Digital Service supportedSecret: Canadian Digital Service Notify API Key secretType: cds_canada_notify_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.9' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -650,9 +430,6 @@ - provider: Canva supportedSecret: Canva App Secret secretType: canva_app_secret - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -660,10 +437,6 @@ - provider: Canva supportedSecret: Canva Connect API Secret secretType: canva_connect_api_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.12' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -671,9 +444,6 @@ - provider: Canva supportedSecret: Canva Secret secretType: canva_secret - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -681,10 +451,6 @@ - provider: Cashfree supportedSecret: Cashfree API Key secretType: cashfree_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.12' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -692,10 +458,6 @@ - provider: Checkout.com supportedSecret: Checkout.com Production Secret Key secretType: checkout_production_secret_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -703,10 +465,6 @@ - provider: Checkout.com supportedSecret: Checkout.com Production Secret Key secretType: checkout_production_secret_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -714,10 +472,6 @@ - provider: Checkout.com supportedSecret: Checkout.com Test Secret Key secretType: checkout_test_secret_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -725,10 +479,6 @@ - provider: Checkout.com supportedSecret: Checkout.com Test Secret Key secretType: checkout_test_secret_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -736,10 +486,6 @@ - provider: Chief Tools supportedSecret: Chief Tools Token secretType: chief_tools_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.7' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -747,9 +493,6 @@ - provider: CircleCI supportedSecret: CircleCI Bot API Token secretType: circleci_bot_access_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -757,10 +500,6 @@ - provider: CircleCI supportedSecret: CircleCI Personal Access Token secretType: circleci_personal_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.12' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -768,9 +507,6 @@ - provider: CircleCI supportedSecret: CircleCI Project Access Token secretType: circleci_project_access_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -778,9 +514,6 @@ - provider: CircleCI supportedSecret: CircleCI Release API Token secretType: circleci_release_integration_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -788,10 +521,6 @@ - provider: Clojars supportedSecret: Clojars Deploy Token secretType: clojars_deploy_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -799,10 +528,6 @@ - provider: CloudBees supportedSecret: CloudBees CodeShip Credential secretType: codeship_credential - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -810,10 +535,6 @@ - provider: Contentful supportedSecret: Contentful Personal Access Token secretType: contentful_personal_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -821,9 +542,6 @@ - provider: Contributed Systems supportedSecret: Contributed Systems Credentials secretType: contributed_systems_credentials - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -831,10 +549,6 @@ - provider: crates.io supportedSecret: Crates.io API Token secretType: cratesio_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.9' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -842,10 +556,6 @@ - provider: Databricks supportedSecret: Databricks Access Token secretType: databricks_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -853,9 +563,6 @@ - provider: Datadog supportedSecret: Datadog API Key secretType: datadog_api_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -863,9 +570,6 @@ - provider: Datadog supportedSecret: Datadog Application Key secretType: datadog_app_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -873,10 +577,6 @@ - provider: Defined Networking supportedSecret: Defined Networking Managed Nebula API Key secretType: defined_networking_nebula_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.10' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -884,10 +584,6 @@ - provider: DevCycle supportedSecret: DevCycle Client API Key secretType: devcycle_client_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.8' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -895,10 +591,6 @@ - provider: DevCycle supportedSecret: DevCycle Mobile API Key secretType: devcycle_mobile_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.8' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -906,10 +598,6 @@ - provider: DevCycle supportedSecret: DevCycle Server API Key secretType: devcycle_server_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.8' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -917,10 +605,6 @@ - provider: DigitalOcean supportedSecret: DigitalOcean OAuth Token secretType: digitalocean_oauth_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -928,10 +612,6 @@ - provider: DigitalOcean supportedSecret: DigitalOcean Personal Access Token secretType: digitalocean_personal_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -939,10 +619,6 @@ - provider: DigitalOcean supportedSecret: DigitalOcean Refresh Token secretType: digitalocean_refresh_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -950,10 +626,6 @@ - provider: DigitalOcean supportedSecret: DigitalOcean System Token secretType: digitalocean_system_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -961,10 +633,6 @@ - provider: Discord supportedSecret: Discord Bot Token secretType: discord_bot_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -972,10 +640,6 @@ - provider: Discord supportedSecret: Discord Bot Token secretType: discord_bot_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -983,10 +647,6 @@ - provider: Docker supportedSecret: Docker Personal Access Token secretType: docker_personal_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.12' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -994,10 +654,6 @@ - provider: Doppler supportedSecret: Doppler Audit Token secretType: doppler_audit_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1005,10 +661,6 @@ - provider: Doppler supportedSecret: Doppler CLI Token secretType: doppler_cli_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1016,10 +668,6 @@ - provider: Doppler supportedSecret: Doppler Personal Token secretType: doppler_personal_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1027,10 +675,6 @@ - provider: Doppler supportedSecret: Doppler SCIM Token secretType: doppler_scim_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1038,10 +682,6 @@ - provider: Doppler supportedSecret: Doppler Service Account Token secretType: doppler_service_account_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.9' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1049,10 +689,6 @@ - provider: Doppler supportedSecret: Doppler Service Token secretType: doppler_service_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1060,10 +696,6 @@ - provider: Dropbox supportedSecret: Dropbox Access Token secretType: dropbox_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -1071,10 +703,6 @@ - provider: Dropbox supportedSecret: Dropbox Short-Lived Access Token secretType: dropbox_short_lived_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1082,10 +710,6 @@ - provider: Duffel supportedSecret: Duffel Live Access Token secretType: duffel_live_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -1093,10 +717,6 @@ - provider: Duffel supportedSecret: Duffel Test Access Token secretType: duffel_test_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -1104,9 +724,6 @@ - provider: Dynatrace supportedSecret: Dynatrace API Token secretType: dynatrace_api_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -1114,10 +731,6 @@ - provider: Dynatrace supportedSecret: Dynatrace Internal Token secretType: dynatrace_internal_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -1125,10 +738,6 @@ - provider: EasyPost supportedSecret: EasyPost Production API Key secretType: easypost_production_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -1136,10 +745,6 @@ - provider: EasyPost supportedSecret: EasyPost Test API Key secretType: easypost_test_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -1147,10 +752,6 @@ - provider: eBay supportedSecret: eBay Production Client ID (App ID) secretType: ebay_production_client_id
ebay_production_client_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>3.8' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -1158,10 +759,6 @@ - provider: eBay supportedSecret: eBay Sandbox Client ID (App ID) secretType: ebay_sandbox_client_id
ebay_sandbox_client_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>3.8' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -1169,10 +766,6 @@ - provider: Facebook supportedSecret: Facebook Access Token secretType: facebook_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -1180,10 +773,6 @@ - provider: Fastly supportedSecret: Fastly API Token secretType: fastly_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -1191,10 +780,6 @@ - provider: Fastly supportedSecret: Fastly API Token secretType: fastly_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -1202,10 +787,6 @@ - provider: Figma supportedSecret: Figma Personal Access Token secretType: figma_pat - versions: - fpt: '*' - ghec: '*' - ghes: '>3.7' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1213,10 +794,6 @@ - provider: Finicity supportedSecret: Finicity App Key secretType: finicity_app_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -1224,10 +801,6 @@ - provider: Firebase supportedSecret: Firebase Cloud Messaging Server Key secretType: firebase_cloud_messaging_server_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -1235,10 +808,6 @@ - provider: Flutterwave supportedSecret: Flutterwave Live API Secret Key secretType: flutterwave_live_api_secret_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -1246,10 +815,6 @@ - provider: Flutterwave supportedSecret: Flutterwave Test API Secret Key secretType: flutterwave_test_api_secret_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -1257,10 +822,6 @@ - provider: Frame.io supportedSecret: Frame.io Developer Token secretType: frameio_developer_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -1268,10 +829,6 @@ - provider: Frame.io supportedSecret: Frame.io JSON Web Token secretType: frameio_jwt - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -1279,10 +836,6 @@ - provider: FullStory supportedSecret: FullStory API Key secretType: fullstory_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1290,10 +843,6 @@ - provider: FullStory supportedSecret: FullStory API Key secretType: fullstory_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -1301,10 +850,6 @@ - provider: GitHub supportedSecret: GitHub App Installation Access Token secretType: github_app_installation_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -1312,10 +857,6 @@ - provider: GitHub supportedSecret: GitHub App Installation Access Token secretType: github_app_installation_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -1323,10 +864,6 @@ - provider: GitHub supportedSecret: GitHub OAuth Access Token secretType: github_oauth_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -1334,10 +871,6 @@ - provider: GitHub supportedSecret: GitHub OAuth Access Token secretType: github_oauth_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -1345,10 +878,6 @@ - provider: GitHub supportedSecret: GitHub Personal Access Token secretType: github_personal_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -1356,10 +885,6 @@ - provider: GitHub supportedSecret: GitHub Personal Access Token secretType: github_personal_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -1367,10 +892,6 @@ - provider: GitHub supportedSecret: GitHub Personal Access Token secretType: github_personal_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -1378,10 +899,6 @@ - provider: GitHub supportedSecret: GitHub Refresh Token secretType: github_refresh_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -1389,10 +906,6 @@ - provider: GitHub supportedSecret: GitHub SSH Private Key secretType: github_ssh_private_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -1400,9 +913,6 @@ - provider: GitHub supportedSecret: GitHub Test Token secretType: github_test_token - versions: - fpt: '*' - ghec: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -1410,9 +920,6 @@ - provider: GitHub Secret Scanning supportedSecret: GitHub Secret Scanning secretType: secret_scanning_sample_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1420,10 +927,6 @@ - provider: GitLab supportedSecret: GitLab Access Token secretType: gitlab_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -1431,10 +934,6 @@ - provider: GoCardless supportedSecret: GoCardless Live Access Token secretType: gocardless_live_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -1442,10 +941,6 @@ - provider: GoCardless supportedSecret: GoCardless Sandbox Access Token secretType: gocardless_sandbox_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -1453,10 +948,6 @@ - provider: Google supportedSecret: Google API Key secretType: google_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -1464,10 +955,6 @@ - provider: Google supportedSecret: Google Cloud Private Key ID secretType: google_cloud_private_key_id - versions: - fpt: '*' - ghec: '*' - ghes: <3.13 isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -1475,30 +962,24 @@ - provider: Google supportedSecret: Google Cloud Service Account Credentials secretType: google_cloud_service_account_credentials - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.13' isPublic: false isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}' - provider: Google supportedSecret: Google Cloud Storage Service Account Access Key ID - secretType: google_cloud_storage_access_key_secret
google_cloud_storage_service_account_access_key_id - versions: - fpt: '*' - ghec: '*' + secretType: >- + google_cloud_storage_access_key_secret +
google_cloud_storage_service_account_access_key_id isPublic: false isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false - provider: Google supportedSecret: Google Cloud Storage User Access Key ID - secretType: google_cloud_storage_access_key_secret
google_cloud_storage_user_access_key_id - versions: - fpt: '*' - ghec: '*' + secretType: >- + google_cloud_storage_access_key_secret +
google_cloud_storage_user_access_key_id isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -1506,10 +987,6 @@ - provider: Google supportedSecret: Google OAuth Access Token secretType: google_oauth_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -1517,10 +994,6 @@ - provider: Google supportedSecret: Google OAuth Client ID secretType: google_oauth_client_id
google_oauth_client_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -1528,10 +1001,6 @@ - provider: Google supportedSecret: Google OAuth Refresh Token secretType: google_oauth_refresh_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -1539,10 +1008,6 @@ - provider: Grafana supportedSecret: Grafana Cloud API Key secretType: grafana_cloud_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.7' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1550,10 +1015,6 @@ - provider: Grafana supportedSecret: Grafana Cloud API Token secretType: grafana_cloud_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.7' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1561,10 +1022,6 @@ - provider: Grafana supportedSecret: Grafana Project API Key secretType: grafana_project_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.7' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1572,10 +1029,6 @@ - provider: Grafana supportedSecret: Grafana Project Service Account Token secretType: grafana_project_service_account_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.7' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1583,10 +1036,6 @@ - provider: HashiCorp supportedSecret: HashiCorp Vault Batch Token secretType: hashicorp_vault_batch_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.8' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -1594,10 +1043,6 @@ - provider: HashiCorp supportedSecret: HashiCorp Vault Batch Token secretType: hashicorp_vault_batch_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.8' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -1605,10 +1050,6 @@ - provider: HashiCorp supportedSecret: HashiCorp Vault Root Service Token secretType: hashicorp_vault_root_service_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.8' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -1616,10 +1057,6 @@ - provider: HashiCorp supportedSecret: HashiCorp Vault Service Token secretType: hashicorp_vault_service_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.8' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -1627,10 +1064,6 @@ - provider: HashiCorp supportedSecret: HashiCorp Vault Service Token secretType: hashicorp_vault_service_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.8' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -1638,10 +1071,6 @@ - provider: HashiCorp supportedSecret: Terraform Cloud / Enterprise API Token secretType: terraform_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1649,10 +1078,6 @@ - provider: Highnote supportedSecret: Highnote RK Live Key secretType: highnote_rk_live_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.9' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1660,10 +1085,6 @@ - provider: Highnote supportedSecret: Highnote RK Test Key secretType: highnote_rk_test_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.9' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1671,10 +1092,6 @@ - provider: Highnote supportedSecret: Highnote SK Live Key secretType: highnote_sk_live_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.9' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1682,10 +1099,6 @@ - provider: Highnote supportedSecret: Highnote SK Test Key secretType: highnote_sk_test_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.9' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1693,10 +1106,6 @@ - provider: HOP supportedSecret: HOP Bearer secretType: hop_bearer - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.11' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1704,10 +1113,6 @@ - provider: HOP supportedSecret: HOP PAT secretType: hop_pat - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.11' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1715,10 +1120,6 @@ - provider: HOP supportedSecret: HOP PTK secretType: hop_ptk - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.11' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1726,10 +1127,6 @@ - provider: Hubspot supportedSecret: Hubspot API Key secretType: hubspot_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -1737,10 +1134,6 @@ - provider: Hubspot supportedSecret: Hubspot API Key secretType: hubspot_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -1748,10 +1141,6 @@ - provider: Hubspot supportedSecret: Hubspot API Key secretType: hubspot_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1759,9 +1148,6 @@ - provider: Hubspot supportedSecret: Hubspot Personal Access Key secretType: hubspot_personal_access_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1769,9 +1155,6 @@ - provider: Hubspot supportedSecret: Hubspot SMTP Credential secretType: hubspot_smtp_credential - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -1779,9 +1162,6 @@ - provider: IBM supportedSecret: IBM Cloud IAM Key secretType: ibm_cloud_iam_key - versions: - fpt: '*' - ghec: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -1789,9 +1169,6 @@ - provider: IBM supportedSecret: IBM SoftLayer API Key secretType: ibm_softlayer_api_key - versions: - fpt: '*' - ghec: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -1799,10 +1176,6 @@ - provider: Intercom supportedSecret: Intercom Access Token secretType: intercom_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -1810,10 +1183,6 @@ - provider: Ionic supportedSecret: Ionic Personal Access Token secretType: ionic_personal_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -1821,10 +1190,6 @@ - provider: Ionic supportedSecret: Ionic Personal Access Token secretType: ionic_personal_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1832,10 +1197,6 @@ - provider: Ionic supportedSecret: Ionic Refresh Token secretType: ionic_refresh_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1843,10 +1204,6 @@ - provider: Ionic supportedSecret: Ionic Refresh Token secretType: ionic_refresh_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -1854,10 +1211,6 @@ - provider: JFrog supportedSecret: JFrog Platform Access Token secretType: jfrog_platform_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.6' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -1865,10 +1218,6 @@ - provider: JFrog supportedSecret: JFrog Platform API Key secretType: jfrog_platform_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.6' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -1876,10 +1225,6 @@ - provider: JFrog supportedSecret: JFrog Platform Reference Token secretType: jfrog_platform_reference_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.10' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -1887,10 +1232,6 @@ - provider: Lightspeed supportedSecret: Lightspeed Personal Access Token secretType: lightspeed_xs_pat - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.12' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -1898,10 +1239,6 @@ - provider: Linear supportedSecret: Linear API Key secretType: linear_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1909,10 +1246,6 @@ - provider: Linear supportedSecret: Linear OAuth Access Token secretType: linear_oauth_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1920,10 +1253,6 @@ - provider: Lob supportedSecret: Lob Live API Key secretType: lob_live_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -1931,10 +1260,6 @@ - provider: Lob supportedSecret: Lob Test API Key secretType: lob_test_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -1942,10 +1267,6 @@ - provider: Localstack supportedSecret: Localstack API Key secretType: localstack_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.7' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1953,10 +1274,6 @@ - provider: LogicMonitor supportedSecret: LogicMonitor Bearer Token secretType: logicmonitor_bearer_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.8' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1964,20 +1281,15 @@ - provider: LogicMonitor supportedSecret: LogicMonitor LMv1 Access Key secretType: logicmonitor_lmv1_access_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.8' isPublic: true isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false - provider: Login with Amazon supportedSecret: Login with Amazon OAuth Client ID - secretType: amazon_oauth_client_id
amazon_oauth_client_secret
amazon_oauth_client_secret - versions: - fpt: '*' - ghec: '*' + secretType: >- + amazon_oauth_client_id
amazon_oauth_client_secret +
amazon_oauth_client_secret isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1985,10 +1297,6 @@ - provider: Mailchimp supportedSecret: Mailchimp API Key secretType: mailchimp_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -1996,9 +1304,6 @@ - provider: Mailchimp supportedSecret: Mandrill API Key secretType: mandrill_api_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -2006,10 +1311,6 @@ - provider: Mailgun supportedSecret: Mailgun API Key secretType: mailgun_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2017,10 +1318,6 @@ - provider: Mailgun supportedSecret: Mailgun API Key secretType: mailgun_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2028,9 +1325,6 @@ - provider: Mailgun supportedSecret: Mailgun SMTP Credential secretType: mailgun_smtp_credential - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -2038,10 +1332,6 @@ - provider: Mapbox supportedSecret: Mapbox Secret Access Token secretType: mapbox_secret_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -2049,10 +1339,6 @@ - provider: MaxMind supportedSecret: MaxMind License Key secretType: maxmind_license_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.11' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2060,10 +1346,6 @@ - provider: Mercury supportedSecret: Mercury Non-Production API Token secretType: mercury_non_production_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.10' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2071,10 +1353,6 @@ - provider: Mercury supportedSecret: Mercury Production API Token secretType: mercury_production_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.10' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2082,10 +1360,6 @@ - provider: Mergify supportedSecret: Mergify Application Key secretType: mergify_application_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.12' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2093,10 +1367,6 @@ - provider: MessageBird supportedSecret: MessageBird API Key secretType: messagebird_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2104,10 +1374,6 @@ - provider: Midtrans supportedSecret: Midtrans Production Server Key secretType: midtrans_production_server_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -2115,10 +1381,6 @@ - provider: Midtrans supportedSecret: Midtrans Sandbox Server Key secretType: midtrans_sandbox_server_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -2126,10 +1388,6 @@ - provider: New Relic supportedSecret: New Relic Insights Query Key secretType: new_relic_insights_query_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -2137,10 +1395,6 @@ - provider: New Relic supportedSecret: New Relic License Key secretType: new_relic_license_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -2148,10 +1402,6 @@ - provider: New Relic supportedSecret: New Relic Personal API Key secretType: new_relic_personal_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -2159,10 +1409,6 @@ - provider: New Relic supportedSecret: New Relic REST API Key secretType: new_relic_rest_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -2170,10 +1416,6 @@ - provider: Notion supportedSecret: Notion Integration Token secretType: notion_integration_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -2181,10 +1423,6 @@ - provider: Notion supportedSecret: Notion OAuth Client Secret secretType: notion_oauth_client_secret - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -2192,10 +1430,6 @@ - provider: npm supportedSecret: npm Access Token secretType: npm_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2203,10 +1437,6 @@ - provider: npm supportedSecret: npm Access Token secretType: npm_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -2214,10 +1444,6 @@ - provider: npm supportedSecret: npm Access Token secretType: npm_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -2225,10 +1451,6 @@ - provider: NuGet supportedSecret: NuGet API Key secretType: nuget_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2236,10 +1458,6 @@ - provider: Octopus Deploy supportedSecret: Octopus Deploy API Key secretType: octopus_deploy_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2247,9 +1465,6 @@ - provider: Oculus supportedSecret: Oculus Access Token secretType: oculus_access_token - versions: - fpt: '*' - ghec: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -2257,10 +1472,6 @@ - provider: OneChronos supportedSecret: OneChronos API Token secretType: onechronos_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.10' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -2268,10 +1479,6 @@ - provider: OneChronos supportedSecret: OneChronos Expressive Bidding API Key secretType: onechronos_eb_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.10' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -2279,10 +1486,6 @@ - provider: OneChronos supportedSecret: OneChronos Expressive Bidding Encryption Key secretType: onechronos_eb_encryption_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.10' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -2290,10 +1493,6 @@ - provider: OneChronos supportedSecret: OneChronos OAuth Token secretType: onechronos_oauth_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.10' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -2301,10 +1500,6 @@ - provider: OneChronos supportedSecret: OneChronos Refresh Token secretType: onechronos_refresh_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.10' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -2312,10 +1507,6 @@ - provider: Onfido supportedSecret: Onfido Live API Token secretType: onfido_live_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2323,10 +1514,6 @@ - provider: Onfido supportedSecret: Onfido Sandbox API Token secretType: onfido_sandbox_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2334,10 +1521,6 @@ - provider: OpenAI supportedSecret: OpenAI API Key secretType: openai_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2345,10 +1528,6 @@ - provider: OpenAI supportedSecret: OpenAI API Key secretType: openai_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2356,9 +1535,6 @@ - provider: Orbit supportedSecret: Orbit API Token secretType: orbit_api_token - versions: - fpt: '*' - ghec: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -2366,9 +1542,6 @@ - provider: PagerDuty supportedSecret: PagerDuty OAuth Secret secretType: pagerduty_oauth_secret - versions: - fpt: '*' - ghec: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -2376,9 +1549,6 @@ - provider: PagerDuty supportedSecret: PagerDuty OAuth Token secretType: pagerduty_oauth_token - versions: - fpt: '*' - ghec: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -2386,10 +1556,6 @@ - provider: Palantir supportedSecret: Palantir JSON Web Token secretType: palantir_jwt - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2397,10 +1563,6 @@ - provider: Persona Identities supportedSecret: Persona Production Api Key secretType: persona_production_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.7' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2408,10 +1570,6 @@ - provider: Persona Identities supportedSecret: Persona Sandbox Api Key secretType: persona_sandbox_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.7' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2419,10 +1577,6 @@ - provider: Pinterest supportedSecret: Pinterest Access Token secretType: pinterest_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.10' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2430,10 +1584,6 @@ - provider: Pinterest supportedSecret: Pinterest Refresh Token secretType: pinterest_refresh_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.10' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2441,10 +1591,6 @@ - provider: PlanetScale supportedSecret: PlanetScale Database Password secretType: planetscale_database_password - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2452,10 +1598,6 @@ - provider: PlanetScale supportedSecret: PlanetScale OAuth Token secretType: planetscale_oauth_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2463,10 +1605,6 @@ - provider: PlanetScale supportedSecret: PlanetScale Service Token secretType: planetscale_service_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2474,10 +1612,6 @@ - provider: Plivo supportedSecret: Plivo Auth ID secretType: plivo_auth_id
plivo_auth_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2485,10 +1619,6 @@ - provider: Postman supportedSecret: Postman API Key secretType: postman_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2496,10 +1626,6 @@ - provider: Postman supportedSecret: Postman Collection Key secretType: postman_collection_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.9' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2507,10 +1633,6 @@ - provider: Prefect supportedSecret: Prefect Server API Key secretType: prefect_server_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.6' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2518,10 +1640,6 @@ - provider: Prefect supportedSecret: Prefect User API Key secretType: prefect_user_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.6' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2529,10 +1647,6 @@ - provider: Proctorio supportedSecret: Proctorio Consumer Key secretType: proctorio_consumer_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2540,10 +1654,6 @@ - provider: Proctorio supportedSecret: Proctorio Linkage Key secretType: proctorio_linkage_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2551,10 +1661,6 @@ - provider: Proctorio supportedSecret: Proctorio Registration Key secretType: proctorio_registration_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2562,10 +1668,6 @@ - provider: Proctorio supportedSecret: Proctorio Secret Key secretType: proctorio_secret_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2573,10 +1675,6 @@ - provider: Proctorio supportedSecret: Proctorio Secret Key secretType: proctorio_secret_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2584,10 +1682,6 @@ - provider: Pulumi supportedSecret: Pulumi Access Token secretType: pulumi_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2595,10 +1689,6 @@ - provider: PyPI supportedSecret: PyPI API Token secretType: pypi_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2606,10 +1696,6 @@ - provider: ReadMe supportedSecret: ReadMe API Key secretType: readmeio_api_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.6' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2617,10 +1703,6 @@ - provider: redirect.pizza supportedSecret: redirect.pizza API Token secretType: redirect_pizza_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2628,9 +1710,6 @@ - provider: Replicate supportedSecret: Replicate API Token secretType: replicate_api_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -2638,10 +1717,6 @@ - provider: Rootly supportedSecret: Rootly API Key secretType: rootly_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.9' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -2649,10 +1724,6 @@ - provider: RubyGems supportedSecret: RubyGems API Key secretType: rubygems_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2660,10 +1731,6 @@ - provider: Samsara supportedSecret: Samsara API Token secretType: samsara_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2671,10 +1738,6 @@ - provider: Samsara supportedSecret: Samsara OAuth Access Token secretType: samsara_oauth_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2682,10 +1745,6 @@ - provider: Segment supportedSecret: Segment Public API Token secretType: segment_public_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.9' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2693,10 +1752,6 @@ - provider: SendGrid supportedSecret: SendGrid API Key secretType: sendgrid_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2704,10 +1759,6 @@ - provider: Sendinblue supportedSecret: Sendinblue API Key secretType: sendinblue_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2715,10 +1766,6 @@ - provider: Sendinblue supportedSecret: Sendinblue SMTP Key secretType: sendinblue_smtp_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2726,10 +1773,6 @@ - provider: Shippo supportedSecret: Shippo Live API Token secretType: shippo_live_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -2737,10 +1780,6 @@ - provider: Shippo supportedSecret: Shippo Test API Token secretType: shippo_test_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -2748,10 +1787,6 @@ - provider: Shopify supportedSecret: Shopify Access Token secretType: shopify_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2759,10 +1794,6 @@ - provider: Shopify supportedSecret: Shopify App Client Credentials secretType: shopify_app_client_credentials - versions: - fpt: '*' - ghec: '*' - ghes: '>3.4' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2770,10 +1801,6 @@ - provider: Shopify supportedSecret: Shopify App Client Secret secretType: shopify_app_client_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>3.4' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2781,10 +1808,6 @@ - provider: Shopify supportedSecret: Shopify App Shared Secret secretType: shopify_app_shared_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2792,10 +1815,6 @@ - provider: Shopify supportedSecret: Shopify Custom App Access Token secretType: shopify_custom_app_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2803,10 +1822,6 @@ - provider: Shopify supportedSecret: Shopify Marketplace Token secretType: shopify_marketplace_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.4' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2814,10 +1829,6 @@ - provider: Shopify supportedSecret: Shopify Merchant Token secretType: shopify_merchant_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.4' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2825,10 +1836,6 @@ - provider: Shopify supportedSecret: Shopify Partner API Token secretType: shopify_partner_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.4' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2836,10 +1843,6 @@ - provider: Shopify supportedSecret: Shopify Private App Password secretType: shopify_private_app_password - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2847,10 +1850,6 @@ - provider: Slack supportedSecret: Slack API Token secretType: slack_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2858,10 +1857,6 @@ - provider: Slack supportedSecret: Slack API Token secretType: slack_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2869,10 +1864,6 @@ - provider: Slack supportedSecret: Slack API Token secretType: slack_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2880,10 +1871,6 @@ - provider: Slack supportedSecret: Slack Incoming Webhook URL secretType: slack_incoming_webhook_url - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2891,10 +1878,6 @@ - provider: Slack supportedSecret: Slack Workflow Webhook URL secretType: slack_workflow_webhook_url - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2902,10 +1885,6 @@ - provider: Square supportedSecret: Square Access Token secretType: square_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -2913,10 +1892,6 @@ - provider: Square supportedSecret: Square Access Token secretType: square_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -2924,10 +1899,6 @@ - provider: Square supportedSecret: Square Access Token secretType: square_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -2935,10 +1906,6 @@ - provider: Square supportedSecret: Square Production Application Secret secretType: square_production_application_secret - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -2946,10 +1913,6 @@ - provider: Square supportedSecret: Square Sandbox Application Secret secretType: square_sandbox_application_secret - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -2957,10 +1920,6 @@ - provider: SSLMate supportedSecret: SSLMate API Key secretType: sslmate_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2968,10 +1927,6 @@ - provider: SSLMate supportedSecret: SSLMate API Key secretType: sslmate_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2979,10 +1934,6 @@ - provider: SSLMate supportedSecret: SSLMate Cluster Secret secretType: sslmate_cluster_secret - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2990,10 +1941,6 @@ - provider: Stripe supportedSecret: Stripe API Key secretType: stripe_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3001,10 +1948,6 @@ - provider: Stripe supportedSecret: Stripe Legacy API Key secretType: stripe_legacy_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3012,10 +1955,6 @@ - provider: Stripe supportedSecret: Stripe Live API Restricted Key secretType: stripe_live_restricted_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3023,10 +1962,6 @@ - provider: Stripe supportedSecret: Stripe Test API Restricted Key secretType: stripe_test_restricted_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3034,10 +1969,6 @@ - provider: Stripe supportedSecret: Stripe Test API Secret Key secretType: stripe_test_secret_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3045,10 +1976,6 @@ - provider: Stripe supportedSecret: Stripe Webhook Signing Secret secretType: stripe_webhook_signing_secret - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -3056,10 +1983,6 @@ - provider: Supabase supportedSecret: Supabase Service Key secretType: supabase_service_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3067,10 +1990,6 @@ - provider: Supabase supportedSecret: Supabase Service Key secretType: supabase_service_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3078,10 +1997,6 @@ - provider: Tableau supportedSecret: Tableau Personal Access Token secretType: tableau_personal_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -3089,10 +2004,6 @@ - provider: Telegram supportedSecret: Telegram Bot Token secretType: telegram_bot_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -3100,10 +2011,6 @@ - provider: Telnyx supportedSecret: Telnyx API V2 Key secretType: telnyx_api_v2_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.7' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3111,10 +2018,6 @@ - provider: Tencent supportedSecret: Tencent Cloud Secret ID secretType: tencent_cloud_secret_id - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3122,10 +2025,6 @@ - provider: Tencent supportedSecret: Tencent WeChat API App ID secretType: tencent_wechat_api_app_id - versions: - fpt: '*' - ghec: '*' - ghes: '>3.7' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3133,10 +2032,6 @@ - provider: Twilio supportedSecret: Twilio Access Token secretType: twilio_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -3144,10 +2039,6 @@ - provider: Twilio supportedSecret: Twilio Account String Identifier secretType: twilio_account_sid - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3155,10 +2046,6 @@ - provider: Twilio supportedSecret: Twilio API Key secretType: twilio_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3166,10 +2053,6 @@ - provider: Typeform supportedSecret: Typeform Personal Access Token secretType: typeform_personal_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3177,10 +2060,6 @@ - provider: Uniwise supportedSecret: WISEflow API Key secretType: wiseflow_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.6' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3188,9 +2067,6 @@ - provider: Unkey supportedSecret: Unkey Root Key secretType: unkey_root_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3198,10 +2074,6 @@ - provider: VolcEngine supportedSecret: VolcEngine Access Key ID secretType: volcengine_access_key_id - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.12' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3209,9 +2081,6 @@ - provider: Wakatime supportedSecret: WakaTime API Key secretType: wakatime_api_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3219,10 +2088,6 @@ - provider: Wakatime supportedSecret: WakaTime App Secret secretType: wakatime_app_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>3.9' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3230,10 +2095,6 @@ - provider: Wakatime supportedSecret: WakaTime OAuth Access Token secretType: wakatime_oauth_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.9' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3241,10 +2102,6 @@ - provider: Wakatime supportedSecret: WakaTime OAuth Refresh Token secretType: wakatime_oauth_refresh_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.9' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3252,10 +2109,6 @@ - provider: Workato supportedSecret: Workato Developer API Token secretType: workato_developer_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.11' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3263,10 +2116,6 @@ - provider: Workato supportedSecret: Workato Developer API Token secretType: workato_developer_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.11' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3274,10 +2123,6 @@ - provider: Workato supportedSecret: Workato Developer API Token secretType: workato_developer_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.11' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3285,10 +2130,6 @@ - provider: Workato supportedSecret: Workato Developer API Token secretType: workato_developer_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.11' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3296,10 +2137,6 @@ - provider: WorkOS supportedSecret: WorkOS Production API Key secretType: workos_production_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.12' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -3307,10 +2144,6 @@ - provider: WorkOS supportedSecret: WorkOS Production API Key secretType: workos_production_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.12' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -3318,10 +2151,6 @@ - provider: WorkOS supportedSecret: WorkOS Staging API Key secretType: workos_staging_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.12' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -3329,10 +2158,6 @@ - provider: WorkOS supportedSecret: WorkOS Staging API Key secretType: workos_staging_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.12' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -3340,10 +2165,6 @@ - provider: Yandex supportedSecret: Yandex.Cloud API Key secretType: yandex_cloud_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3351,9 +2172,6 @@ - provider: Yandex supportedSecret: Yandex.Cloud Access Secret secretType: yandex_cloud_iam_access_secret - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3361,10 +2179,6 @@ - provider: Yandex supportedSecret: Yandex.Cloud IAM Cookie secretType: yandex_cloud_iam_cookie - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3372,10 +2186,6 @@ - provider: Yandex supportedSecret: Yandex.Cloud IAM Token secretType: yandex_cloud_iam_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3383,10 +2193,6 @@ - provider: Yandex supportedSecret: Yandex.Cloud Smartchapta Server Key secretType: yandex_cloud_smartcaptcha_server_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.11' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3394,10 +2200,6 @@ - provider: Yandex supportedSecret: Yandex.Dictionary API Key secretType: yandex_dictionary_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -3405,9 +2207,6 @@ - provider: Yandex supportedSecret: Yandex.Passport OAuth Token secretType: yandex_passport_oauth_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3415,10 +2214,6 @@ - provider: Yandex supportedSecret: Yandex.Predictor API Key secretType: yandex_predictor_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -3426,10 +2221,6 @@ - provider: Yandex supportedSecret: Yandex.Translate API Key secretType: yandex_translate_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -3437,10 +2228,6 @@ - provider: Zuplo supportedSecret: Zuplo Consumer API Key secretType: zuplo_consumer_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.6' isPublic: true isPrivateWithGhas: true hasPushProtection: true diff --git a/src/secret-scanning/data/pattern-docs/ghes-3.15/public-docs.yml b/src/secret-scanning/data/pattern-docs/ghes-3.15/public-docs.yml index 8fffa5416802..410ae0fada2b 100644 --- a/src/secret-scanning/data/pattern-docs/ghes-3.15/public-docs.yml +++ b/src/secret-scanning/data/pattern-docs/ghes-3.15/public-docs.yml @@ -1,10 +1,6 @@ - provider: Adafruit supportedSecret: Adafruit IO Key secretType: adafruit_io_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -13,10 +9,6 @@ - provider: Adobe supportedSecret: Adobe Client Secret secretType: adobe_client_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.11' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -25,10 +17,6 @@ - provider: Adobe supportedSecret: Adobe Device Token secretType: adobe_device_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -37,10 +25,6 @@ - provider: Adobe supportedSecret: Adobe PAC Token secretType: adobe_pac_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.11' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -49,10 +33,6 @@ - provider: Adobe supportedSecret: Adobe Refresh Token secretType: adobe_refresh_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.11' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -61,10 +41,6 @@ - provider: Adobe supportedSecret: Adobe Service Token secretType: adobe_service_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -73,10 +49,6 @@ - provider: Adobe supportedSecret: Adobe Short-Lived Access Token secretType: adobe_short_lived_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -85,10 +57,6 @@ - provider: Aiven supportedSecret: Aiven Auth Token secretType: aiven_auth_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.9' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -97,10 +65,6 @@ - provider: Aiven supportedSecret: Aiven Service Password secretType: aiven_service_password - versions: - fpt: '*' - ghec: '*' - ghes: '>3.9' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -109,10 +73,6 @@ - provider: Alibaba supportedSecret: Alibaba Cloud AccessKey ID secretType: alibaba_cloud_access_key_id
alibaba_cloud_access_key_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -121,10 +81,6 @@ - provider: Amazon AWS supportedSecret: Amazon AWS Access Key ID secretType: aws_access_key_id
aws_secret_access_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -132,10 +88,9 @@ isduplicate: false - provider: Amazon AWS supportedSecret: Amazon AWS Session Token - secretType: aws_secret_access_key
aws_session_token
aws_temporary_access_key_id - versions: - fpt: '*' - ghec: '*' + secretType: >- + aws_secret_access_key
aws_session_token +
aws_temporary_access_key_id isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -144,10 +99,6 @@ - provider: Anthropic supportedSecret: Anthropic API Key secretType: anthropic_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.12' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -156,9 +107,6 @@ - provider: Anthropic supportedSecret: Anthropic Session ID secretType: anthropic_session_id - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -167,9 +115,6 @@ - provider: Asana supportedSecret: Asana Legacy Format Personal Access Token secretType: asana_legacy_format_personal_access_token - versions: - fpt: '*' - ghec: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -178,10 +123,6 @@ - provider: Asana supportedSecret: Asana Personal Access Token secretType: asana_personal_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -190,10 +131,6 @@ - provider: Atlassian supportedSecret: Atlassian API Token secretType: atlassian_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -202,10 +139,6 @@ - provider: Atlassian supportedSecret: Atlassian JSON Web Token secretType: atlassian_jwt - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -214,10 +147,6 @@ - provider: Authress supportedSecret: Authress Service Client Access Key secretType: authress_service_client_access_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.11' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -226,10 +155,6 @@ - provider: Azure supportedSecret: Azure Active Directory Application Secret secretType: azure_active_directory_application_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -238,9 +163,6 @@ - provider: Azure supportedSecret: Azure Active Directory User Credential secretType: azure_active_directory_user_credential - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -249,9 +171,6 @@ - provider: Azure supportedSecret: Azure Apim Direct Management Key secretType: azure_apim_direct_management_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -260,9 +179,6 @@ - provider: Azure supportedSecret: Azure Apim Gateway Key secretType: azure_apim_gateway_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -271,9 +187,6 @@ - provider: Azure supportedSecret: Azure Apim Repository Key secretType: azure_apim_repository_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -282,9 +195,6 @@ - provider: Azure supportedSecret: Azure Apim Subscription Key secretType: azure_apim_subscription_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -293,9 +203,6 @@ - provider: Azure supportedSecret: Azure App Configuration Connection String secretType: azure_app_configuration_connection_string - versions: - fpt: '*' - ghec: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -304,10 +211,6 @@ - provider: Azure supportedSecret: Azure Batch Key Identifiable secretType: azure_batch_key_identifiable - versions: - fpt: '*' - ghec: '*' - ghes: '>3.8' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -316,10 +219,6 @@ - provider: Azure supportedSecret: Azure Cache for Redis Access Key secretType: azure_cache_for_redis_access_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -328,9 +227,6 @@ - provider: Azure supportedSecret: Azure Communication Services Connection String secretType: azure_communication_services_connection_string - versions: - fpt: '*' - ghec: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -339,10 +235,6 @@ - provider: Azure supportedSecret: Azure Registry Key Identifiable secretType: azure_container_registry_key_identifiable - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.11' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -351,10 +243,6 @@ - provider: Azure supportedSecret: Azure Cosmosdb Key Identifiable secretType: azure_cosmosdb_key_identifiable - versions: - fpt: '*' - ghec: '*' - ghes: '>3.8' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -363,10 +251,6 @@ - provider: Azure supportedSecret: Azure DevOps Personal Access Token secretType: azure_devops_personal_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -375,9 +259,6 @@ - provider: Azure supportedSecret: Azure Event Hub Key Identifiable secretType: azure_event_hub_key_identifiable - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -386,10 +267,6 @@ - provider: Azure supportedSecret: Azure Function Key secretType: azure_function_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -398,9 +275,6 @@ - provider: Azure supportedSecret: Azure IoT Device Connection String secretType: azure_iot_device_connection_string - versions: - fpt: '*' - ghec: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -409,9 +283,6 @@ - provider: Azure supportedSecret: Azure IoT Device Key secretType: azure_iot_device_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -420,9 +291,6 @@ - provider: Azure supportedSecret: Azure IoT Device Provisioning Key secretType: azure_iot_device_provisioning_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -431,9 +299,6 @@ - provider: Azure supportedSecret: Azure IoT Hub Connection String secretType: azure_iot_hub_connection_string - versions: - fpt: '*' - ghec: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -442,9 +307,6 @@ - provider: Azure supportedSecret: Azure IoT Hub Key secretType: azure_iot_hub_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -453,9 +315,6 @@ - provider: Azure supportedSecret: Azure IoT Provisioning Connection String secretType: azure_iot_provisioning_connection_string - versions: - fpt: '*' - ghec: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -464,10 +323,6 @@ - provider: Azure supportedSecret: Microsoft Azure Service Management Certificate secretType: azure_management_certificate - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -476,10 +331,6 @@ - provider: Azure supportedSecret: Azure ML Studio (classic) Web Service Key secretType: azure_ml_web_service_classic_identifiable_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.8' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -488,9 +339,6 @@ - provider: Azure supportedSecret: Azure Relay Key Identifiable secretType: azure_relay_key_identifiable - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -499,10 +347,6 @@ - provider: Azure supportedSecret: Azure SAS Token secretType: azure_sas_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -511,10 +355,6 @@ - provider: Azure supportedSecret: Azure Search Admin Key secretType: azure_search_admin_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.8' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -523,10 +363,6 @@ - provider: Azure supportedSecret: Azure Search Query Key secretType: azure_search_query_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.8' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -535,9 +371,6 @@ - provider: Azure supportedSecret: Azure Service Bus Key Identifiable secretType: azure_service_bus_identifiable - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -546,9 +379,6 @@ - provider: Azure supportedSecret: Azure SignalR Connection String secretType: azure_signalr_connection_string - versions: - fpt: '*' - ghec: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -557,10 +387,6 @@ - provider: Azure supportedSecret: Azure SQL Connection String secretType: azure_sql_connection_string - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -569,10 +395,6 @@ - provider: Azure supportedSecret: Azure SQL password secretType: azure_sql_password - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.11' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -581,10 +403,6 @@ - provider: Azure supportedSecret: Azure Storage Account Access Key secretType: azure_storage_account_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.6' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -593,9 +411,6 @@ - provider: Azure supportedSecret: Azure Web Pub Sub Connection String secretType: azure_web_pub_sub_connection_string - versions: - fpt: '*' - ghec: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -604,9 +419,6 @@ - provider: Azure supportedSecret: Microsoft Corporate Network User Credential secretType: microsoft_corporate_network_user_credential - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -615,10 +427,6 @@ - provider: Baidu supportedSecret: Baidu Cloud API Access Key secretType: baiducloud_api_accesskey - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.11' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -627,10 +435,6 @@ - provider: Beamer supportedSecret: Beamer API Key secretType: beamer_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -639,10 +443,6 @@ - provider: Bitbucket supportedSecret: Bitbucket Server Personal Access Token secretType: bitbucket_server_personal_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -651,10 +451,6 @@ - provider: Canadian Digital Service supportedSecret: Canadian Digital Service Notify API Key secretType: cds_canada_notify_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.9' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -663,9 +459,6 @@ - provider: Canva supportedSecret: Canva App Secret secretType: canva_app_secret - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -674,10 +467,6 @@ - provider: Canva supportedSecret: Canva Connect API Secret secretType: canva_connect_api_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.12' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -686,9 +475,6 @@ - provider: Canva supportedSecret: Canva Secret secretType: canva_secret - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -697,10 +483,6 @@ - provider: Cashfree supportedSecret: Cashfree API Key secretType: cashfree_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.12' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -709,10 +491,6 @@ - provider: Checkout.com supportedSecret: Checkout.com Production Secret Key secretType: checkout_production_secret_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -721,10 +499,6 @@ - provider: Checkout.com supportedSecret: Checkout.com Test Secret Key secretType: checkout_test_secret_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -733,10 +507,6 @@ - provider: Chief Tools supportedSecret: Chief Tools Token secretType: chief_tools_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.7' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -745,9 +515,6 @@ - provider: CircleCI supportedSecret: CircleCI Bot API Token secretType: circleci_bot_access_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -756,10 +523,6 @@ - provider: CircleCI supportedSecret: CircleCI Personal Access Token secretType: circleci_personal_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.12' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -768,9 +531,6 @@ - provider: CircleCI supportedSecret: CircleCI Project Access Token secretType: circleci_project_access_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -779,9 +539,6 @@ - provider: CircleCI supportedSecret: CircleCI Release API Token secretType: circleci_release_integration_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -790,10 +547,6 @@ - provider: Clojars supportedSecret: Clojars Deploy Token secretType: clojars_deploy_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -802,10 +555,6 @@ - provider: CloudBees supportedSecret: CloudBees CodeShip Credential secretType: codeship_credential - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -814,10 +563,6 @@ - provider: Contentful supportedSecret: Contentful Personal Access Token secretType: contentful_personal_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -826,9 +571,6 @@ - provider: Contributed Systems supportedSecret: Contributed Systems Credentials secretType: contributed_systems_credentials - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -837,10 +579,6 @@ - provider: crates.io supportedSecret: Crates.io API Token secretType: cratesio_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.9' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -849,10 +587,6 @@ - provider: Databricks supportedSecret: Databricks Access Token secretType: databricks_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -861,9 +595,6 @@ - provider: Datadog supportedSecret: Datadog API Key secretType: datadog_api_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -872,9 +603,6 @@ - provider: Datadog supportedSecret: Datadog Application Key secretType: datadog_app_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -883,10 +611,6 @@ - provider: Defined Networking supportedSecret: Defined Networking Managed Nebula API Key secretType: defined_networking_nebula_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.10' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -895,10 +619,6 @@ - provider: DevCycle supportedSecret: DevCycle Client API Key secretType: devcycle_client_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.8' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -907,10 +627,6 @@ - provider: DevCycle supportedSecret: DevCycle Mobile API Key secretType: devcycle_mobile_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.8' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -919,10 +635,6 @@ - provider: DevCycle supportedSecret: DevCycle Server API Key secretType: devcycle_server_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.8' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -931,10 +643,6 @@ - provider: DigitalOcean supportedSecret: DigitalOcean OAuth Token secretType: digitalocean_oauth_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -943,10 +651,6 @@ - provider: DigitalOcean supportedSecret: DigitalOcean Personal Access Token secretType: digitalocean_personal_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -955,10 +659,6 @@ - provider: DigitalOcean supportedSecret: DigitalOcean Refresh Token secretType: digitalocean_refresh_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -967,10 +667,6 @@ - provider: DigitalOcean supportedSecret: DigitalOcean System Token secretType: digitalocean_system_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -979,10 +675,6 @@ - provider: Discord supportedSecret: Discord Bot Token secretType: discord_bot_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -991,10 +683,6 @@ - provider: Docker supportedSecret: Docker Personal Access Token secretType: docker_personal_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.12' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1003,10 +691,6 @@ - provider: Doppler supportedSecret: Doppler Audit Token secretType: doppler_audit_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1015,10 +699,6 @@ - provider: Doppler supportedSecret: Doppler CLI Token secretType: doppler_cli_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1027,10 +707,6 @@ - provider: Doppler supportedSecret: Doppler Personal Token secretType: doppler_personal_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1039,10 +715,6 @@ - provider: Doppler supportedSecret: Doppler SCIM Token secretType: doppler_scim_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1051,10 +723,6 @@ - provider: Doppler supportedSecret: Doppler Service Account Token secretType: doppler_service_account_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.9' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1063,10 +731,6 @@ - provider: Doppler supportedSecret: Doppler Service Token secretType: doppler_service_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1075,10 +739,6 @@ - provider: Dropbox supportedSecret: Dropbox Access Token secretType: dropbox_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -1087,10 +747,6 @@ - provider: Dropbox supportedSecret: Dropbox Short-Lived Access Token secretType: dropbox_short_lived_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1099,10 +755,6 @@ - provider: Duffel supportedSecret: Duffel Live Access Token secretType: duffel_live_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -1111,10 +763,6 @@ - provider: Duffel supportedSecret: Duffel Test Access Token secretType: duffel_test_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -1123,9 +771,6 @@ - provider: Dynatrace supportedSecret: Dynatrace API Token secretType: dynatrace_api_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -1134,10 +779,6 @@ - provider: Dynatrace supportedSecret: Dynatrace Internal Token secretType: dynatrace_internal_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -1146,10 +787,6 @@ - provider: EasyPost supportedSecret: EasyPost Production API Key secretType: easypost_production_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -1158,10 +795,6 @@ - provider: EasyPost supportedSecret: EasyPost Test API Key secretType: easypost_test_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -1170,10 +803,6 @@ - provider: eBay supportedSecret: eBay Production Client ID (App ID) secretType: ebay_production_client_id
ebay_production_client_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>3.8' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -1182,10 +811,6 @@ - provider: eBay supportedSecret: eBay Sandbox Client ID (App ID) secretType: ebay_sandbox_client_id
ebay_sandbox_client_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>3.8' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -1194,10 +819,6 @@ - provider: Facebook supportedSecret: Facebook Access Token secretType: facebook_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -1206,10 +827,6 @@ - provider: Fastly supportedSecret: Fastly API Token secretType: fastly_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -1218,10 +835,6 @@ - provider: Figma supportedSecret: Figma Personal Access Token secretType: figma_pat - versions: - fpt: '*' - ghec: '*' - ghes: '>3.7' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1230,10 +843,6 @@ - provider: Finicity supportedSecret: Finicity App Key secretType: finicity_app_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -1242,10 +851,6 @@ - provider: Firebase supportedSecret: Firebase Cloud Messaging Server Key secretType: firebase_cloud_messaging_server_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -1254,10 +859,6 @@ - provider: Flutterwave supportedSecret: Flutterwave Live API Secret Key secretType: flutterwave_live_api_secret_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -1266,10 +867,6 @@ - provider: Flutterwave supportedSecret: Flutterwave Test API Secret Key secretType: flutterwave_test_api_secret_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -1278,10 +875,6 @@ - provider: Frame.io supportedSecret: Frame.io Developer Token secretType: frameio_developer_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -1290,10 +883,6 @@ - provider: Frame.io supportedSecret: Frame.io JSON Web Token secretType: frameio_jwt - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -1302,10 +891,6 @@ - provider: FullStory supportedSecret: FullStory API Key secretType: fullstory_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1314,10 +899,6 @@ - provider: GitHub supportedSecret: GitHub App Installation Access Token secretType: github_app_installation_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -1326,10 +907,6 @@ - provider: GitHub supportedSecret: GitHub OAuth Access Token secretType: github_oauth_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -1338,10 +915,6 @@ - provider: GitHub supportedSecret: GitHub Personal Access Token secretType: github_personal_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -1350,10 +923,6 @@ - provider: GitHub supportedSecret: GitHub Refresh Token secretType: github_refresh_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -1362,10 +931,6 @@ - provider: GitHub supportedSecret: GitHub SSH Private Key secretType: github_ssh_private_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -1374,9 +939,6 @@ - provider: GitHub supportedSecret: GitHub Test Token secretType: github_test_token - versions: - fpt: '*' - ghec: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -1385,9 +947,6 @@ - provider: GitHub Secret Scanning supportedSecret: GitHub Secret Scanning secretType: secret_scanning_sample_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1396,10 +955,6 @@ - provider: GitLab supportedSecret: GitLab Access Token secretType: gitlab_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -1408,10 +963,6 @@ - provider: GoCardless supportedSecret: GoCardless Live Access Token secretType: gocardless_live_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -1420,10 +971,6 @@ - provider: GoCardless supportedSecret: GoCardless Sandbox Access Token secretType: gocardless_sandbox_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -1432,10 +979,6 @@ - provider: Google supportedSecret: Google API Key secretType: google_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -1444,10 +987,6 @@ - provider: Google supportedSecret: Google Cloud Private Key ID secretType: google_cloud_private_key_id - versions: - fpt: '*' - ghec: '*' - ghes: <3.13 isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -1456,10 +995,6 @@ - provider: Google supportedSecret: Google Cloud Service Account Credentials secretType: google_cloud_service_account_credentials - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.13' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1467,10 +1002,9 @@ isduplicate: false - provider: Google supportedSecret: Google Cloud Storage Service Account Access Key ID - secretType: google_cloud_storage_access_key_secret
google_cloud_storage_service_account_access_key_id - versions: - fpt: '*' - ghec: '*' + secretType: >- + google_cloud_storage_access_key_secret +
google_cloud_storage_service_account_access_key_id isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -1478,10 +1012,9 @@ isduplicate: false - provider: Google supportedSecret: Google Cloud Storage User Access Key ID - secretType: google_cloud_storage_access_key_secret
google_cloud_storage_user_access_key_id - versions: - fpt: '*' - ghec: '*' + secretType: >- + google_cloud_storage_access_key_secret +
google_cloud_storage_user_access_key_id isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -1490,10 +1023,6 @@ - provider: Google supportedSecret: Google OAuth Access Token secretType: google_oauth_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -1502,10 +1031,6 @@ - provider: Google supportedSecret: Google OAuth Client ID secretType: google_oauth_client_id
google_oauth_client_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -1514,10 +1039,6 @@ - provider: Google supportedSecret: Google OAuth Refresh Token secretType: google_oauth_refresh_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -1526,10 +1047,6 @@ - provider: Grafana supportedSecret: Grafana Cloud API Key secretType: grafana_cloud_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.7' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1538,10 +1055,6 @@ - provider: Grafana supportedSecret: Grafana Cloud API Token secretType: grafana_cloud_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.7' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1550,10 +1063,6 @@ - provider: Grafana supportedSecret: Grafana Project API Key secretType: grafana_project_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.7' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1562,10 +1071,6 @@ - provider: Grafana supportedSecret: Grafana Project Service Account Token secretType: grafana_project_service_account_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.7' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1574,10 +1079,6 @@ - provider: HashiCorp supportedSecret: HashiCorp Vault Batch Token secretType: hashicorp_vault_batch_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.8' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -1586,10 +1087,6 @@ - provider: HashiCorp supportedSecret: HashiCorp Vault Root Service Token secretType: hashicorp_vault_root_service_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.8' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -1598,10 +1095,6 @@ - provider: HashiCorp supportedSecret: HashiCorp Vault Service Token secretType: hashicorp_vault_service_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.8' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -1610,10 +1103,6 @@ - provider: HashiCorp supportedSecret: Terraform Cloud / Enterprise API Token secretType: terraform_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1622,10 +1111,6 @@ - provider: Highnote supportedSecret: Highnote RK Live Key secretType: highnote_rk_live_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.9' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1634,10 +1119,6 @@ - provider: Highnote supportedSecret: Highnote RK Test Key secretType: highnote_rk_test_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.9' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1646,10 +1127,6 @@ - provider: Highnote supportedSecret: Highnote SK Live Key secretType: highnote_sk_live_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.9' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1658,10 +1135,6 @@ - provider: Highnote supportedSecret: Highnote SK Test Key secretType: highnote_sk_test_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.9' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1670,10 +1143,6 @@ - provider: HOP supportedSecret: HOP Bearer secretType: hop_bearer - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.11' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1682,10 +1151,6 @@ - provider: HOP supportedSecret: HOP PAT secretType: hop_pat - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.11' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1694,10 +1159,6 @@ - provider: HOP supportedSecret: HOP PTK secretType: hop_ptk - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.11' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1706,10 +1167,6 @@ - provider: Hubspot supportedSecret: Hubspot API Key secretType: hubspot_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1718,9 +1175,6 @@ - provider: Hubspot supportedSecret: Hubspot Personal Access Key secretType: hubspot_personal_access_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1729,9 +1183,6 @@ - provider: Hubspot supportedSecret: Hubspot SMTP Credential secretType: hubspot_smtp_credential - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -1740,9 +1191,6 @@ - provider: IBM supportedSecret: IBM Cloud IAM Key secretType: ibm_cloud_iam_key - versions: - fpt: '*' - ghec: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -1751,9 +1199,6 @@ - provider: IBM supportedSecret: IBM SoftLayer API Key secretType: ibm_softlayer_api_key - versions: - fpt: '*' - ghec: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -1762,10 +1207,6 @@ - provider: Intercom supportedSecret: Intercom Access Token secretType: intercom_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -1774,10 +1215,6 @@ - provider: Ionic supportedSecret: Ionic Personal Access Token secretType: ionic_personal_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1786,10 +1223,6 @@ - provider: Ionic supportedSecret: Ionic Refresh Token secretType: ionic_refresh_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1798,10 +1231,6 @@ - provider: JFrog supportedSecret: JFrog Platform Access Token secretType: jfrog_platform_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.6' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -1810,10 +1239,6 @@ - provider: JFrog supportedSecret: JFrog Platform API Key secretType: jfrog_platform_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.6' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -1822,10 +1247,6 @@ - provider: JFrog supportedSecret: JFrog Platform Reference Token secretType: jfrog_platform_reference_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.10' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -1834,9 +1255,6 @@ - provider: LaunchDarkly supportedSecret: LaunchDarkly API Token secretType: launchdarkly_access_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -1845,10 +1263,6 @@ - provider: Lightspeed supportedSecret: Lightspeed Personal Access Token secretType: lightspeed_xs_pat - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.12' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -1857,10 +1271,6 @@ - provider: Linear supportedSecret: Linear API Key secretType: linear_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1869,10 +1279,6 @@ - provider: Linear supportedSecret: Linear OAuth Access Token secretType: linear_oauth_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1881,10 +1287,6 @@ - provider: Lob supportedSecret: Lob Live API Key secretType: lob_live_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -1893,10 +1295,6 @@ - provider: Lob supportedSecret: Lob Test API Key secretType: lob_test_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -1905,10 +1303,6 @@ - provider: Localstack supportedSecret: Localstack API Key secretType: localstack_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.7' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1917,10 +1311,6 @@ - provider: LogicMonitor supportedSecret: LogicMonitor Bearer Token secretType: logicmonitor_bearer_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.8' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1929,10 +1319,6 @@ - provider: LogicMonitor supportedSecret: LogicMonitor LMv1 Access Key secretType: logicmonitor_lmv1_access_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.8' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1940,10 +1326,9 @@ isduplicate: false - provider: Login with Amazon supportedSecret: Login with Amazon OAuth Client ID - secretType: amazon_oauth_client_id
amazon_oauth_client_secret
amazon_oauth_client_secret - versions: - fpt: '*' - ghec: '*' + secretType: >- + amazon_oauth_client_id
amazon_oauth_client_secret +
amazon_oauth_client_secret isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1952,10 +1337,6 @@ - provider: Mailchimp supportedSecret: Mailchimp API Key secretType: mailchimp_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -1964,9 +1345,6 @@ - provider: Mailchimp supportedSecret: Mandrill API Key secretType: mandrill_api_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -1975,10 +1353,6 @@ - provider: Mailgun supportedSecret: Mailgun API Key secretType: mailgun_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -1987,9 +1361,6 @@ - provider: Mailgun supportedSecret: Mailgun SMTP Credential secretType: mailgun_smtp_credential - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -1998,10 +1369,6 @@ - provider: Mapbox supportedSecret: Mapbox Secret Access Token secretType: mapbox_secret_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -2010,10 +1377,6 @@ - provider: MaxMind supportedSecret: MaxMind License Key secretType: maxmind_license_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.11' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2022,10 +1385,6 @@ - provider: Mercury supportedSecret: Mercury Non-Production API Token secretType: mercury_non_production_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.10' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2034,10 +1393,6 @@ - provider: Mercury supportedSecret: Mercury Production API Token secretType: mercury_production_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.10' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2046,10 +1401,6 @@ - provider: Mergify supportedSecret: Mergify Application Key secretType: mergify_application_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.12' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2058,10 +1409,6 @@ - provider: MessageBird supportedSecret: MessageBird API Key secretType: messagebird_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2070,10 +1417,6 @@ - provider: Midtrans supportedSecret: Midtrans Production Server Key secretType: midtrans_production_server_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -2082,10 +1425,6 @@ - provider: Midtrans supportedSecret: Midtrans Sandbox Server Key secretType: midtrans_sandbox_server_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -2094,10 +1433,6 @@ - provider: New Relic supportedSecret: New Relic Insights Query Key secretType: new_relic_insights_query_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -2106,10 +1441,6 @@ - provider: New Relic supportedSecret: New Relic License Key secretType: new_relic_license_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -2118,10 +1449,6 @@ - provider: New Relic supportedSecret: New Relic Personal API Key secretType: new_relic_personal_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -2130,10 +1457,6 @@ - provider: New Relic supportedSecret: New Relic REST API Key secretType: new_relic_rest_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -2142,10 +1465,6 @@ - provider: Notion supportedSecret: Notion Integration Token secretType: notion_integration_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -2154,10 +1473,6 @@ - provider: Notion supportedSecret: Notion OAuth Client Secret secretType: notion_oauth_client_secret - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -2166,10 +1481,6 @@ - provider: npm supportedSecret: npm Access Token secretType: npm_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2178,10 +1489,6 @@ - provider: NuGet supportedSecret: NuGet API Key secretType: nuget_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2190,10 +1497,6 @@ - provider: Octopus Deploy supportedSecret: Octopus Deploy API Key secretType: octopus_deploy_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2202,9 +1505,6 @@ - provider: Oculus supportedSecret: Oculus Access Token secretType: oculus_access_token - versions: - fpt: '*' - ghec: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -2213,10 +1513,6 @@ - provider: OneChronos supportedSecret: OneChronos API Token secretType: onechronos_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.10' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -2225,10 +1521,6 @@ - provider: OneChronos supportedSecret: OneChronos Expressive Bidding API Key secretType: onechronos_eb_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.10' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -2237,10 +1529,6 @@ - provider: OneChronos supportedSecret: OneChronos Expressive Bidding Encryption Key secretType: onechronos_eb_encryption_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.10' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -2249,10 +1537,6 @@ - provider: OneChronos supportedSecret: OneChronos OAuth Token secretType: onechronos_oauth_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.10' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -2261,10 +1545,6 @@ - provider: OneChronos supportedSecret: OneChronos Refresh Token secretType: onechronos_refresh_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.10' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -2273,10 +1553,6 @@ - provider: Onfido supportedSecret: Onfido Live API Token secretType: onfido_live_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2285,10 +1561,6 @@ - provider: Onfido supportedSecret: Onfido Sandbox API Token secretType: onfido_sandbox_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2297,10 +1569,6 @@ - provider: OpenAI supportedSecret: OpenAI API Key secretType: openai_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2309,9 +1577,6 @@ - provider: Orbit supportedSecret: Orbit API Token secretType: orbit_api_token - versions: - fpt: '*' - ghec: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -2320,9 +1585,6 @@ - provider: PagerDuty supportedSecret: PagerDuty OAuth Secret secretType: pagerduty_oauth_secret - versions: - fpt: '*' - ghec: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -2331,9 +1593,6 @@ - provider: PagerDuty supportedSecret: PagerDuty OAuth Token secretType: pagerduty_oauth_token - versions: - fpt: '*' - ghec: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -2342,10 +1601,6 @@ - provider: Palantir supportedSecret: Palantir JSON Web Token secretType: palantir_jwt - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2354,10 +1609,6 @@ - provider: Persona Identities supportedSecret: Persona Production Api Key secretType: persona_production_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.7' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2366,10 +1617,6 @@ - provider: Persona Identities supportedSecret: Persona Sandbox Api Key secretType: persona_sandbox_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.7' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2378,10 +1625,6 @@ - provider: Pinterest supportedSecret: Pinterest Access Token secretType: pinterest_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.10' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2390,10 +1633,6 @@ - provider: Pinterest supportedSecret: Pinterest Refresh Token secretType: pinterest_refresh_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.10' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2402,10 +1641,6 @@ - provider: PlanetScale supportedSecret: PlanetScale Database Password secretType: planetscale_database_password - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2414,10 +1649,6 @@ - provider: PlanetScale supportedSecret: PlanetScale OAuth Token secretType: planetscale_oauth_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2426,10 +1657,6 @@ - provider: PlanetScale supportedSecret: PlanetScale Service Token secretType: planetscale_service_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2438,10 +1665,6 @@ - provider: Plivo supportedSecret: Plivo Auth ID secretType: plivo_auth_id
plivo_auth_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2450,10 +1673,6 @@ - provider: Postman supportedSecret: Postman API Key secretType: postman_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2462,10 +1681,6 @@ - provider: Postman supportedSecret: Postman Collection Key secretType: postman_collection_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.9' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2474,10 +1689,6 @@ - provider: Prefect supportedSecret: Prefect Server API Key secretType: prefect_server_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.6' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2486,10 +1697,6 @@ - provider: Prefect supportedSecret: Prefect User API Key secretType: prefect_user_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.6' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2498,10 +1705,6 @@ - provider: Proctorio supportedSecret: Proctorio Consumer Key secretType: proctorio_consumer_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2510,10 +1713,6 @@ - provider: Proctorio supportedSecret: Proctorio Linkage Key secretType: proctorio_linkage_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2522,10 +1721,6 @@ - provider: Proctorio supportedSecret: Proctorio Registration Key secretType: proctorio_registration_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2534,10 +1729,6 @@ - provider: Proctorio supportedSecret: Proctorio Secret Key secretType: proctorio_secret_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2546,10 +1737,6 @@ - provider: Pulumi supportedSecret: Pulumi Access Token secretType: pulumi_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2558,10 +1745,6 @@ - provider: PyPI supportedSecret: PyPI API Token secretType: pypi_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2570,10 +1753,6 @@ - provider: ReadMe supportedSecret: ReadMe API Key secretType: readmeio_api_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.6' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2582,10 +1761,6 @@ - provider: redirect.pizza supportedSecret: redirect.pizza API Token secretType: redirect_pizza_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2594,9 +1769,6 @@ - provider: Replicate supportedSecret: Replicate API Token secretType: replicate_api_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -2605,10 +1777,6 @@ - provider: Rootly supportedSecret: Rootly API Key secretType: rootly_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.9' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -2617,10 +1785,6 @@ - provider: RubyGems supportedSecret: RubyGems API Key secretType: rubygems_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2629,10 +1793,6 @@ - provider: Samsara supportedSecret: Samsara API Token secretType: samsara_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2641,10 +1801,6 @@ - provider: Samsara supportedSecret: Samsara OAuth Access Token secretType: samsara_oauth_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2653,10 +1809,6 @@ - provider: Segment supportedSecret: Segment Public API Token secretType: segment_public_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.9' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2665,10 +1817,6 @@ - provider: SendGrid supportedSecret: SendGrid API Key secretType: sendgrid_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2677,10 +1825,6 @@ - provider: Sendinblue supportedSecret: Sendinblue API Key secretType: sendinblue_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2689,10 +1833,6 @@ - provider: Sendinblue supportedSecret: Sendinblue SMTP Key secretType: sendinblue_smtp_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2701,10 +1841,6 @@ - provider: Shippo supportedSecret: Shippo Live API Token secretType: shippo_live_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -2713,10 +1849,6 @@ - provider: Shippo supportedSecret: Shippo Test API Token secretType: shippo_test_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -2725,10 +1857,6 @@ - provider: Shopify supportedSecret: Shopify Access Token secretType: shopify_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2737,10 +1865,6 @@ - provider: Shopify supportedSecret: Shopify App Client Credentials secretType: shopify_app_client_credentials - versions: - fpt: '*' - ghec: '*' - ghes: '>3.4' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2749,10 +1873,6 @@ - provider: Shopify supportedSecret: Shopify App Client Secret secretType: shopify_app_client_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>3.4' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2761,10 +1881,6 @@ - provider: Shopify supportedSecret: Shopify App Shared Secret secretType: shopify_app_shared_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2773,10 +1889,6 @@ - provider: Shopify supportedSecret: Shopify Custom App Access Token secretType: shopify_custom_app_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2785,10 +1897,6 @@ - provider: Shopify supportedSecret: Shopify Marketplace Token secretType: shopify_marketplace_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.4' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2797,10 +1905,6 @@ - provider: Shopify supportedSecret: Shopify Merchant Token secretType: shopify_merchant_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.4' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2809,10 +1913,6 @@ - provider: Shopify supportedSecret: Shopify Partner API Token secretType: shopify_partner_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.4' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2821,10 +1921,6 @@ - provider: Shopify supportedSecret: Shopify Private App Password secretType: shopify_private_app_password - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2833,10 +1929,6 @@ - provider: Slack supportedSecret: Slack API Token secretType: slack_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2845,10 +1937,6 @@ - provider: Slack supportedSecret: Slack Incoming Webhook URL secretType: slack_incoming_webhook_url - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2857,10 +1945,6 @@ - provider: Slack supportedSecret: Slack Workflow Webhook URL secretType: slack_workflow_webhook_url - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2869,10 +1953,6 @@ - provider: Square supportedSecret: Square Access Token secretType: square_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -2881,10 +1961,6 @@ - provider: Square supportedSecret: Square Production Application Secret secretType: square_production_application_secret - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -2893,10 +1969,6 @@ - provider: Square supportedSecret: Square Sandbox Application Secret secretType: square_sandbox_application_secret - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -2905,10 +1977,6 @@ - provider: SSLMate supportedSecret: SSLMate API Key secretType: sslmate_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2917,10 +1985,6 @@ - provider: SSLMate supportedSecret: SSLMate Cluster Secret secretType: sslmate_cluster_secret - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2929,10 +1993,6 @@ - provider: Stripe supportedSecret: Stripe API Key secretType: stripe_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2941,10 +2001,6 @@ - provider: Stripe supportedSecret: Stripe Legacy API Key secretType: stripe_legacy_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2953,10 +2009,6 @@ - provider: Stripe supportedSecret: Stripe Live API Restricted Key secretType: stripe_live_restricted_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2965,10 +2017,6 @@ - provider: Stripe supportedSecret: Stripe Test API Restricted Key secretType: stripe_test_restricted_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2977,10 +2025,6 @@ - provider: Stripe supportedSecret: Stripe Test API Secret Key secretType: stripe_test_secret_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2989,10 +2033,6 @@ - provider: Stripe supportedSecret: Stripe Webhook Signing Secret secretType: stripe_webhook_signing_secret - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3001,10 +2041,6 @@ - provider: Supabase supportedSecret: Supabase Service Key secretType: supabase_service_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3013,10 +2049,6 @@ - provider: Tableau supportedSecret: Tableau Personal Access Token secretType: tableau_personal_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -3025,10 +2057,6 @@ - provider: Telegram supportedSecret: Telegram Bot Token secretType: telegram_bot_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -3037,10 +2065,6 @@ - provider: Telnyx supportedSecret: Telnyx API V2 Key secretType: telnyx_api_v2_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.7' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3049,10 +2073,6 @@ - provider: Tencent supportedSecret: Tencent Cloud Secret ID secretType: tencent_cloud_secret_id - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3061,10 +2081,6 @@ - provider: Tencent supportedSecret: Tencent WeChat API App ID secretType: tencent_wechat_api_app_id - versions: - fpt: '*' - ghec: '*' - ghes: '>3.7' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3073,10 +2089,6 @@ - provider: Twilio supportedSecret: Twilio Access Token secretType: twilio_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -3085,10 +2097,6 @@ - provider: Twilio supportedSecret: Twilio Account String Identifier secretType: twilio_account_sid - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3097,10 +2105,6 @@ - provider: Twilio supportedSecret: Twilio API Key secretType: twilio_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3109,10 +2113,6 @@ - provider: Typeform supportedSecret: Typeform Personal Access Token secretType: typeform_personal_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3121,10 +2121,6 @@ - provider: Uniwise supportedSecret: WISEflow API Key secretType: wiseflow_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.6' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3133,9 +2129,6 @@ - provider: Unkey supportedSecret: Unkey Root Key secretType: unkey_root_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3144,10 +2137,6 @@ - provider: VolcEngine supportedSecret: VolcEngine Access Key ID secretType: volcengine_access_key_id - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.12' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3156,9 +2145,6 @@ - provider: Wakatime supportedSecret: WakaTime API Key secretType: wakatime_api_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3167,10 +2153,6 @@ - provider: Wakatime supportedSecret: WakaTime App Secret secretType: wakatime_app_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>3.9' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3179,10 +2161,6 @@ - provider: Wakatime supportedSecret: WakaTime OAuth Access Token secretType: wakatime_oauth_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.9' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3191,10 +2169,6 @@ - provider: Wakatime supportedSecret: WakaTime OAuth Refresh Token secretType: wakatime_oauth_refresh_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.9' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3203,10 +2177,6 @@ - provider: Workato supportedSecret: Workato Developer API Token secretType: workato_developer_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.11' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3215,10 +2185,6 @@ - provider: WorkOS supportedSecret: WorkOS Production API Key secretType: workos_production_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.12' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3227,10 +2193,6 @@ - provider: WorkOS supportedSecret: WorkOS Staging API Key secretType: workos_staging_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.12' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3239,10 +2201,6 @@ - provider: Yandex supportedSecret: Yandex.Cloud API Key secretType: yandex_cloud_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3251,9 +2209,6 @@ - provider: Yandex supportedSecret: Yandex.Cloud Access Secret secretType: yandex_cloud_iam_access_secret - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3262,10 +2217,6 @@ - provider: Yandex supportedSecret: Yandex.Cloud IAM Cookie secretType: yandex_cloud_iam_cookie - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3274,10 +2225,6 @@ - provider: Yandex supportedSecret: Yandex.Cloud IAM Token secretType: yandex_cloud_iam_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3286,10 +2233,6 @@ - provider: Yandex supportedSecret: Yandex.Cloud Smartchapta Server Key secretType: yandex_cloud_smartcaptcha_server_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.11' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3298,10 +2241,6 @@ - provider: Yandex supportedSecret: Yandex.Dictionary API Key secretType: yandex_dictionary_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -3310,9 +2249,6 @@ - provider: Yandex supportedSecret: Yandex.Passport OAuth Token secretType: yandex_passport_oauth_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3321,10 +2257,6 @@ - provider: Yandex supportedSecret: Yandex.Predictor API Key secretType: yandex_predictor_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -3333,10 +2265,6 @@ - provider: Yandex supportedSecret: Yandex.Translate API Key secretType: yandex_translate_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -3345,10 +2273,6 @@ - provider: Zuplo supportedSecret: Zuplo Consumer API Key secretType: zuplo_consumer_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.6' isPublic: true isPrivateWithGhas: true hasPushProtection: true diff --git a/src/secret-scanning/data/pattern-docs/ghes-3.16/public-docs.yml b/src/secret-scanning/data/pattern-docs/ghes-3.16/public-docs.yml index d92cce2afcb6..978c6a1bbb8c 100644 --- a/src/secret-scanning/data/pattern-docs/ghes-3.16/public-docs.yml +++ b/src/secret-scanning/data/pattern-docs/ghes-3.16/public-docs.yml @@ -1,10 +1,6 @@ - provider: Adafruit supportedSecret: Adafruit IO Key secretType: adafruit_io_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -13,10 +9,6 @@ - provider: Adobe supportedSecret: Adobe Client Secret secretType: adobe_client_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.11' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -25,10 +17,6 @@ - provider: Adobe supportedSecret: Adobe Device Token secretType: adobe_device_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -37,10 +25,6 @@ - provider: Adobe supportedSecret: Adobe PAC Token secretType: adobe_pac_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.11' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -49,10 +33,6 @@ - provider: Adobe supportedSecret: Adobe Refresh Token secretType: adobe_refresh_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.11' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -61,10 +41,6 @@ - provider: Adobe supportedSecret: Adobe Service Token secretType: adobe_service_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -73,10 +49,6 @@ - provider: Adobe supportedSecret: Adobe Short-Lived Access Token secretType: adobe_short_lived_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -85,10 +57,6 @@ - provider: Aiven supportedSecret: Aiven Auth Token secretType: aiven_auth_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.9' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -97,10 +65,6 @@ - provider: Aiven supportedSecret: Aiven Service Password secretType: aiven_service_password - versions: - fpt: '*' - ghec: '*' - ghes: '>3.9' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -109,10 +73,6 @@ - provider: Alibaba supportedSecret: Alibaba Cloud AccessKey ID secretType: alibaba_cloud_access_key_id
alibaba_cloud_access_key_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -121,10 +81,6 @@ - provider: Amazon AWS supportedSecret: Amazon AWS Access Key ID secretType: aws_access_key_id
aws_secret_access_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -132,11 +88,9 @@ isduplicate: false - provider: Amazon AWS supportedSecret: Amazon AWS Session Token - secretType: aws_secret_access_key
aws_session_token
aws_temporary_access_key_id - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' + secretType: >- + aws_secret_access_key
aws_session_token +
aws_temporary_access_key_id isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -145,9 +99,6 @@ - provider: Anthropic supportedSecret: Anthropic Admin API Key secretType: anthropic_admin_api_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -156,10 +107,6 @@ - provider: Anthropic supportedSecret: Anthropic API Key secretType: anthropic_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.12' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -168,10 +115,6 @@ - provider: Anthropic supportedSecret: Anthropic Session ID secretType: anthropic_session_id - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -180,9 +123,6 @@ - provider: Asaas supportedSecret: Asaas API Token secretType: asaas_api_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -191,10 +131,6 @@ - provider: Asana supportedSecret: Asana Legacy Format Personal Access Token secretType: asana_legacy_format_personal_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -203,10 +139,6 @@ - provider: Asana supportedSecret: Asana Personal Access Token secretType: asana_personal_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -215,10 +147,6 @@ - provider: Atlassian supportedSecret: Atlassian API Token secretType: atlassian_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -227,10 +155,6 @@ - provider: Atlassian supportedSecret: Atlassian JSON Web Token secretType: atlassian_jwt - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -239,10 +163,6 @@ - provider: Authress supportedSecret: Authress Service Client Access Key secretType: authress_service_client_access_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.11' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -251,10 +171,6 @@ - provider: Azure supportedSecret: Azure Active Directory Application Secret secretType: azure_active_directory_application_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -263,10 +179,6 @@ - provider: Azure supportedSecret: Azure Active Directory User Credential secretType: azure_active_directory_user_credential - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -275,10 +187,6 @@ - provider: Azure supportedSecret: Azure Apim Direct Management Key secretType: azure_apim_direct_management_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -287,10 +195,6 @@ - provider: Azure supportedSecret: Azure Apim Gateway Key secretType: azure_apim_gateway_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -299,10 +203,6 @@ - provider: Azure supportedSecret: Azure Apim Repository Key secretType: azure_apim_repository_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -311,10 +211,6 @@ - provider: Azure supportedSecret: Azure Apim Subscription Key secretType: azure_apim_subscription_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -323,10 +219,6 @@ - provider: Azure supportedSecret: Azure App Configuration Connection String secretType: azure_app_configuration_connection_string - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -335,10 +227,6 @@ - provider: Azure supportedSecret: Azure Batch Key Identifiable secretType: azure_batch_key_identifiable - versions: - fpt: '*' - ghec: '*' - ghes: '>3.8' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -347,10 +235,6 @@ - provider: Azure supportedSecret: Azure Cache for Redis Access Key secretType: azure_cache_for_redis_access_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -359,10 +243,6 @@ - provider: Azure supportedSecret: Azure Communication Services Connection String secretType: azure_communication_services_connection_string - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -371,10 +251,6 @@ - provider: Azure supportedSecret: Azure Registry Key Identifiable secretType: azure_container_registry_key_identifiable - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.11' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -383,10 +259,6 @@ - provider: Azure supportedSecret: Azure Cosmosdb Key Identifiable secretType: azure_cosmosdb_key_identifiable - versions: - fpt: '*' - ghec: '*' - ghes: '>3.8' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -395,10 +267,6 @@ - provider: Azure supportedSecret: Azure DevOps Personal Access Token secretType: azure_devops_personal_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -407,10 +275,6 @@ - provider: Azure supportedSecret: Azure Event Hub Key Identifiable secretType: azure_event_hub_key_identifiable - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -419,10 +283,6 @@ - provider: Azure supportedSecret: Azure Function Key secretType: azure_function_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -431,10 +291,6 @@ - provider: Azure supportedSecret: Azure IoT Device Connection String secretType: azure_iot_device_connection_string - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -443,10 +299,6 @@ - provider: Azure supportedSecret: Azure IoT Device Key secretType: azure_iot_device_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -455,10 +307,6 @@ - provider: Azure supportedSecret: Azure IoT Device Provisioning Key secretType: azure_iot_device_provisioning_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -467,10 +315,6 @@ - provider: Azure supportedSecret: Azure IoT Hub Connection String secretType: azure_iot_hub_connection_string - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -479,10 +323,6 @@ - provider: Azure supportedSecret: Azure IoT Hub Key secretType: azure_iot_hub_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -491,10 +331,6 @@ - provider: Azure supportedSecret: Azure IoT Provisioning Connection String secretType: azure_iot_provisioning_connection_string - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -503,10 +339,6 @@ - provider: Azure supportedSecret: Microsoft Azure Service Management Certificate secretType: azure_management_certificate - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -515,10 +347,6 @@ - provider: Azure supportedSecret: Azure ML Studio (classic) Web Service Key secretType: azure_ml_web_service_classic_identifiable_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.8' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -527,10 +355,6 @@ - provider: Azure supportedSecret: Azure OpenAI Key secretType: azure_openai_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.15' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -539,10 +363,6 @@ - provider: Azure supportedSecret: Azure Relay Key Identifiable secretType: azure_relay_key_identifiable - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -551,10 +371,6 @@ - provider: Azure supportedSecret: Azure SAS Token secretType: azure_sas_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -563,10 +379,6 @@ - provider: Azure supportedSecret: Azure Search Admin Key secretType: azure_search_admin_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.8' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -575,10 +387,6 @@ - provider: Azure supportedSecret: Azure Search Query Key secretType: azure_search_query_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.8' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -587,10 +395,6 @@ - provider: Azure supportedSecret: Azure Service Bus Key Identifiable secretType: azure_service_bus_identifiable - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -599,10 +403,6 @@ - provider: Azure supportedSecret: Azure SignalR Connection String secretType: azure_signalr_connection_string - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -611,10 +411,6 @@ - provider: Azure supportedSecret: Azure SQL Connection String secretType: azure_sql_connection_string - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -623,10 +419,6 @@ - provider: Azure supportedSecret: Azure SQL password secretType: azure_sql_password - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.11' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -635,10 +427,6 @@ - provider: Azure supportedSecret: Azure Storage Account Access Key secretType: azure_storage_account_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.6' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -647,10 +435,6 @@ - provider: Azure supportedSecret: Azure Web Pub Sub Connection String secretType: azure_web_pub_sub_connection_string - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -659,9 +443,6 @@ - provider: Azure supportedSecret: Microsoft Azure Entra ID Token secretType: microsoft_azure_entra_id_token - versions: - fpt: '*' - ghec: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -670,10 +451,6 @@ - provider: Azure supportedSecret: Microsoft Corporate Network User Credential secretType: microsoft_corporate_network_user_credential - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -682,10 +459,6 @@ - provider: Baidu supportedSecret: Baidu Cloud API Access Key secretType: baiducloud_api_accesskey - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.11' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -694,10 +467,6 @@ - provider: Beamer supportedSecret: Beamer API Key secretType: beamer_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -706,10 +475,6 @@ - provider: Bitbucket supportedSecret: Bitbucket Server Personal Access Token secretType: bitbucket_server_personal_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -718,10 +483,6 @@ - provider: Canadian Digital Service supportedSecret: Canadian Digital Service Notify API Key secretType: cds_canada_notify_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.9' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -730,10 +491,6 @@ - provider: Canva supportedSecret: Canva App Secret secretType: canva_app_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -742,10 +499,6 @@ - provider: Canva supportedSecret: Canva Connect API Secret secretType: canva_connect_api_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.12' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -754,10 +507,6 @@ - provider: Canva supportedSecret: Canva Secret secretType: canva_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -766,10 +515,6 @@ - provider: Cashfree supportedSecret: Cashfree API Key secretType: cashfree_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.12' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -778,9 +523,6 @@ - provider: Cfx.re supportedSecret: Cfx.re Server Key secretType: cfxre_server_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -789,10 +531,6 @@ - provider: Checkout.com supportedSecret: Checkout.com Production Secret Key secretType: checkout_production_secret_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -801,10 +539,6 @@ - provider: Checkout.com supportedSecret: Checkout.com Test Secret Key secretType: checkout_test_secret_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -813,10 +547,6 @@ - provider: Chief Tools supportedSecret: Chief Tools Token secretType: chief_tools_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.7' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -825,10 +555,6 @@ - provider: CircleCI supportedSecret: CircleCI Bot API Token secretType: circleci_bot_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -837,10 +563,6 @@ - provider: CircleCI supportedSecret: CircleCI Personal Access Token secretType: circleci_personal_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.12' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -849,10 +571,6 @@ - provider: CircleCI supportedSecret: CircleCI Project Access Token secretType: circleci_project_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -861,10 +579,6 @@ - provider: CircleCI supportedSecret: CircleCI Release API Token secretType: circleci_release_integration_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -873,10 +587,6 @@ - provider: Clojars supportedSecret: Clojars Deploy Token secretType: clojars_deploy_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -885,10 +595,6 @@ - provider: CloudBees supportedSecret: CloudBees CodeShip Credential secretType: codeship_credential - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -897,10 +603,6 @@ - provider: Contentful supportedSecret: Contentful Personal Access Token secretType: contentful_personal_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -909,9 +611,6 @@ - provider: Contributed Systems supportedSecret: Contributed Systems Credentials secretType: contributed_systems_credentials - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -920,9 +619,6 @@ - provider: Coveo supportedSecret: Coveo Access Token secretType: coveoaccesstoken - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -931,9 +627,6 @@ - provider: Coveo supportedSecret: Coveo API Key secretType: coveoapikey - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -942,10 +635,6 @@ - provider: crates.io supportedSecret: Crates.io API Token secretType: cratesio_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.9' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -954,10 +643,6 @@ - provider: Databricks supportedSecret: Databricks Access Token secretType: databricks_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -966,9 +651,6 @@ - provider: Datadog supportedSecret: Datadog API Key secretType: datadog_api_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -977,9 +659,6 @@ - provider: Datadog supportedSecret: Datadog Application Key secretType: datadog_app_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -988,10 +667,6 @@ - provider: Defined Networking supportedSecret: Defined Networking Managed Nebula API Key secretType: defined_networking_nebula_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.10' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1000,10 +675,6 @@ - provider: DevCycle supportedSecret: DevCycle Client API Key secretType: devcycle_client_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.8' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1012,10 +683,6 @@ - provider: DevCycle supportedSecret: DevCycle Mobile API Key secretType: devcycle_mobile_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.8' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1024,10 +691,6 @@ - provider: DevCycle supportedSecret: DevCycle Server API Key secretType: devcycle_server_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.8' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1036,10 +699,6 @@ - provider: DigitalOcean supportedSecret: DigitalOcean OAuth Token secretType: digitalocean_oauth_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1048,10 +707,6 @@ - provider: DigitalOcean supportedSecret: DigitalOcean Personal Access Token secretType: digitalocean_personal_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1060,10 +715,6 @@ - provider: DigitalOcean supportedSecret: DigitalOcean Refresh Token secretType: digitalocean_refresh_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1072,10 +723,6 @@ - provider: DigitalOcean supportedSecret: DigitalOcean System Token secretType: digitalocean_system_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1084,10 +731,6 @@ - provider: Discord supportedSecret: Discord Bot Token secretType: discord_bot_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1096,10 +739,6 @@ - provider: Docker supportedSecret: Docker Personal Access Token secretType: docker_personal_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.12' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1108,10 +747,6 @@ - provider: Doppler supportedSecret: Doppler Audit Token secretType: doppler_audit_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1120,10 +755,6 @@ - provider: Doppler supportedSecret: Doppler CLI Token secretType: doppler_cli_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1132,10 +763,6 @@ - provider: Doppler supportedSecret: Doppler Personal Token secretType: doppler_personal_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1144,10 +771,6 @@ - provider: Doppler supportedSecret: Doppler SCIM Token secretType: doppler_scim_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1156,10 +779,6 @@ - provider: Doppler supportedSecret: Doppler Service Account Token secretType: doppler_service_account_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.9' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1168,10 +787,6 @@ - provider: Doppler supportedSecret: Doppler Service Token secretType: doppler_service_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1180,10 +795,6 @@ - provider: Dropbox supportedSecret: Dropbox Access Token secretType: dropbox_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -1192,10 +803,6 @@ - provider: Dropbox supportedSecret: Dropbox Short-Lived Access Token secretType: dropbox_short_lived_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1204,10 +811,6 @@ - provider: Duffel supportedSecret: Duffel Live Access Token secretType: duffel_live_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -1216,10 +819,6 @@ - provider: Duffel supportedSecret: Duffel Test Access Token secretType: duffel_test_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -1228,10 +827,6 @@ - provider: Dynatrace supportedSecret: Dynatrace API Token secretType: dynatrace_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -1240,10 +835,6 @@ - provider: Dynatrace supportedSecret: Dynatrace Internal Token secretType: dynatrace_internal_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -1252,10 +843,6 @@ - provider: EasyPost supportedSecret: EasyPost Production API Key secretType: easypost_production_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -1264,10 +851,6 @@ - provider: EasyPost supportedSecret: EasyPost Test API Key secretType: easypost_test_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -1276,10 +859,6 @@ - provider: eBay supportedSecret: eBay Production Client ID (App ID) secretType: ebay_production_client_id
ebay_production_client_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>3.8' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -1288,10 +867,6 @@ - provider: eBay supportedSecret: eBay Sandbox Client ID (App ID) secretType: ebay_sandbox_client_id
ebay_sandbox_client_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>3.8' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -1300,10 +875,6 @@ - provider: Facebook supportedSecret: Facebook Access Token secretType: facebook_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -1312,10 +883,6 @@ - provider: Fastly supportedSecret: Fastly API Token secretType: fastly_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -1324,10 +891,6 @@ - provider: Figma supportedSecret: Figma Personal Access Token secretType: figma_pat - versions: - fpt: '*' - ghec: '*' - ghes: '>3.7' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1336,10 +899,6 @@ - provider: Finicity supportedSecret: Finicity App Key secretType: finicity_app_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -1348,10 +907,6 @@ - provider: Firebase supportedSecret: Firebase Cloud Messaging Server Key secretType: firebase_cloud_messaging_server_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -1360,10 +915,6 @@ - provider: Flutterwave supportedSecret: Flutterwave Live API Secret Key secretType: flutterwave_live_api_secret_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -1372,10 +923,6 @@ - provider: Flutterwave supportedSecret: Flutterwave Test API Secret Key secretType: flutterwave_test_api_secret_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -1384,10 +931,6 @@ - provider: Frame.io supportedSecret: Frame.io Developer Token secretType: frameio_developer_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -1396,10 +939,6 @@ - provider: Frame.io supportedSecret: Frame.io JSON Web Token secretType: frameio_jwt - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -1408,10 +947,6 @@ - provider: FullStory supportedSecret: FullStory API Key secretType: fullstory_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1420,10 +955,6 @@ - provider: GitHub supportedSecret: GitHub App Installation Access Token secretType: github_app_installation_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -1432,10 +963,6 @@ - provider: GitHub supportedSecret: GitHub OAuth Access Token secretType: github_oauth_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -1444,10 +971,6 @@ - provider: GitHub supportedSecret: GitHub Personal Access Token secretType: github_personal_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -1456,10 +979,6 @@ - provider: GitHub supportedSecret: GitHub Refresh Token secretType: github_refresh_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -1468,10 +987,6 @@ - provider: GitHub supportedSecret: GitHub SSH Private Key secretType: github_ssh_private_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -1480,10 +995,6 @@ - provider: GitHub supportedSecret: GitHub Test Token secretType: github_test_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -1492,10 +1003,6 @@ - provider: GitHub Secret Scanning supportedSecret: GitHub Secret Scanning secretType: secret_scanning_sample_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1504,10 +1011,6 @@ - provider: GitLab supportedSecret: GitLab Access Token secretType: gitlab_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -1516,10 +1019,6 @@ - provider: GoCardless supportedSecret: GoCardless Live Access Token secretType: gocardless_live_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -1528,10 +1027,6 @@ - provider: GoCardless supportedSecret: GoCardless Sandbox Access Token secretType: gocardless_sandbox_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -1540,10 +1035,6 @@ - provider: Google supportedSecret: Google API Key secretType: google_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -1552,10 +1043,6 @@ - provider: Google supportedSecret: Google Cloud Service Account Credentials secretType: google_cloud_service_account_credentials - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.13' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1563,11 +1050,9 @@ isduplicate: false - provider: Google supportedSecret: Google Cloud Storage Service Account Access Key ID - secretType: google_cloud_storage_access_key_secret
google_cloud_storage_service_account_access_key_id - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' + secretType: >- + google_cloud_storage_access_key_secret +
google_cloud_storage_service_account_access_key_id isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -1575,11 +1060,9 @@ isduplicate: false - provider: Google supportedSecret: Google Cloud Storage User Access Key ID - secretType: google_cloud_storage_access_key_secret
google_cloud_storage_user_access_key_id - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' + secretType: >- + google_cloud_storage_access_key_secret +
google_cloud_storage_user_access_key_id isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -1588,10 +1071,6 @@ - provider: Google supportedSecret: Google OAuth Access Token secretType: google_oauth_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -1600,10 +1079,6 @@ - provider: Google supportedSecret: Google OAuth Client ID secretType: google_oauth_client_id
google_oauth_client_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -1612,10 +1087,6 @@ - provider: Google supportedSecret: Google OAuth Refresh Token secretType: google_oauth_refresh_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -1624,10 +1095,6 @@ - provider: Grafana supportedSecret: Grafana Cloud API Key secretType: grafana_cloud_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.7' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1636,10 +1103,6 @@ - provider: Grafana supportedSecret: Grafana Cloud API Token secretType: grafana_cloud_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.7' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1648,10 +1111,6 @@ - provider: Grafana supportedSecret: Grafana Project API Key secretType: grafana_project_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.7' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1660,10 +1119,6 @@ - provider: Grafana supportedSecret: Grafana Project Service Account Token secretType: grafana_project_service_account_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.7' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1672,10 +1127,6 @@ - provider: HashiCorp supportedSecret: HashiCorp Vault Batch Token secretType: hashicorp_vault_batch_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.8' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -1684,10 +1135,6 @@ - provider: HashiCorp supportedSecret: HashiCorp Vault Root Service Token secretType: hashicorp_vault_root_service_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.8' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -1696,10 +1143,6 @@ - provider: HashiCorp supportedSecret: HashiCorp Vault Service Token secretType: hashicorp_vault_service_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.8' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -1708,10 +1151,6 @@ - provider: HashiCorp supportedSecret: Terraform Cloud / Enterprise API Token secretType: terraform_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1720,10 +1159,6 @@ - provider: Highnote supportedSecret: Highnote RK Live Key secretType: highnote_rk_live_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.9' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1732,10 +1167,6 @@ - provider: Highnote supportedSecret: Highnote RK Test Key secretType: highnote_rk_test_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.9' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1744,10 +1175,6 @@ - provider: Highnote supportedSecret: Highnote SK Live Key secretType: highnote_sk_live_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.9' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1756,10 +1183,6 @@ - provider: Highnote supportedSecret: Highnote SK Test Key secretType: highnote_sk_test_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.9' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1768,10 +1191,6 @@ - provider: HOP supportedSecret: HOP Bearer secretType: hop_bearer - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.11' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1780,10 +1199,6 @@ - provider: HOP supportedSecret: HOP PAT secretType: hop_pat - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.11' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1792,10 +1207,6 @@ - provider: HOP supportedSecret: HOP PTK secretType: hop_ptk - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.11' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1804,10 +1215,6 @@ - provider: Hubspot supportedSecret: Hubspot API Key secretType: hubspot_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1816,10 +1223,6 @@ - provider: Hubspot supportedSecret: Hubspot Personal Access Key secretType: hubspot_personal_access_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1828,10 +1231,6 @@ - provider: Hubspot supportedSecret: Hubspot SMTP Credential secretType: hubspot_smtp_credential - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.15' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -1840,10 +1239,6 @@ - provider: Hugging Face supportedSecret: Hugging Face Organization API Token secretType: hf_org_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.15' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -1852,10 +1247,6 @@ - provider: Hugging Face supportedSecret: Hugging Face User Access Token secretType: hf_user_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.15' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -1864,10 +1255,6 @@ - provider: IBM supportedSecret: IBM Cloud IAM Key secretType: ibm_cloud_iam_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -1876,10 +1263,6 @@ - provider: IBM supportedSecret: IBM SoftLayer API Key secretType: ibm_softlayer_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -1888,10 +1271,6 @@ - provider: Intercom supportedSecret: Intercom Access Token secretType: intercom_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -1900,10 +1279,6 @@ - provider: Ionic supportedSecret: Ionic Personal Access Token secretType: ionic_personal_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1912,10 +1287,6 @@ - provider: Ionic supportedSecret: Ionic Refresh Token secretType: ionic_refresh_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1924,9 +1295,6 @@ - provider: Iterative supportedSecret: DVC Studio Access Token secretType: iterative_dvc_studio_access_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -1935,10 +1303,6 @@ - provider: JFrog supportedSecret: JFrog Platform Access Token secretType: jfrog_platform_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.6' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -1947,10 +1311,6 @@ - provider: JFrog supportedSecret: JFrog Platform API Key secretType: jfrog_platform_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.6' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -1959,10 +1319,6 @@ - provider: JFrog supportedSecret: JFrog Platform Reference Token secretType: jfrog_platform_reference_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.10' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -1971,9 +1327,6 @@ - provider: LaunchDarkly supportedSecret: LaunchDarkly API Token secretType: launchdarkly_access_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -1982,10 +1335,6 @@ - provider: Lightspeed supportedSecret: Lightspeed Personal Access Token secretType: lightspeed_xs_pat - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.12' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -1994,10 +1343,6 @@ - provider: Linear supportedSecret: Linear API Key secretType: linear_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2006,10 +1351,6 @@ - provider: Linear supportedSecret: Linear OAuth Access Token secretType: linear_oauth_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2018,10 +1359,6 @@ - provider: Lob supportedSecret: Lob Live API Key secretType: lob_live_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -2030,10 +1367,6 @@ - provider: Lob supportedSecret: Lob Test API Key secretType: lob_test_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -2042,10 +1375,6 @@ - provider: Localstack supportedSecret: Localstack API Key secretType: localstack_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.7' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2054,10 +1383,6 @@ - provider: LogicMonitor supportedSecret: LogicMonitor Bearer Token secretType: logicmonitor_bearer_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.8' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2066,10 +1391,6 @@ - provider: LogicMonitor supportedSecret: LogicMonitor LMv1 Access Key secretType: logicmonitor_lmv1_access_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.8' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2077,11 +1398,9 @@ isduplicate: false - provider: Login with Amazon supportedSecret: Login with Amazon OAuth Client ID - secretType: amazon_oauth_client_id
amazon_oauth_client_secret
amazon_oauth_client_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' + secretType: >- + amazon_oauth_client_id
amazon_oauth_client_secret +
amazon_oauth_client_secret isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2090,10 +1409,6 @@ - provider: Mailchimp supportedSecret: Mailchimp API Key secretType: mailchimp_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2102,9 +1417,6 @@ - provider: Mailchimp supportedSecret: Mandrill API Key secretType: mandrill_api_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -2113,10 +1425,6 @@ - provider: Mailgun supportedSecret: Mailgun API Key secretType: mailgun_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2125,9 +1433,6 @@ - provider: Mailgun supportedSecret: Mailgun SMTP Credential secretType: mailgun_smtp_credential - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -2136,10 +1441,6 @@ - provider: Mapbox supportedSecret: Mapbox Secret Access Token secretType: mapbox_secret_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -2148,10 +1449,6 @@ - provider: MaxMind supportedSecret: MaxMind License Key secretType: maxmind_license_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.11' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2160,10 +1457,6 @@ - provider: Mercury supportedSecret: Mercury Non-Production API Token secretType: mercury_non_production_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.10' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2172,10 +1465,6 @@ - provider: Mercury supportedSecret: Mercury Production API Token secretType: mercury_production_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.10' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2184,10 +1473,6 @@ - provider: Mergify supportedSecret: Mergify Application Key secretType: mergify_application_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.12' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2196,10 +1481,6 @@ - provider: MessageBird supportedSecret: MessageBird API Key secretType: messagebird_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2208,10 +1489,6 @@ - provider: Midtrans supportedSecret: Midtrans Production Server Key secretType: midtrans_production_server_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -2220,10 +1497,6 @@ - provider: Midtrans supportedSecret: Midtrans Sandbox Server Key secretType: midtrans_sandbox_server_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -2232,9 +1505,6 @@ - provider: MongoDB supportedSecret: MongoDB Atlas Database URI with credentials secretType: mongodb_atlas_db_uri_with_credentials - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -2243,9 +1513,6 @@ - provider: Netflix supportedSecret: Netflix NetKey secretType: netflix_netkey - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -2254,10 +1521,6 @@ - provider: New Relic supportedSecret: New Relic Insights Query Key secretType: new_relic_insights_query_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -2266,10 +1529,6 @@ - provider: New Relic supportedSecret: New Relic License Key secretType: new_relic_license_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -2278,10 +1537,6 @@ - provider: New Relic supportedSecret: New Relic Personal API Key secretType: new_relic_personal_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -2290,10 +1545,6 @@ - provider: New Relic supportedSecret: New Relic REST API Key secretType: new_relic_rest_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -2302,10 +1553,6 @@ - provider: Notion supportedSecret: Notion Integration Token secretType: notion_integration_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -2314,10 +1561,6 @@ - provider: Notion supportedSecret: Notion OAuth Client Secret secretType: notion_oauth_client_secret - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -2326,10 +1569,6 @@ - provider: npm supportedSecret: npm Access Token secretType: npm_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2338,10 +1577,6 @@ - provider: NuGet supportedSecret: NuGet API Key secretType: nuget_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2350,10 +1585,6 @@ - provider: Octopus Deploy supportedSecret: Octopus Deploy API Key secretType: octopus_deploy_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2362,10 +1593,6 @@ - provider: Oculus supportedSecret: Oculus Access Token secretType: oculus_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -2374,10 +1601,6 @@ - provider: OneChronos supportedSecret: OneChronos API Token secretType: onechronos_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.10' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -2386,10 +1609,6 @@ - provider: OneChronos supportedSecret: OneChronos Expressive Bidding API Key secretType: onechronos_eb_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.10' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -2398,10 +1617,6 @@ - provider: OneChronos supportedSecret: OneChronos Expressive Bidding Encryption Key secretType: onechronos_eb_encryption_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.10' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -2410,10 +1625,6 @@ - provider: OneChronos supportedSecret: OneChronos OAuth Token secretType: onechronos_oauth_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.10' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -2422,10 +1633,6 @@ - provider: OneChronos supportedSecret: OneChronos Refresh Token secretType: onechronos_refresh_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.10' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -2434,10 +1641,6 @@ - provider: Onfido supportedSecret: Onfido Live API Token secretType: onfido_live_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2446,10 +1649,6 @@ - provider: Onfido supportedSecret: Onfido Sandbox API Token secretType: onfido_sandbox_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2458,10 +1657,6 @@ - provider: OpenAI supportedSecret: OpenAI API Key secretType: openai_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2470,10 +1665,6 @@ - provider: Orbit supportedSecret: Orbit API Token secretType: orbit_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -2482,10 +1673,6 @@ - provider: PagerDuty supportedSecret: PagerDuty OAuth Secret secretType: pagerduty_oauth_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -2494,10 +1681,6 @@ - provider: PagerDuty supportedSecret: PagerDuty OAuth Token secretType: pagerduty_oauth_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -2506,10 +1689,6 @@ - provider: Palantir supportedSecret: Palantir JSON Web Token secretType: palantir_jwt - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2518,10 +1697,6 @@ - provider: Persona Identities supportedSecret: Persona Production Api Key secretType: persona_production_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.7' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2530,10 +1705,6 @@ - provider: Persona Identities supportedSecret: Persona Sandbox Api Key secretType: persona_sandbox_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.7' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2542,10 +1713,6 @@ - provider: Pinterest supportedSecret: Pinterest Access Token secretType: pinterest_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.10' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2554,10 +1721,6 @@ - provider: Pinterest supportedSecret: Pinterest Refresh Token secretType: pinterest_refresh_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.10' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2566,10 +1729,6 @@ - provider: PlanetScale supportedSecret: PlanetScale Database Password secretType: planetscale_database_password - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2578,10 +1737,6 @@ - provider: PlanetScale supportedSecret: PlanetScale OAuth Token secretType: planetscale_oauth_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2590,10 +1745,6 @@ - provider: PlanetScale supportedSecret: PlanetScale Service Token secretType: planetscale_service_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2602,10 +1753,6 @@ - provider: Plivo supportedSecret: Plivo Auth ID secretType: plivo_auth_id
plivo_auth_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2614,9 +1761,6 @@ - provider: Polar supportedSecret: Polar Access Token secretType: polar_access_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -2625,9 +1769,6 @@ - provider: Polar supportedSecret: Polar Authorization Code secretType: polar_authorization_code - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -2636,9 +1777,6 @@ - provider: Polar supportedSecret: Polar Client Registration Token secretType: polar_client_registration_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -2647,9 +1785,6 @@ - provider: Polar supportedSecret: Polat Client Secret secretType: polar_client_secret - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -2658,9 +1793,6 @@ - provider: Polar supportedSecret: Polar Personal Access Token secretType: polar_personal_access_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -2669,9 +1801,6 @@ - provider: Polar supportedSecret: Polar Refresh Token secretType: polar_refresh_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -2680,10 +1809,6 @@ - provider: Postman supportedSecret: Postman API Key secretType: postman_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2692,10 +1817,6 @@ - provider: Postman supportedSecret: Postman Collection Key secretType: postman_collection_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.9' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2704,10 +1825,6 @@ - provider: Prefect supportedSecret: Prefect Server API Key secretType: prefect_server_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.6' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2716,10 +1833,6 @@ - provider: Prefect supportedSecret: Prefect User API Key secretType: prefect_user_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.6' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2728,10 +1841,6 @@ - provider: Proctorio supportedSecret: Proctorio Consumer Key secretType: proctorio_consumer_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2740,10 +1849,6 @@ - provider: Proctorio supportedSecret: Proctorio Linkage Key secretType: proctorio_linkage_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2752,10 +1857,6 @@ - provider: Proctorio supportedSecret: Proctorio Registration Key secretType: proctorio_registration_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2764,10 +1865,6 @@ - provider: Proctorio supportedSecret: Proctorio Secret Key secretType: proctorio_secret_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2776,10 +1873,6 @@ - provider: Pulumi supportedSecret: Pulumi Access Token secretType: pulumi_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2788,10 +1881,6 @@ - provider: PyPI supportedSecret: PyPI API Token secretType: pypi_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2800,10 +1889,6 @@ - provider: ReadMe supportedSecret: ReadMe API Key secretType: readmeio_api_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.6' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2812,10 +1897,6 @@ - provider: redirect.pizza supportedSecret: redirect.pizza API Token secretType: redirect_pizza_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2824,10 +1905,6 @@ - provider: Replicate supportedSecret: Replicate API Token secretType: replicate_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.15' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2836,10 +1913,6 @@ - provider: Rootly supportedSecret: Rootly API Key secretType: rootly_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.9' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -2848,10 +1921,6 @@ - provider: RubyGems supportedSecret: RubyGems API Key secretType: rubygems_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2860,10 +1929,6 @@ - provider: Samsara supportedSecret: Samsara API Token secretType: samsara_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2872,10 +1937,6 @@ - provider: Samsara supportedSecret: Samsara OAuth Access Token secretType: samsara_oauth_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2884,9 +1945,6 @@ - provider: Scalr supportedSecret: Scalr API Token secretType: scalr_api_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2895,10 +1953,6 @@ - provider: Segment supportedSecret: Segment Public API Token secretType: segment_public_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.9' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2907,10 +1961,6 @@ - provider: SendGrid supportedSecret: SendGrid API Key secretType: sendgrid_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2919,10 +1969,6 @@ - provider: Sendinblue supportedSecret: Sendinblue API Key secretType: sendinblue_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2931,10 +1977,6 @@ - provider: Sendinblue supportedSecret: Sendinblue SMTP Key secretType: sendinblue_smtp_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2943,10 +1985,6 @@ - provider: Sentry supportedSecret: Sentry Integration Token secretType: sentry_integration_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.15' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -2955,10 +1993,6 @@ - provider: Sentry supportedSecret: Sentry Org Auth Token secretType: sentry_org_auth_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.15' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -2967,10 +2001,6 @@ - provider: Sentry supportedSecret: Sentry User App Auth Token secretType: sentry_user_app_auth_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.15' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -2979,10 +2009,6 @@ - provider: Sentry supportedSecret: Sentry User Auth Token secretType: sentry_user_auth_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.15' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -2991,10 +2017,6 @@ - provider: Shippo supportedSecret: Shippo Live API Token secretType: shippo_live_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -3003,10 +2025,6 @@ - provider: Shippo supportedSecret: Shippo Test API Token secretType: shippo_test_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -3015,10 +2033,6 @@ - provider: Shopee supportedSecret: Shopee Open Platform Partner Key secretType: shopee_open_platform_partner_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.15' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3027,10 +2041,6 @@ - provider: Shopify supportedSecret: Shopify Access Token secretType: shopify_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3039,10 +2049,6 @@ - provider: Shopify supportedSecret: Shopify App Client Credentials secretType: shopify_app_client_credentials - versions: - fpt: '*' - ghec: '*' - ghes: '>3.4' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3051,10 +2057,6 @@ - provider: Shopify supportedSecret: Shopify App Client Secret secretType: shopify_app_client_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>3.4' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3063,10 +2065,6 @@ - provider: Shopify supportedSecret: Shopify App Shared Secret secretType: shopify_app_shared_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3075,10 +2073,6 @@ - provider: Shopify supportedSecret: Shopify Custom App Access Token secretType: shopify_custom_app_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3087,10 +2081,6 @@ - provider: Shopify supportedSecret: Shopify Marketplace Token secretType: shopify_marketplace_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.4' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3099,10 +2089,6 @@ - provider: Shopify supportedSecret: Shopify Merchant Token secretType: shopify_merchant_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.4' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3111,10 +2097,6 @@ - provider: Shopify supportedSecret: Shopify Partner API Token secretType: shopify_partner_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.4' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3123,10 +2105,6 @@ - provider: Shopify supportedSecret: Shopify Private App Password secretType: shopify_private_app_password - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3135,10 +2113,6 @@ - provider: Siemens supportedSecret: Siemens API Token secretType: siemens_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.15' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3147,9 +2121,6 @@ - provider: Siemens supportedSecret: Siemens Code Token secretType: siemens_code_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -3158,9 +2129,6 @@ - provider: Sindri supportedSecret: Sindri API Key secretType: sindri_api_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -3169,10 +2137,6 @@ - provider: Slack supportedSecret: Slack API Token secretType: slack_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3181,10 +2145,6 @@ - provider: Slack supportedSecret: Slack Incoming Webhook URL secretType: slack_incoming_webhook_url - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3193,10 +2153,6 @@ - provider: Slack supportedSecret: Slack Workflow Webhook URL secretType: slack_workflow_webhook_url - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3205,10 +2161,6 @@ - provider: Square supportedSecret: Square Access Token secretType: square_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -3217,10 +2169,6 @@ - provider: Square supportedSecret: Square Production Application Secret secretType: square_production_application_secret - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -3229,10 +2177,6 @@ - provider: Square supportedSecret: Square Sandbox Application Secret secretType: square_sandbox_application_secret - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -3241,10 +2185,6 @@ - provider: SSLMate supportedSecret: SSLMate API Key secretType: sslmate_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3253,10 +2193,6 @@ - provider: SSLMate supportedSecret: SSLMate Cluster Secret secretType: sslmate_cluster_secret - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3265,10 +2201,6 @@ - provider: Stripe supportedSecret: Stripe API Key secretType: stripe_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3277,10 +2209,6 @@ - provider: Stripe supportedSecret: Stripe Legacy API Key secretType: stripe_legacy_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3289,10 +2217,6 @@ - provider: Stripe supportedSecret: Stripe Live API Restricted Key secretType: stripe_live_restricted_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3301,10 +2225,6 @@ - provider: Stripe supportedSecret: Stripe Test API Restricted Key secretType: stripe_test_restricted_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3313,10 +2233,6 @@ - provider: Stripe supportedSecret: Stripe Test API Secret Key secretType: stripe_test_secret_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3325,10 +2241,6 @@ - provider: Stripe supportedSecret: Stripe Webhook Signing Secret secretType: stripe_webhook_signing_secret - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3337,10 +2249,6 @@ - provider: Supabase supportedSecret: Supabase Service Key secretType: supabase_service_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3349,10 +2257,6 @@ - provider: Tableau supportedSecret: Tableau Personal Access Token secretType: tableau_personal_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -3361,10 +2265,6 @@ - provider: Telegram supportedSecret: Telegram Bot Token secretType: telegram_bot_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -3373,10 +2273,6 @@ - provider: Telnyx supportedSecret: Telnyx API V2 Key secretType: telnyx_api_v2_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.7' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3385,10 +2281,6 @@ - provider: Tencent supportedSecret: Tencent Cloud Secret ID secretType: tencent_cloud_secret_id - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3397,10 +2289,6 @@ - provider: Tencent supportedSecret: Tencent WeChat API App ID secretType: tencent_wechat_api_app_id - versions: - fpt: '*' - ghec: '*' - ghes: '>3.7' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3409,10 +2297,6 @@ - provider: Thunderstore supportedSecret: Thunderstore IO API Token secretType: thunderstore_io_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.15' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -3421,10 +2305,6 @@ - provider: Twilio supportedSecret: Twilio Access Token secretType: twilio_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -3433,10 +2313,6 @@ - provider: Twilio supportedSecret: Twilio Account String Identifier secretType: twilio_account_sid - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3445,10 +2321,6 @@ - provider: Twilio supportedSecret: Twilio API Key secretType: twilio_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3457,10 +2329,6 @@ - provider: Typeform supportedSecret: Typeform Personal Access Token secretType: typeform_personal_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3469,10 +2337,6 @@ - provider: Uniwise supportedSecret: WISEflow API Key secretType: wiseflow_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.6' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3481,10 +2345,6 @@ - provider: Unkey supportedSecret: Unkey Root Key secretType: unkey_root_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3493,10 +2353,6 @@ - provider: VolcEngine supportedSecret: VolcEngine Access Key ID secretType: volcengine_access_key_id - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.12' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3505,10 +2361,6 @@ - provider: Wakatime supportedSecret: WakaTime API Key secretType: wakatime_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3517,10 +2369,6 @@ - provider: Wakatime supportedSecret: WakaTime App Secret secretType: wakatime_app_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>3.9' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3529,10 +2377,6 @@ - provider: Wakatime supportedSecret: WakaTime OAuth Access Token secretType: wakatime_oauth_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.9' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3541,10 +2385,6 @@ - provider: Wakatime supportedSecret: WakaTime OAuth Refresh Token secretType: wakatime_oauth_refresh_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.9' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3553,10 +2393,6 @@ - provider: Workato supportedSecret: Workato Developer API Token secretType: workato_developer_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.11' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3565,10 +2401,6 @@ - provider: WorkOS supportedSecret: WorkOS Production API Key secretType: workos_production_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.12' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3577,10 +2409,6 @@ - provider: WorkOS supportedSecret: WorkOS Staging API Key secretType: workos_staging_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.12' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3589,10 +2417,6 @@ - provider: Yandex supportedSecret: Yandex.Cloud API Key secretType: yandex_cloud_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3601,10 +2425,6 @@ - provider: Yandex supportedSecret: Yandex.Cloud Access Secret secretType: yandex_cloud_iam_access_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3613,10 +2433,6 @@ - provider: Yandex supportedSecret: Yandex.Cloud IAM Cookie secretType: yandex_cloud_iam_cookie - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3625,10 +2441,6 @@ - provider: Yandex supportedSecret: Yandex.Cloud IAM Token secretType: yandex_cloud_iam_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3637,10 +2449,6 @@ - provider: Yandex supportedSecret: Yandex.Cloud Smartchapta Server Key secretType: yandex_cloud_smartcaptcha_server_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.11' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3649,10 +2457,6 @@ - provider: Yandex supportedSecret: Yandex.Dictionary API Key secretType: yandex_dictionary_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -3661,9 +2465,6 @@ - provider: Yandex supportedSecret: Yandex.Passport OAuth Token secretType: yandex_passport_oauth_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3672,10 +2473,6 @@ - provider: Yandex supportedSecret: Yandex.Predictor API Key secretType: yandex_predictor_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -3684,10 +2481,6 @@ - provider: Yandex supportedSecret: Yandex.Translate API Key secretType: yandex_translate_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -3696,10 +2489,6 @@ - provider: Zuplo supportedSecret: Zuplo Consumer API Key secretType: zuplo_consumer_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.6' isPublic: true isPrivateWithGhas: true hasPushProtection: true diff --git a/src/secret-scanning/data/pattern-docs/ghes-3.17/public-docs.yml b/src/secret-scanning/data/pattern-docs/ghes-3.17/public-docs.yml index 777bb4ee14fb..2abda555ad86 100644 --- a/src/secret-scanning/data/pattern-docs/ghes-3.17/public-docs.yml +++ b/src/secret-scanning/data/pattern-docs/ghes-3.17/public-docs.yml @@ -1,10 +1,6 @@ - provider: Adafruit supportedSecret: Adafruit IO Key secretType: adafruit_io_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -13,10 +9,6 @@ - provider: Adobe supportedSecret: Adobe Client Secret secretType: adobe_client_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.11' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -25,10 +17,6 @@ - provider: Adobe supportedSecret: Adobe Device Token secretType: adobe_device_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -37,10 +25,6 @@ - provider: Adobe supportedSecret: Adobe PAC Token secretType: adobe_pac_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.11' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -49,10 +33,6 @@ - provider: Adobe supportedSecret: Adobe Refresh Token secretType: adobe_refresh_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.11' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -61,10 +41,6 @@ - provider: Adobe supportedSecret: Adobe Service Token secretType: adobe_service_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -73,10 +49,6 @@ - provider: Adobe supportedSecret: Adobe Short-Lived Access Token secretType: adobe_short_lived_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -85,10 +57,6 @@ - provider: Aiven supportedSecret: Aiven Auth Token secretType: aiven_auth_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.9' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -97,10 +65,6 @@ - provider: Aiven supportedSecret: Aiven Service Password secretType: aiven_service_password - versions: - fpt: '*' - ghec: '*' - ghes: '>3.9' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -109,10 +73,6 @@ - provider: Alibaba supportedSecret: Alibaba Cloud AccessKey ID secretType: alibaba_cloud_access_key_id
alibaba_cloud_access_key_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -121,10 +81,6 @@ - provider: Amazon AWS supportedSecret: Amazon AWS Access Key ID secretType: aws_access_key_id
aws_secret_access_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -132,11 +88,9 @@ isduplicate: false - provider: Amazon AWS supportedSecret: Amazon AWS Session Token - secretType: aws_secret_access_key
aws_session_token
aws_temporary_access_key_id - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' + secretType: >- + aws_secret_access_key
aws_session_token +
aws_temporary_access_key_id isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -145,10 +99,6 @@ - provider: Anthropic supportedSecret: Anthropic Admin API Key secretType: anthropic_admin_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.16' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -157,10 +107,6 @@ - provider: Anthropic supportedSecret: Anthropic API Key secretType: anthropic_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.12' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -169,10 +115,6 @@ - provider: Anthropic supportedSecret: Anthropic Session ID secretType: anthropic_session_id - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -181,9 +123,6 @@ - provider: Asaas supportedSecret: Asaas API Token secretType: asaas_api_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -192,10 +131,6 @@ - provider: Asana supportedSecret: Asana Legacy Format Personal Access Token secretType: asana_legacy_format_personal_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -204,10 +139,6 @@ - provider: Asana supportedSecret: Asana Personal Access Token secretType: asana_personal_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -216,10 +147,6 @@ - provider: Atlassian supportedSecret: Atlassian API Token secretType: atlassian_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -228,10 +155,6 @@ - provider: Atlassian supportedSecret: Atlassian JSON Web Token secretType: atlassian_jwt - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -240,10 +163,6 @@ - provider: Authress supportedSecret: Authress Service Client Access Key secretType: authress_service_client_access_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.11' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -252,10 +171,6 @@ - provider: Azure supportedSecret: Azure Active Directory Application Secret secretType: azure_active_directory_application_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -264,10 +179,6 @@ - provider: Azure supportedSecret: Azure Active Directory User Credential secretType: azure_active_directory_user_credential - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -276,10 +187,6 @@ - provider: Azure supportedSecret: Azure Apim Direct Management Key secretType: azure_apim_direct_management_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -288,10 +195,6 @@ - provider: Azure supportedSecret: Azure Apim Gateway Key secretType: azure_apim_gateway_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -300,10 +203,6 @@ - provider: Azure supportedSecret: Azure Apim Repository Key secretType: azure_apim_repository_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -312,10 +211,6 @@ - provider: Azure supportedSecret: Azure Apim Subscription Key secretType: azure_apim_subscription_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -324,10 +219,6 @@ - provider: Azure supportedSecret: Azure App Configuration Connection String secretType: azure_app_configuration_connection_string - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -336,10 +227,6 @@ - provider: Azure supportedSecret: Azure Batch Key Identifiable secretType: azure_batch_key_identifiable - versions: - fpt: '*' - ghec: '*' - ghes: '>3.8' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -348,10 +235,6 @@ - provider: Azure supportedSecret: Azure Cache for Redis Access Key secretType: azure_cache_for_redis_access_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -360,10 +243,6 @@ - provider: Azure supportedSecret: Azure Communication Services Connection String secretType: azure_communication_services_connection_string - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -372,10 +251,6 @@ - provider: Azure supportedSecret: Azure Registry Key Identifiable secretType: azure_container_registry_key_identifiable - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.11' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -384,10 +259,6 @@ - provider: Azure supportedSecret: Azure Cosmosdb Key Identifiable secretType: azure_cosmosdb_key_identifiable - versions: - fpt: '*' - ghec: '*' - ghes: '>3.8' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -396,10 +267,6 @@ - provider: Azure supportedSecret: Azure DevOps Personal Access Token secretType: azure_devops_personal_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -408,10 +275,6 @@ - provider: Azure supportedSecret: Azure Event Hub Key Identifiable secretType: azure_event_hub_key_identifiable - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -420,10 +283,6 @@ - provider: Azure supportedSecret: Azure Function Key secretType: azure_function_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -432,10 +291,6 @@ - provider: Azure supportedSecret: Azure IoT Device Connection String secretType: azure_iot_device_connection_string - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -444,10 +299,6 @@ - provider: Azure supportedSecret: Azure IoT Device Key secretType: azure_iot_device_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -456,10 +307,6 @@ - provider: Azure supportedSecret: Azure IoT Device Provisioning Key secretType: azure_iot_device_provisioning_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -468,10 +315,6 @@ - provider: Azure supportedSecret: Azure IoT Hub Connection String secretType: azure_iot_hub_connection_string - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -480,10 +323,6 @@ - provider: Azure supportedSecret: Azure IoT Hub Key secretType: azure_iot_hub_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -492,10 +331,6 @@ - provider: Azure supportedSecret: Azure IoT Provisioning Connection String secretType: azure_iot_provisioning_connection_string - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -504,10 +339,6 @@ - provider: Azure supportedSecret: Microsoft Azure Service Management Certificate secretType: azure_management_certificate - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -516,10 +347,6 @@ - provider: Azure supportedSecret: Azure ML Studio (classic) Web Service Key secretType: azure_ml_web_service_classic_identifiable_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.8' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -528,10 +355,6 @@ - provider: Azure supportedSecret: Azure OpenAI Key secretType: azure_openai_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.16' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -540,10 +363,6 @@ - provider: Azure supportedSecret: Azure Relay Key Identifiable secretType: azure_relay_key_identifiable - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -552,10 +371,6 @@ - provider: Azure supportedSecret: Azure SAS Token secretType: azure_sas_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -564,10 +379,6 @@ - provider: Azure supportedSecret: Azure Search Admin Key secretType: azure_search_admin_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.8' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -576,10 +387,6 @@ - provider: Azure supportedSecret: Azure Search Query Key secretType: azure_search_query_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.8' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -588,10 +395,6 @@ - provider: Azure supportedSecret: Azure Service Bus Key Identifiable secretType: azure_service_bus_identifiable - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -600,10 +403,6 @@ - provider: Azure supportedSecret: Azure SignalR Connection String secretType: azure_signalr_connection_string - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -612,10 +411,6 @@ - provider: Azure supportedSecret: Azure SQL Connection String secretType: azure_sql_connection_string - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -624,10 +419,6 @@ - provider: Azure supportedSecret: Azure SQL password secretType: azure_sql_password - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.11' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -636,10 +427,6 @@ - provider: Azure supportedSecret: Azure Storage Account Access Key secretType: azure_storage_account_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.6' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -648,10 +435,6 @@ - provider: Azure supportedSecret: Azure Web Pub Sub Connection String secretType: azure_web_pub_sub_connection_string - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -660,10 +443,6 @@ - provider: Azure supportedSecret: Microsoft Azure Entra ID Token secretType: microsoft_azure_entra_id_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.16' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -672,10 +451,6 @@ - provider: Azure supportedSecret: Microsoft Corporate Network User Credential secretType: microsoft_corporate_network_user_credential - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -684,10 +459,6 @@ - provider: Baidu supportedSecret: Baidu Cloud API Access Key secretType: baiducloud_api_accesskey - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.11' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -696,10 +467,6 @@ - provider: Beamer supportedSecret: Beamer API Key secretType: beamer_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -708,10 +475,6 @@ - provider: Bitbucket supportedSecret: Bitbucket Server Personal Access Token secretType: bitbucket_server_personal_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -720,10 +483,6 @@ - provider: Canadian Digital Service supportedSecret: Canadian Digital Service Notify API Key secretType: cds_canada_notify_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.9' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -732,10 +491,6 @@ - provider: Canva supportedSecret: Canva App Secret secretType: canva_app_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -744,10 +499,6 @@ - provider: Canva supportedSecret: Canva Connect API Secret secretType: canva_connect_api_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.12' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -756,10 +507,6 @@ - provider: Canva supportedSecret: Canva Secret secretType: canva_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -768,10 +515,6 @@ - provider: Cashfree supportedSecret: Cashfree API Key secretType: cashfree_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.12' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -780,9 +523,6 @@ - provider: Cfx.re supportedSecret: Cfx.re Server Key secretType: cfxre_server_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -791,10 +531,6 @@ - provider: Checkout.com supportedSecret: Checkout.com Production Secret Key secretType: checkout_production_secret_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -803,10 +539,6 @@ - provider: Checkout.com supportedSecret: Checkout.com Test Secret Key secretType: checkout_test_secret_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -815,10 +547,6 @@ - provider: Chief Tools supportedSecret: Chief Tools Token secretType: chief_tools_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.7' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -827,10 +555,6 @@ - provider: CircleCI supportedSecret: CircleCI Bot API Token secretType: circleci_bot_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -839,10 +563,6 @@ - provider: CircleCI supportedSecret: CircleCI Personal Access Token secretType: circleci_personal_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.12' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -851,10 +571,6 @@ - provider: CircleCI supportedSecret: CircleCI Project Access Token secretType: circleci_project_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -863,10 +579,6 @@ - provider: CircleCI supportedSecret: CircleCI Release API Token secretType: circleci_release_integration_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -875,10 +587,6 @@ - provider: Clojars supportedSecret: Clojars Deploy Token secretType: clojars_deploy_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -887,10 +595,6 @@ - provider: CloudBees supportedSecret: CloudBees CodeShip Credential secretType: codeship_credential - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -899,9 +603,6 @@ - provider: Cockroach Labs supportedSecret: CockroachDB Cloud API Key secretType: ccdb_api_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -910,10 +611,6 @@ - provider: Contentful supportedSecret: Contentful Personal Access Token secretType: contentful_personal_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -922,9 +619,6 @@ - provider: Contributed Systems supportedSecret: Contributed Systems Credentials secretType: contributed_systems_credentials - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -933,9 +627,6 @@ - provider: Coveo supportedSecret: Coveo Access Token secretType: coveo_access_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -944,9 +635,6 @@ - provider: Coveo supportedSecret: Coveo API Key secretType: coveo_api_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -955,10 +643,6 @@ - provider: crates.io supportedSecret: Crates.io API Token secretType: cratesio_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.9' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -967,9 +651,6 @@ - provider: Databento supportedSecret: Databento API Key secretType: databento_api_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -978,10 +659,6 @@ - provider: Databricks supportedSecret: Databricks Access Token secretType: databricks_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -990,9 +667,6 @@ - provider: Datadog supportedSecret: Datadog API Key secretType: datadog_api_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -1001,9 +675,6 @@ - provider: Datadog supportedSecret: Datadog Application Key secretType: datadog_app_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -1012,9 +683,6 @@ - provider: Datastax supportedSecret: Datastax AstraCS Tokens secretType: datastax_astracs_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1023,10 +691,6 @@ - provider: Defined Networking supportedSecret: Defined Networking Managed Nebula API Key secretType: defined_networking_nebula_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.10' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1035,10 +699,6 @@ - provider: DevCycle supportedSecret: DevCycle Client API Key secretType: devcycle_client_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.8' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1047,10 +707,6 @@ - provider: DevCycle supportedSecret: DevCycle Mobile API Key secretType: devcycle_mobile_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.8' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1059,10 +715,6 @@ - provider: DevCycle supportedSecret: DevCycle Server API Key secretType: devcycle_server_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.8' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1071,10 +723,6 @@ - provider: DigitalOcean supportedSecret: DigitalOcean OAuth Token secretType: digitalocean_oauth_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1083,10 +731,6 @@ - provider: DigitalOcean supportedSecret: DigitalOcean Personal Access Token secretType: digitalocean_personal_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1095,10 +739,6 @@ - provider: DigitalOcean supportedSecret: DigitalOcean Refresh Token secretType: digitalocean_refresh_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1107,10 +747,6 @@ - provider: DigitalOcean supportedSecret: DigitalOcean System Token secretType: digitalocean_system_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1119,10 +755,6 @@ - provider: Discord supportedSecret: Discord Bot Token secretType: discord_bot_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1131,10 +763,6 @@ - provider: Docker supportedSecret: Docker Personal Access Token secretType: docker_personal_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.12' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1143,10 +771,6 @@ - provider: Doppler supportedSecret: Doppler Audit Token secretType: doppler_audit_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1155,10 +779,6 @@ - provider: Doppler supportedSecret: Doppler CLI Token secretType: doppler_cli_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1167,10 +787,6 @@ - provider: Doppler supportedSecret: Doppler Personal Token secretType: doppler_personal_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1179,10 +795,6 @@ - provider: Doppler supportedSecret: Doppler SCIM Token secretType: doppler_scim_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1191,10 +803,6 @@ - provider: Doppler supportedSecret: Doppler Service Account Token secretType: doppler_service_account_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.9' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1203,10 +811,6 @@ - provider: Doppler supportedSecret: Doppler Service Token secretType: doppler_service_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1215,10 +819,6 @@ - provider: Dropbox supportedSecret: Dropbox Access Token secretType: dropbox_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -1227,10 +827,6 @@ - provider: Dropbox supportedSecret: Dropbox Short-Lived Access Token secretType: dropbox_short_lived_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1239,10 +835,6 @@ - provider: Duffel supportedSecret: Duffel Live Access Token secretType: duffel_live_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -1251,10 +843,6 @@ - provider: Duffel supportedSecret: Duffel Test Access Token secretType: duffel_test_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -1263,10 +851,6 @@ - provider: Dynatrace supportedSecret: Dynatrace API Token secretType: dynatrace_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -1275,10 +859,6 @@ - provider: Dynatrace supportedSecret: Dynatrace Internal Token secretType: dynatrace_internal_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -1287,10 +867,6 @@ - provider: EasyPost supportedSecret: EasyPost Production API Key secretType: easypost_production_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -1299,10 +875,6 @@ - provider: EasyPost supportedSecret: EasyPost Test API Key secretType: easypost_test_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -1311,10 +883,6 @@ - provider: eBay supportedSecret: eBay Production Client ID (App ID) secretType: ebay_production_client_id
ebay_production_client_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>3.8' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -1323,10 +891,6 @@ - provider: eBay supportedSecret: eBay Sandbox Client ID (App ID) secretType: ebay_sandbox_client_id
ebay_sandbox_client_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>3.8' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -1335,10 +899,6 @@ - provider: Facebook supportedSecret: Facebook Access Token secretType: facebook_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -1347,10 +907,6 @@ - provider: Fastly supportedSecret: Fastly API Token secretType: fastly_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -1359,10 +915,6 @@ - provider: Figma supportedSecret: Figma Personal Access Token secretType: figma_pat - versions: - fpt: '*' - ghec: '*' - ghes: '>3.7' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1371,10 +923,6 @@ - provider: Finicity supportedSecret: Finicity App Key secretType: finicity_app_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -1383,10 +931,6 @@ - provider: Firebase supportedSecret: Firebase Cloud Messaging Server Key secretType: firebase_cloud_messaging_server_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -1395,10 +939,6 @@ - provider: Flutterwave supportedSecret: Flutterwave Live API Secret Key secretType: flutterwave_live_api_secret_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -1407,10 +947,6 @@ - provider: Flutterwave supportedSecret: Flutterwave Test API Secret Key secretType: flutterwave_test_api_secret_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -1419,10 +955,6 @@ - provider: Frame.io supportedSecret: Frame.io Developer Token secretType: frameio_developer_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -1431,10 +963,6 @@ - provider: Frame.io supportedSecret: Frame.io JSON Web Token secretType: frameio_jwt - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -1443,10 +971,6 @@ - provider: FullStory supportedSecret: FullStory API Key secretType: fullstory_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1455,10 +979,6 @@ - provider: GitHub supportedSecret: GitHub App Installation Access Token secretType: github_app_installation_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -1467,10 +987,6 @@ - provider: GitHub supportedSecret: GitHub OAuth Access Token secretType: github_oauth_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -1479,10 +995,6 @@ - provider: GitHub supportedSecret: GitHub Personal Access Token secretType: github_personal_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -1491,10 +1003,6 @@ - provider: GitHub supportedSecret: GitHub Refresh Token secretType: github_refresh_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -1503,10 +1011,6 @@ - provider: GitHub supportedSecret: GitHub SSH Private Key secretType: github_ssh_private_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -1515,10 +1019,6 @@ - provider: GitHub supportedSecret: GitHub Test Token secretType: github_test_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -1527,10 +1027,6 @@ - provider: GitHub Secret Scanning supportedSecret: GitHub Secret Scanning secretType: secret_scanning_sample_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1539,10 +1035,6 @@ - provider: GitLab supportedSecret: GitLab Access Token secretType: gitlab_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -1551,10 +1043,6 @@ - provider: GoCardless supportedSecret: GoCardless Live Access Token secretType: gocardless_live_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -1563,10 +1051,6 @@ - provider: GoCardless supportedSecret: GoCardless Sandbox Access Token secretType: gocardless_sandbox_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -1575,10 +1059,6 @@ - provider: Google supportedSecret: Google API Key secretType: google_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -1587,10 +1067,6 @@ - provider: Google supportedSecret: Google Cloud Service Account Credentials secretType: google_cloud_service_account_credentials - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.13' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1598,11 +1074,9 @@ isduplicate: false - provider: Google supportedSecret: Google Cloud Storage Service Account Access Key ID - secretType: google_cloud_storage_access_key_secret
google_cloud_storage_service_account_access_key_id - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' + secretType: >- + google_cloud_storage_access_key_secret +
google_cloud_storage_service_account_access_key_id isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -1610,11 +1084,9 @@ isduplicate: false - provider: Google supportedSecret: Google Cloud Storage User Access Key ID - secretType: google_cloud_storage_access_key_secret
google_cloud_storage_user_access_key_id - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' + secretType: >- + google_cloud_storage_access_key_secret +
google_cloud_storage_user_access_key_id isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -1623,9 +1095,6 @@ - provider: Google supportedSecret: GCP API Key Bound to a Service Account secretType: google_gcp_api_key_bound_service_account - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -1634,10 +1103,6 @@ - provider: Google supportedSecret: Google OAuth Access Token secretType: google_oauth_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -1646,10 +1111,6 @@ - provider: Google supportedSecret: Google OAuth Client ID secretType: google_oauth_client_id
google_oauth_client_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -1658,10 +1119,6 @@ - provider: Google supportedSecret: Google OAuth Refresh Token secretType: google_oauth_refresh_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -1670,10 +1127,6 @@ - provider: Grafana supportedSecret: Grafana Cloud API Key secretType: grafana_cloud_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.7' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1682,10 +1135,6 @@ - provider: Grafana supportedSecret: Grafana Cloud API Token secretType: grafana_cloud_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.7' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1694,10 +1143,6 @@ - provider: Grafana supportedSecret: Grafana Project API Key secretType: grafana_project_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.7' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1706,10 +1151,6 @@ - provider: Grafana supportedSecret: Grafana Project Service Account Token secretType: grafana_project_service_account_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.7' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1718,10 +1159,6 @@ - provider: HashiCorp supportedSecret: HashiCorp Vault Batch Token secretType: hashicorp_vault_batch_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.8' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -1730,10 +1167,6 @@ - provider: HashiCorp supportedSecret: HashiCorp Vault Root Service Token secretType: hashicorp_vault_root_service_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.8' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -1742,10 +1175,6 @@ - provider: HashiCorp supportedSecret: HashiCorp Vault Service Token secretType: hashicorp_vault_service_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.8' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -1754,10 +1183,6 @@ - provider: HashiCorp supportedSecret: Terraform Cloud / Enterprise API Token secretType: terraform_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1766,10 +1191,6 @@ - provider: Highnote supportedSecret: Highnote RK Live Key secretType: highnote_rk_live_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.9' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1778,10 +1199,6 @@ - provider: Highnote supportedSecret: Highnote RK Test Key secretType: highnote_rk_test_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.9' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1790,10 +1207,6 @@ - provider: Highnote supportedSecret: Highnote SK Live Key secretType: highnote_sk_live_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.9' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1802,10 +1215,6 @@ - provider: Highnote supportedSecret: Highnote SK Test Key secretType: highnote_sk_test_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.9' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1814,10 +1223,6 @@ - provider: HOP supportedSecret: HOP Bearer secretType: hop_bearer - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.11' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1826,10 +1231,6 @@ - provider: HOP supportedSecret: HOP PAT secretType: hop_pat - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.11' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1838,10 +1239,6 @@ - provider: HOP supportedSecret: HOP PTK secretType: hop_ptk - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.11' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1850,10 +1247,6 @@ - provider: Hubspot supportedSecret: Hubspot API Key secretType: hubspot_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1862,10 +1255,6 @@ - provider: Hubspot supportedSecret: Hubspot Personal Access Key secretType: hubspot_personal_access_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1874,9 +1263,6 @@ - provider: Hubspot supportedSecret: Hubspot Private Apps User Token secretType: hubspot_private_apps_user_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -1885,10 +1271,6 @@ - provider: Hubspot supportedSecret: Hubspot SMTP Credential secretType: hubspot_smtp_credential - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.16' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -1897,10 +1279,6 @@ - provider: Hugging Face supportedSecret: Hugging Face Organization API Token secretType: hf_org_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.16' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -1909,10 +1287,6 @@ - provider: Hugging Face supportedSecret: Hugging Face User Access Token secretType: hf_user_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.16' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1921,10 +1295,6 @@ - provider: IBM supportedSecret: IBM Cloud IAM Key secretType: ibm_cloud_iam_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -1933,10 +1303,6 @@ - provider: IBM supportedSecret: IBM SoftLayer API Key secretType: ibm_softlayer_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -1945,10 +1311,6 @@ - provider: Intercom supportedSecret: Intercom Access Token secretType: intercom_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -1957,10 +1319,6 @@ - provider: Ionic supportedSecret: Ionic Personal Access Token secretType: ionic_personal_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1969,10 +1327,6 @@ - provider: Ionic supportedSecret: Ionic Refresh Token secretType: ionic_refresh_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1981,9 +1335,6 @@ - provider: Iterative supportedSecret: DVC Studio Access Token secretType: iterative_dvc_studio_access_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -1992,10 +1343,6 @@ - provider: JFrog supportedSecret: JFrog Platform Access Token secretType: jfrog_platform_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.6' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -2004,10 +1351,6 @@ - provider: JFrog supportedSecret: JFrog Platform API Key secretType: jfrog_platform_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.6' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -2016,10 +1359,6 @@ - provider: JFrog supportedSecret: JFrog Platform Reference Token secretType: jfrog_platform_reference_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.10' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -2028,9 +1367,6 @@ - provider: LaunchDarkly supportedSecret: LaunchDarkly API Token secretType: launchdarkly_access_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -2039,9 +1375,6 @@ - provider: Lichess supportedSecret: Lichess OAuth Access Token secretType: lichess_oauth_access_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2050,9 +1383,6 @@ - provider: Lichess supportedSecret: Lichess Personal Access Token secretType: lichess_personal_access_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2061,10 +1391,6 @@ - provider: Lightspeed supportedSecret: Lightspeed Personal Access Token secretType: lightspeed_xs_pat - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.12' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -2073,10 +1399,6 @@ - provider: Linear supportedSecret: Linear API Key secretType: linear_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2085,10 +1407,6 @@ - provider: Linear supportedSecret: Linear OAuth Access Token secretType: linear_oauth_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2097,9 +1415,6 @@ - provider: LinkedIn supportedSecret: LinkedIn Client Secret secretType: linkedin_client_secret - versions: - fpt: '*' - ghec: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -2108,10 +1423,6 @@ - provider: Lob supportedSecret: Lob Live API Key secretType: lob_live_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -2120,10 +1431,6 @@ - provider: Lob supportedSecret: Lob Test API Key secretType: lob_test_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -2132,10 +1439,6 @@ - provider: Localstack supportedSecret: Localstack API Key secretType: localstack_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.7' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2144,10 +1447,6 @@ - provider: LogicMonitor supportedSecret: LogicMonitor Bearer Token secretType: logicmonitor_bearer_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.8' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2156,10 +1455,6 @@ - provider: LogicMonitor supportedSecret: LogicMonitor LMv1 Access Key secretType: logicmonitor_lmv1_access_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.8' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2167,11 +1462,9 @@ isduplicate: false - provider: Login with Amazon supportedSecret: Login with Amazon OAuth Client ID - secretType: amazon_oauth_client_id
amazon_oauth_client_secret
amazon_oauth_client_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' + secretType: >- + amazon_oauth_client_id
amazon_oauth_client_secret +
amazon_oauth_client_secret isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2180,10 +1473,6 @@ - provider: Mailchimp supportedSecret: Mailchimp API Key secretType: mailchimp_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2192,9 +1481,6 @@ - provider: Mailchimp supportedSecret: Mandrill API Key secretType: mandrill_api_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -2203,9 +1489,6 @@ - provider: Mailersend supportedSecret: Mailersend API Token secretType: mailersend_api_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -2214,9 +1497,6 @@ - provider: Mailersend supportedSecret: Mailersend SMTP Password secretType: mailersend_smtp_password - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -2225,9 +1505,6 @@ - provider: Mailersend supportedSecret: Mailersend SMTP Username secretType: mailersend_smtp_username - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -2236,10 +1513,6 @@ - provider: Mailgun supportedSecret: Mailgun API Key secretType: mailgun_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2248,9 +1521,6 @@ - provider: Mailgun supportedSecret: Mailgun SMTP Credential secretType: mailgun_smtp_credential - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -2259,10 +1529,6 @@ - provider: Mapbox supportedSecret: Mapbox Secret Access Token secretType: mapbox_secret_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -2271,10 +1537,6 @@ - provider: MaxMind supportedSecret: MaxMind License Key secretType: maxmind_license_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.11' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2283,10 +1545,6 @@ - provider: Mercury supportedSecret: Mercury Non-Production API Token secretType: mercury_non_production_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.10' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2295,10 +1553,6 @@ - provider: Mercury supportedSecret: Mercury Production API Token secretType: mercury_production_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.10' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2307,10 +1561,6 @@ - provider: Mergify supportedSecret: Mergify Application Key secretType: mergify_application_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.12' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2319,10 +1569,6 @@ - provider: MessageBird supportedSecret: MessageBird API Key secretType: messagebird_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2331,10 +1577,6 @@ - provider: Midtrans supportedSecret: Midtrans Production Server Key secretType: midtrans_production_server_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -2343,10 +1585,6 @@ - provider: Midtrans supportedSecret: Midtrans Sandbox Server Key secretType: midtrans_sandbox_server_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -2355,9 +1593,6 @@ - provider: MongoDB supportedSecret: MongoDB Atlas Database URI with credentials secretType: mongodb_atlas_db_uri_with_credentials - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2366,9 +1601,6 @@ - provider: Neon supportedSecret: Neon API Key secretType: neon_api_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -2377,9 +1609,6 @@ - provider: Neon supportedSecret: Neon Connection URI secretType: neon_connection_uri - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -2388,9 +1617,6 @@ - provider: Netflix supportedSecret: Netflix NetKey secretType: netflix_netkey - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2399,10 +1625,6 @@ - provider: New Relic supportedSecret: New Relic Insights Query Key secretType: new_relic_insights_query_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -2411,10 +1633,6 @@ - provider: New Relic supportedSecret: New Relic License Key secretType: new_relic_license_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -2423,10 +1641,6 @@ - provider: New Relic supportedSecret: New Relic Personal API Key secretType: new_relic_personal_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -2435,10 +1649,6 @@ - provider: New Relic supportedSecret: New Relic REST API Key secretType: new_relic_rest_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -2447,10 +1657,6 @@ - provider: Notion supportedSecret: Notion Integration Token secretType: notion_integration_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -2459,10 +1665,6 @@ - provider: Notion supportedSecret: Notion OAuth Client Secret secretType: notion_oauth_client_secret - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -2471,10 +1673,6 @@ - provider: npm supportedSecret: npm Access Token secretType: npm_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2483,10 +1681,6 @@ - provider: NuGet supportedSecret: NuGet API Key secretType: nuget_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2495,10 +1689,6 @@ - provider: Octopus Deploy supportedSecret: Octopus Deploy API Key secretType: octopus_deploy_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2507,10 +1697,6 @@ - provider: Oculus supportedSecret: Oculus Access Token secretType: oculus_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -2519,10 +1705,6 @@ - provider: OneChronos supportedSecret: OneChronos API Token secretType: onechronos_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.10' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -2531,10 +1713,6 @@ - provider: OneChronos supportedSecret: OneChronos Expressive Bidding API Key secretType: onechronos_eb_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.10' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -2543,10 +1721,6 @@ - provider: OneChronos supportedSecret: OneChronos Expressive Bidding Encryption Key secretType: onechronos_eb_encryption_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.10' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -2555,10 +1729,6 @@ - provider: OneChronos supportedSecret: OneChronos OAuth Token secretType: onechronos_oauth_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.10' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -2567,10 +1737,6 @@ - provider: OneChronos supportedSecret: OneChronos Refresh Token secretType: onechronos_refresh_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.10' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -2579,10 +1745,6 @@ - provider: Onfido supportedSecret: Onfido Live API Token secretType: onfido_live_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2591,10 +1753,6 @@ - provider: Onfido supportedSecret: Onfido Sandbox API Token secretType: onfido_sandbox_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2603,10 +1761,6 @@ - provider: OpenAI supportedSecret: OpenAI API Key secretType: openai_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2615,9 +1769,6 @@ - provider: OpenRouter supportedSecret: OpenRouter API Key secretType: openrouter_api_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2626,9 +1777,6 @@ - provider: Oracle supportedSecret: Oracle API Key secretType: oracle_api_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -2637,10 +1785,6 @@ - provider: Orbit supportedSecret: Orbit API Token secretType: orbit_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -2649,10 +1793,6 @@ - provider: PagerDuty supportedSecret: PagerDuty OAuth Secret secretType: pagerduty_oauth_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -2661,10 +1801,6 @@ - provider: PagerDuty supportedSecret: PagerDuty OAuth Token secretType: pagerduty_oauth_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -2673,10 +1809,6 @@ - provider: Palantir supportedSecret: Palantir JSON Web Token secretType: palantir_jwt - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2685,10 +1817,6 @@ - provider: Persona Identities supportedSecret: Persona Production Api Key secretType: persona_production_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.7' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2697,10 +1825,6 @@ - provider: Persona Identities supportedSecret: Persona Sandbox Api Key secretType: persona_sandbox_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.7' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2709,10 +1833,6 @@ - provider: Pinterest supportedSecret: Pinterest Access Token secretType: pinterest_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.10' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2721,10 +1841,6 @@ - provider: Pinterest supportedSecret: Pinterest Refresh Token secretType: pinterest_refresh_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.10' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2733,10 +1849,6 @@ - provider: PlanetScale supportedSecret: PlanetScale Database Password secretType: planetscale_database_password - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2745,10 +1857,6 @@ - provider: PlanetScale supportedSecret: PlanetScale OAuth Token secretType: planetscale_oauth_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2757,10 +1865,6 @@ - provider: PlanetScale supportedSecret: PlanetScale Service Token secretType: planetscale_service_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2769,9 +1873,6 @@ - provider: Planning Center supportedSecret: Planning Center OAuth Access Token secretType: planning_center_oauth_access_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2780,9 +1881,6 @@ - provider: Planning Center supportedSecret: Planning Center OAuth Application Secret secretType: planning_center_oauth_app_secret - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2791,9 +1889,6 @@ - provider: Planning Center supportedSecret: Planning Center Personal Access Token secretType: planning_center_personal_access_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2802,10 +1897,6 @@ - provider: Plivo supportedSecret: Plivo Auth ID secretType: plivo_auth_id
plivo_auth_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2814,9 +1905,6 @@ - provider: Polar supportedSecret: Polar Access Token secretType: polar_access_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2825,9 +1913,6 @@ - provider: Polar supportedSecret: Polar Authorization Code secretType: polar_authorization_code - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2836,9 +1921,6 @@ - provider: Polar supportedSecret: Polar Client Registration Token secretType: polar_client_registration_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2847,9 +1929,6 @@ - provider: Polar supportedSecret: Polar Client Secret secretType: polar_client_secret - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2858,9 +1937,6 @@ - provider: Polar supportedSecret: Polar Personal Access Token secretType: polar_personal_access_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2869,9 +1945,6 @@ - provider: Polar supportedSecret: Polar Refresh Token secretType: polar_refresh_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2880,10 +1953,6 @@ - provider: Postman supportedSecret: Postman API Key secretType: postman_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2892,10 +1961,6 @@ - provider: Postman supportedSecret: Postman Collection Key secretType: postman_collection_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.9' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2904,10 +1969,6 @@ - provider: Prefect supportedSecret: Prefect Server API Key secretType: prefect_server_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.6' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2916,10 +1977,6 @@ - provider: Prefect supportedSecret: Prefect User API Key secretType: prefect_user_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.6' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2928,10 +1985,6 @@ - provider: Proctorio supportedSecret: Proctorio Consumer Key secretType: proctorio_consumer_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2940,10 +1993,6 @@ - provider: Proctorio supportedSecret: Proctorio Linkage Key secretType: proctorio_linkage_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2952,10 +2001,6 @@ - provider: Proctorio supportedSecret: Proctorio Registration Key secretType: proctorio_registration_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2964,10 +2009,6 @@ - provider: Proctorio supportedSecret: Proctorio Secret Key secretType: proctorio_secret_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2976,10 +2017,6 @@ - provider: Pulumi supportedSecret: Pulumi Access Token secretType: pulumi_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2988,10 +2025,6 @@ - provider: PyPI supportedSecret: PyPI API Token secretType: pypi_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3000,9 +2033,6 @@ - provider: Ramp supportedSecret: Ramp OAuth Client ID secretType: ramp_client_id - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3011,9 +2041,6 @@ - provider: Ramp supportedSecret: Ramp OAuth Client Secret secretType: ramp_client_secret - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3022,9 +2049,6 @@ - provider: Ramp supportedSecret: Ramp OAuth Access or Refresh Token secretType: ramp_oauth_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3033,10 +2057,6 @@ - provider: ReadMe supportedSecret: ReadMe API Key secretType: readmeio_api_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.6' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3045,10 +2065,6 @@ - provider: redirect.pizza supportedSecret: redirect.pizza API Token secretType: redirect_pizza_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3057,10 +2073,6 @@ - provider: Replicate supportedSecret: Replicate API Token secretType: replicate_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.16' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3069,10 +2081,6 @@ - provider: Rootly supportedSecret: Rootly API Key secretType: rootly_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.9' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -3081,10 +2089,6 @@ - provider: RubyGems supportedSecret: RubyGems API Key secretType: rubygems_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3093,10 +2097,6 @@ - provider: Samsara supportedSecret: Samsara API Token secretType: samsara_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3105,10 +2105,6 @@ - provider: Samsara supportedSecret: Samsara OAuth Access Token secretType: samsara_oauth_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3117,10 +2113,6 @@ - provider: Scalr supportedSecret: Scalr API Token secretType: scalr_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.16' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3129,10 +2121,6 @@ - provider: Segment supportedSecret: Segment Public API Token secretType: segment_public_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.9' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3141,10 +2129,6 @@ - provider: SendGrid supportedSecret: SendGrid API Key secretType: sendgrid_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3153,10 +2137,6 @@ - provider: Sendinblue supportedSecret: Sendinblue API Key secretType: sendinblue_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3165,10 +2145,6 @@ - provider: Sendinblue supportedSecret: Sendinblue SMTP Key secretType: sendinblue_smtp_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3177,10 +2153,6 @@ - provider: Sentry supportedSecret: Sentry Integration Token secretType: sentry_integration_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.16' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -3189,10 +2161,6 @@ - provider: Sentry supportedSecret: Sentry Org Auth Token secretType: sentry_org_auth_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.16' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -3201,10 +2169,6 @@ - provider: Sentry supportedSecret: Sentry User App Auth Token secretType: sentry_user_app_auth_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.16' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -3213,10 +2177,6 @@ - provider: Sentry supportedSecret: Sentry User Auth Token secretType: sentry_user_auth_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.16' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -3225,10 +2185,6 @@ - provider: Shippo supportedSecret: Shippo Live API Token secretType: shippo_live_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -3237,10 +2193,6 @@ - provider: Shippo supportedSecret: Shippo Test API Token secretType: shippo_test_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -3249,10 +2201,6 @@ - provider: Shopee supportedSecret: Shopee Open Platform Partner Key secretType: shopee_open_platform_partner_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.16' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3261,10 +2209,6 @@ - provider: Shopify supportedSecret: Shopify Access Token secretType: shopify_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3273,10 +2217,6 @@ - provider: Shopify supportedSecret: Shopify App Client Credentials secretType: shopify_app_client_credentials - versions: - fpt: '*' - ghec: '*' - ghes: '>3.4' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3285,10 +2225,6 @@ - provider: Shopify supportedSecret: Shopify App Client Secret secretType: shopify_app_client_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>3.4' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3297,10 +2233,6 @@ - provider: Shopify supportedSecret: Shopify App Shared Secret secretType: shopify_app_shared_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3309,10 +2241,6 @@ - provider: Shopify supportedSecret: Shopify Custom App Access Token secretType: shopify_custom_app_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3321,10 +2249,6 @@ - provider: Shopify supportedSecret: Shopify Marketplace Token secretType: shopify_marketplace_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.4' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3333,10 +2257,6 @@ - provider: Shopify supportedSecret: Shopify Merchant Token secretType: shopify_merchant_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.4' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3345,10 +2265,6 @@ - provider: Shopify supportedSecret: Shopify Partner API Token secretType: shopify_partner_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.4' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3357,10 +2273,6 @@ - provider: Shopify supportedSecret: Shopify Private App Password secretType: shopify_private_app_password - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3369,10 +2281,6 @@ - provider: Siemens supportedSecret: Siemens API Token secretType: siemens_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.16' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3381,9 +2289,6 @@ - provider: Siemens supportedSecret: Siemens Code Token secretType: siemens_code_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -3392,9 +2297,6 @@ - provider: Sindri supportedSecret: Sindri API Key secretType: sindri_api_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3403,10 +2305,6 @@ - provider: Slack supportedSecret: Slack API Token secretType: slack_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3415,10 +2313,6 @@ - provider: Slack supportedSecret: Slack Incoming Webhook URL secretType: slack_incoming_webhook_url - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3427,10 +2321,6 @@ - provider: Slack supportedSecret: Slack Workflow Webhook URL secretType: slack_workflow_webhook_url - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3439,9 +2329,6 @@ - provider: Sourcegraph supportedSecret: Sourcegraph Access Token secretType: sourcegraph_access_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3450,9 +2337,6 @@ - provider: Sourcegraph supportedSecret: Sourcegraph Dotcom User Gateway Access Token secretType: sourcegraph_dotcom_user_gateway - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3461,9 +2345,6 @@ - provider: Sourcegraph supportedSecret: Sourcegraph Access Token with Instance Identifier secretType: sourcegraph_instance_identifier_access_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3472,9 +2353,6 @@ - provider: Sourcegraph supportedSecret: Sourcegraph License Key Token secretType: sourcegraph_license_key_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3483,9 +2361,6 @@ - provider: Sourcegraph supportedSecret: Sourcegraph Product Subscription Token secretType: sourcegraph_product_subscription_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3494,10 +2369,6 @@ - provider: Square supportedSecret: Square Access Token secretType: square_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -3506,10 +2377,6 @@ - provider: Square supportedSecret: Square Production Application Secret secretType: square_production_application_secret - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -3518,10 +2385,6 @@ - provider: Square supportedSecret: Square Sandbox Application Secret secretType: square_sandbox_application_secret - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -3530,10 +2393,6 @@ - provider: SSLMate supportedSecret: SSLMate API Key secretType: sslmate_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3542,10 +2401,6 @@ - provider: SSLMate supportedSecret: SSLMate Cluster Secret secretType: sslmate_cluster_secret - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3554,10 +2409,6 @@ - provider: Stripe supportedSecret: Stripe API Key secretType: stripe_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3566,10 +2417,6 @@ - provider: Stripe supportedSecret: Stripe Legacy API Key secretType: stripe_legacy_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3578,10 +2425,6 @@ - provider: Stripe supportedSecret: Stripe Live API Restricted Key secretType: stripe_live_restricted_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3590,10 +2433,6 @@ - provider: Stripe supportedSecret: Stripe Test API Restricted Key secretType: stripe_test_restricted_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3602,10 +2441,6 @@ - provider: Stripe supportedSecret: Stripe Test API Secret Key secretType: stripe_test_secret_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3614,10 +2449,6 @@ - provider: Stripe supportedSecret: Stripe Webhook Signing Secret secretType: stripe_webhook_signing_secret - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3626,10 +2457,6 @@ - provider: Supabase supportedSecret: Supabase Service Key secretType: supabase_service_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3638,10 +2465,6 @@ - provider: Tableau supportedSecret: Tableau Personal Access Token secretType: tableau_personal_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -3650,9 +2473,6 @@ - provider: Tailscale supportedSecret: Tailscale API Key secretType: tailscale_api_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3661,10 +2481,6 @@ - provider: Telegram supportedSecret: Telegram Bot Token secretType: telegram_bot_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -3673,10 +2489,6 @@ - provider: Telnyx supportedSecret: Telnyx API V2 Key secretType: telnyx_api_v2_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.7' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3685,10 +2497,6 @@ - provider: Tencent supportedSecret: Tencent Cloud Secret ID secretType: tencent_cloud_secret_id - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3697,10 +2505,6 @@ - provider: Tencent supportedSecret: Tencent WeChat API App ID secretType: tencent_wechat_api_app_id - versions: - fpt: '*' - ghec: '*' - ghes: '>3.7' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3709,10 +2513,6 @@ - provider: Thunderstore supportedSecret: Thunderstore IO API Token secretType: thunderstore_io_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.16' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -3721,10 +2521,6 @@ - provider: Twilio supportedSecret: Twilio Access Token secretType: twilio_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -3733,10 +2529,6 @@ - provider: Twilio supportedSecret: Twilio Account String Identifier secretType: twilio_account_sid - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3745,10 +2537,6 @@ - provider: Twilio supportedSecret: Twilio API Key secretType: twilio_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3757,10 +2545,6 @@ - provider: Typeform supportedSecret: Typeform Personal Access Token secretType: typeform_personal_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3769,10 +2553,6 @@ - provider: Uniwise supportedSecret: WISEflow API Key secretType: wiseflow_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.6' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3781,10 +2561,6 @@ - provider: Unkey supportedSecret: Unkey Root Key secretType: unkey_root_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3793,10 +2569,6 @@ - provider: VolcEngine supportedSecret: VolcEngine Access Key ID secretType: volcengine_access_key_id - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.12' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3805,10 +2577,6 @@ - provider: Wakatime supportedSecret: WakaTime API Key secretType: wakatime_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3817,10 +2585,6 @@ - provider: Wakatime supportedSecret: WakaTime App Secret secretType: wakatime_app_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>3.9' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3829,10 +2593,6 @@ - provider: Wakatime supportedSecret: WakaTime OAuth Access Token secretType: wakatime_oauth_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.9' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3841,10 +2601,6 @@ - provider: Wakatime supportedSecret: WakaTime OAuth Refresh Token secretType: wakatime_oauth_refresh_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.9' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3853,10 +2609,6 @@ - provider: Workato supportedSecret: Workato Developer API Token secretType: workato_developer_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.11' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3865,10 +2617,6 @@ - provider: WorkOS supportedSecret: WorkOS Production API Key secretType: workos_production_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.12' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3877,10 +2625,6 @@ - provider: WorkOS supportedSecret: WorkOS Staging API Key secretType: workos_staging_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.12' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3889,10 +2633,6 @@ - provider: Yandex supportedSecret: Yandex.Cloud API Key secretType: yandex_cloud_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3901,10 +2641,6 @@ - provider: Yandex supportedSecret: Yandex.Cloud Access Secret secretType: yandex_cloud_iam_access_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3913,10 +2649,6 @@ - provider: Yandex supportedSecret: Yandex.Cloud IAM Cookie secretType: yandex_cloud_iam_cookie - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3925,10 +2657,6 @@ - provider: Yandex supportedSecret: Yandex.Cloud IAM Token secretType: yandex_cloud_iam_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3937,10 +2665,6 @@ - provider: Yandex supportedSecret: Yandex.Cloud Smartchapta Server Key secretType: yandex_cloud_smartcaptcha_server_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.11' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3949,10 +2673,6 @@ - provider: Yandex supportedSecret: Yandex.Dictionary API Key secretType: yandex_dictionary_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -3961,9 +2681,6 @@ - provider: Yandex supportedSecret: Yandex.Passport OAuth Token secretType: yandex_passport_oauth_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3972,10 +2689,6 @@ - provider: Yandex supportedSecret: Yandex.Predictor API Key secretType: yandex_predictor_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -3984,10 +2697,6 @@ - provider: Yandex supportedSecret: Yandex.Translate API Key secretType: yandex_translate_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -3996,10 +2705,6 @@ - provider: Zuplo supportedSecret: Zuplo Consumer API Key secretType: zuplo_consumer_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.6' isPublic: true isPrivateWithGhas: true hasPushProtection: true diff --git a/src/secret-scanning/data/pattern-docs/ghes-3.18/public-docs.yml b/src/secret-scanning/data/pattern-docs/ghes-3.18/public-docs.yml index 90f7e3e273e3..85fd1d082218 100644 --- a/src/secret-scanning/data/pattern-docs/ghes-3.18/public-docs.yml +++ b/src/secret-scanning/data/pattern-docs/ghes-3.18/public-docs.yml @@ -1,10 +1,6 @@ - provider: Adafruit supportedSecret: Adafruit IO Key secretType: adafruit_io_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -13,10 +9,6 @@ - provider: Adobe supportedSecret: Adobe Client Secret secretType: adobe_client_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.11' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -25,10 +17,6 @@ - provider: Adobe supportedSecret: Adobe Device Token secretType: adobe_device_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -37,10 +25,6 @@ - provider: Adobe supportedSecret: Adobe PAC Token secretType: adobe_pac_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.11' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -49,10 +33,6 @@ - provider: Adobe supportedSecret: Adobe Refresh Token secretType: adobe_refresh_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.11' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -61,10 +41,6 @@ - provider: Adobe supportedSecret: Adobe Service Token secretType: adobe_service_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -73,10 +49,6 @@ - provider: Adobe supportedSecret: Adobe Short-Lived Access Token secretType: adobe_short_lived_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -85,10 +57,6 @@ - provider: Aiven supportedSecret: Aiven Auth Token secretType: aiven_auth_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.9' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -97,10 +65,6 @@ - provider: Aiven supportedSecret: Aiven Service Password secretType: aiven_service_password - versions: - fpt: '*' - ghec: '*' - ghes: '>3.9' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -109,10 +73,6 @@ - provider: Alibaba supportedSecret: Alibaba Cloud AccessKey ID secretType: alibaba_cloud_access_key_id
alibaba_cloud_access_key_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -121,10 +81,6 @@ - provider: Amazon AWS supportedSecret: Amazon AWS Access Key ID secretType: aws_access_key_id
aws_secret_access_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -132,11 +88,9 @@ isduplicate: false - provider: Amazon AWS supportedSecret: Amazon AWS Session Token - secretType: aws_secret_access_key
aws_session_token
aws_temporary_access_key_id - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' + secretType: >- + aws_secret_access_key
aws_session_token +
aws_temporary_access_key_id isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -145,10 +99,6 @@ - provider: Anthropic supportedSecret: Anthropic Admin API Key secretType: anthropic_admin_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.16' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -157,10 +107,6 @@ - provider: Anthropic supportedSecret: Anthropic API Key secretType: anthropic_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.12' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -169,10 +115,6 @@ - provider: Anthropic supportedSecret: Anthropic Session ID secretType: anthropic_session_id - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -181,10 +123,6 @@ - provider: Asaas supportedSecret: Asaas API Token secretType: asaas_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -193,10 +131,6 @@ - provider: Asana supportedSecret: Asana Legacy Format Personal Access Token secretType: asana_legacy_format_personal_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -205,10 +139,6 @@ - provider: Asana supportedSecret: Asana Personal Access Token secretType: asana_personal_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -217,10 +147,6 @@ - provider: Atlassian supportedSecret: Atlassian API Token secretType: atlassian_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -229,10 +155,6 @@ - provider: Atlassian supportedSecret: Atlassian JSON Web Token secretType: atlassian_jwt - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -241,10 +163,6 @@ - provider: Authress supportedSecret: Authress Service Client Access Key secretType: authress_service_client_access_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.11' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -253,10 +171,6 @@ - provider: Azure supportedSecret: Azure Active Directory Application Secret secretType: azure_active_directory_application_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -265,10 +179,6 @@ - provider: Azure supportedSecret: Azure Active Directory User Credential secretType: azure_active_directory_user_credential - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -277,10 +187,6 @@ - provider: Azure supportedSecret: Azure Apim Direct Management Key secretType: azure_apim_direct_management_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -289,10 +195,6 @@ - provider: Azure supportedSecret: Azure Apim Gateway Key secretType: azure_apim_gateway_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -301,10 +203,6 @@ - provider: Azure supportedSecret: Azure Apim Repository Key secretType: azure_apim_repository_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -313,10 +211,6 @@ - provider: Azure supportedSecret: Azure Apim Subscription Key secretType: azure_apim_subscription_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -325,10 +219,6 @@ - provider: Azure supportedSecret: Azure App Configuration Connection String secretType: azure_app_configuration_connection_string - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -337,10 +227,6 @@ - provider: Azure supportedSecret: Azure Batch Key Identifiable secretType: azure_batch_key_identifiable - versions: - fpt: '*' - ghec: '*' - ghes: '>3.8' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -349,10 +235,6 @@ - provider: Azure supportedSecret: Azure Cache for Redis Access Key secretType: azure_cache_for_redis_access_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -361,10 +243,6 @@ - provider: Azure supportedSecret: Azure Communication Services Connection String secretType: azure_communication_services_connection_string - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -373,10 +251,6 @@ - provider: Azure supportedSecret: Azure Registry Key Identifiable secretType: azure_container_registry_key_identifiable - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.11' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -385,10 +259,6 @@ - provider: Azure supportedSecret: Azure Cosmosdb Key Identifiable secretType: azure_cosmosdb_key_identifiable - versions: - fpt: '*' - ghec: '*' - ghes: '>3.8' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -397,10 +267,6 @@ - provider: Azure supportedSecret: Azure DevOps Personal Access Token secretType: azure_devops_personal_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -409,10 +275,6 @@ - provider: Azure supportedSecret: Azure Event Hub Key Identifiable secretType: azure_event_hub_key_identifiable - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -421,10 +283,6 @@ - provider: Azure supportedSecret: Azure Function Key secretType: azure_function_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -433,10 +291,6 @@ - provider: Azure supportedSecret: Azure IoT Device Connection String secretType: azure_iot_device_connection_string - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -445,10 +299,6 @@ - provider: Azure supportedSecret: Azure IoT Device Key secretType: azure_iot_device_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -457,10 +307,6 @@ - provider: Azure supportedSecret: Azure IoT Device Provisioning Key secretType: azure_iot_device_provisioning_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -469,10 +315,6 @@ - provider: Azure supportedSecret: Azure IoT Hub Connection String secretType: azure_iot_hub_connection_string - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -481,10 +323,6 @@ - provider: Azure supportedSecret: Azure IoT Hub Key secretType: azure_iot_hub_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -493,10 +331,6 @@ - provider: Azure supportedSecret: Azure IoT Provisioning Connection String secretType: azure_iot_provisioning_connection_string - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -505,10 +339,6 @@ - provider: Azure supportedSecret: Microsoft Azure Service Management Certificate secretType: azure_management_certificate - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -517,10 +347,6 @@ - provider: Azure supportedSecret: Azure ML Studio (classic) Web Service Key secretType: azure_ml_web_service_classic_identifiable_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.8' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -529,10 +355,6 @@ - provider: Azure supportedSecret: Azure OpenAI Key secretType: azure_openai_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.16' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -541,10 +363,6 @@ - provider: Azure supportedSecret: Azure Relay Key Identifiable secretType: azure_relay_key_identifiable - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -553,10 +371,6 @@ - provider: Azure supportedSecret: Azure SAS Token secretType: azure_sas_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -565,10 +379,6 @@ - provider: Azure supportedSecret: Azure Search Admin Key secretType: azure_search_admin_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.8' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -577,10 +387,6 @@ - provider: Azure supportedSecret: Azure Search Query Key secretType: azure_search_query_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.8' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -589,10 +395,6 @@ - provider: Azure supportedSecret: Azure Service Bus Key Identifiable secretType: azure_service_bus_identifiable - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -601,10 +403,6 @@ - provider: Azure supportedSecret: Azure SignalR Connection String secretType: azure_signalr_connection_string - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -613,10 +411,6 @@ - provider: Azure supportedSecret: Azure SQL Connection String secretType: azure_sql_connection_string - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -625,10 +419,6 @@ - provider: Azure supportedSecret: Azure SQL password secretType: azure_sql_password - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.11' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -637,10 +427,6 @@ - provider: Azure supportedSecret: Azure Storage Account Access Key secretType: azure_storage_account_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.6' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -649,10 +435,6 @@ - provider: Azure supportedSecret: Azure Web Pub Sub Connection String secretType: azure_web_pub_sub_connection_string - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -661,10 +443,6 @@ - provider: Azure supportedSecret: Microsoft Azure Entra ID Token secretType: microsoft_azure_entra_id_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.16' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -673,10 +451,6 @@ - provider: Azure supportedSecret: Microsoft Corporate Network User Credential secretType: microsoft_corporate_network_user_credential - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -685,10 +459,6 @@ - provider: Baidu supportedSecret: Baidu Cloud API Access Key secretType: baiducloud_api_accesskey - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.11' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -697,10 +467,6 @@ - provider: Beamer supportedSecret: Beamer API Key secretType: beamer_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -709,10 +475,6 @@ - provider: Bitbucket supportedSecret: Bitbucket Server Personal Access Token secretType: bitbucket_server_personal_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -721,9 +483,6 @@ - provider: Bitrise supportedSecret: Bitrise Personal Access Token secretType: bitrise_personal_access_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -732,9 +491,6 @@ - provider: Bitrise supportedSecret: Bitrise Workspace API Token secretType: bitrise_workspace_api_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -743,9 +499,6 @@ - provider: Block Protocol supportedSecret: Block Protocol API Key secretType: block_protocol_api_key - versions: - fpt: '*' - ghec: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -754,10 +507,6 @@ - provider: Brevo supportedSecret: Sendinblue API Key secretType: sendinblue_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -766,10 +515,6 @@ - provider: Brevo supportedSecret: Sendinblue SMTP Key secretType: sendinblue_smtp_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -778,9 +523,6 @@ - provider: Buildkite supportedSecret: Buildkite User Access Token secretType: buildkite_user_access_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -789,10 +531,6 @@ - provider: Canadian Digital Service supportedSecret: Canadian Digital Service Notify API Key secretType: cds_canada_notify_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.9' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -801,10 +539,6 @@ - provider: Canva supportedSecret: Canva App Secret secretType: canva_app_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -813,10 +547,6 @@ - provider: Canva supportedSecret: Canva Connect API Secret secretType: canva_connect_api_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.12' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -825,10 +555,6 @@ - provider: Canva supportedSecret: Canva Secret secretType: canva_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -837,10 +563,6 @@ - provider: Cashfree supportedSecret: Cashfree API Key secretType: cashfree_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.12' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -849,10 +571,6 @@ - provider: Cfx.re supportedSecret: Cfx.re Server Key secretType: cfxre_server_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -861,10 +579,6 @@ - provider: Checkout.com supportedSecret: Checkout.com Production Secret Key secretType: checkout_production_secret_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -873,10 +587,6 @@ - provider: Checkout.com supportedSecret: Checkout.com Test Secret Key secretType: checkout_test_secret_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -885,10 +595,6 @@ - provider: Chief Tools supportedSecret: Chief Tools Token secretType: chief_tools_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.7' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -897,10 +603,6 @@ - provider: CircleCI supportedSecret: CircleCI Bot API Token secretType: circleci_bot_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -909,10 +611,6 @@ - provider: CircleCI supportedSecret: CircleCI Personal Access Token secretType: circleci_personal_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.12' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -921,10 +619,6 @@ - provider: CircleCI supportedSecret: CircleCI Project Access Token secretType: circleci_project_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -933,10 +627,6 @@ - provider: CircleCI supportedSecret: CircleCI Release API Token secretType: circleci_release_integration_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -945,10 +635,6 @@ - provider: Clojars supportedSecret: Clojars Deploy Token secretType: clojars_deploy_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -957,10 +643,6 @@ - provider: CloudBees supportedSecret: CloudBees CodeShip Credential secretType: codeship_credential - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -969,10 +651,6 @@ - provider: Cockroach Labs supportedSecret: CockroachDB Cloud API Key secretType: ccdb_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -981,10 +659,6 @@ - provider: Contentful supportedSecret: Contentful Personal Access Token secretType: contentful_personal_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -993,9 +667,6 @@ - provider: Contributed Systems supportedSecret: Contributed Systems Credentials secretType: contributed_systems_credentials - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -1004,10 +675,6 @@ - provider: Coveo supportedSecret: Coveo Access Token secretType: coveo_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -1016,10 +683,6 @@ - provider: Coveo supportedSecret: Coveo API Key secretType: coveo_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -1028,10 +691,6 @@ - provider: crates.io supportedSecret: Crates.io API Token secretType: cratesio_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.9' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1040,10 +699,6 @@ - provider: Databento supportedSecret: Databento API Key secretType: databento_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -1052,10 +707,6 @@ - provider: Databricks supportedSecret: Databricks Access Token secretType: databricks_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1064,9 +715,6 @@ - provider: Datadog supportedSecret: Datadog API Key secretType: datadog_api_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -1075,9 +723,6 @@ - provider: Datadog supportedSecret: Datadog Application Key secretType: datadog_app_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -1086,9 +731,6 @@ - provider: Datadog supportedSecret: Datadog RCM secretType: datadog_rcm - versions: - fpt: '*' - ghec: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -1097,10 +739,6 @@ - provider: Datastax supportedSecret: Datastax AstraCS Tokens secretType: datastax_astracs_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1109,10 +747,6 @@ - provider: Defined Networking supportedSecret: Defined Networking Managed Nebula API Key secretType: defined_networking_nebula_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.10' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1121,10 +755,6 @@ - provider: DevCycle supportedSecret: DevCycle Client API Key secretType: devcycle_client_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.8' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1133,10 +763,6 @@ - provider: DevCycle supportedSecret: DevCycle Mobile API Key secretType: devcycle_mobile_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.8' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1145,10 +771,6 @@ - provider: DevCycle supportedSecret: DevCycle Server API Key secretType: devcycle_server_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.8' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1157,10 +779,6 @@ - provider: DigitalOcean supportedSecret: DigitalOcean OAuth Token secretType: digitalocean_oauth_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1169,10 +787,6 @@ - provider: DigitalOcean supportedSecret: DigitalOcean Personal Access Token secretType: digitalocean_personal_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1181,10 +795,6 @@ - provider: DigitalOcean supportedSecret: DigitalOcean Refresh Token secretType: digitalocean_refresh_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1193,10 +803,6 @@ - provider: DigitalOcean supportedSecret: DigitalOcean System Token secretType: digitalocean_system_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1205,10 +811,6 @@ - provider: Discord supportedSecret: Discord Bot Token secretType: discord_bot_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1217,9 +819,6 @@ - provider: Docker supportedSecret: Docker Organization Access Token secretType: docker_organization_access_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1228,10 +827,6 @@ - provider: Docker supportedSecret: Docker Personal Access Token secretType: docker_personal_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.12' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1240,9 +835,6 @@ - provider: Docker supportedSecret: Docker Swarm Join Token secretType: docker_swarm_join_token - versions: - fpt: '*' - ghec: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -1251,9 +843,6 @@ - provider: Docker supportedSecret: Docker Swarm Unlock Key secretType: docker_swarm_unlock_key - versions: - fpt: '*' - ghec: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -1262,10 +851,6 @@ - provider: Doppler supportedSecret: Doppler Audit Token secretType: doppler_audit_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1274,10 +859,6 @@ - provider: Doppler supportedSecret: Doppler CLI Token secretType: doppler_cli_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1286,10 +867,6 @@ - provider: Doppler supportedSecret: Doppler Personal Token secretType: doppler_personal_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1298,10 +875,6 @@ - provider: Doppler supportedSecret: Doppler SCIM Token secretType: doppler_scim_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1310,10 +883,6 @@ - provider: Doppler supportedSecret: Doppler Service Account Token secretType: doppler_service_account_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.9' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1322,10 +891,6 @@ - provider: Doppler supportedSecret: Doppler Service Token secretType: doppler_service_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1334,10 +899,6 @@ - provider: Dropbox supportedSecret: Dropbox Access Token secretType: dropbox_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -1346,10 +907,6 @@ - provider: Dropbox supportedSecret: Dropbox Short-Lived Access Token secretType: dropbox_short_lived_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1358,10 +915,6 @@ - provider: Duffel supportedSecret: Duffel Live Access Token secretType: duffel_live_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -1370,10 +923,6 @@ - provider: Duffel supportedSecret: Duffel Test Access Token secretType: duffel_test_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -1382,10 +931,6 @@ - provider: Dynatrace supportedSecret: Dynatrace API Token secretType: dynatrace_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1394,10 +939,6 @@ - provider: Dynatrace supportedSecret: Dynatrace Internal Token secretType: dynatrace_internal_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1406,10 +947,6 @@ - provider: EasyPost supportedSecret: EasyPost Production API Key secretType: easypost_production_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -1418,10 +955,6 @@ - provider: EasyPost supportedSecret: EasyPost Test API Key secretType: easypost_test_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -1430,10 +963,6 @@ - provider: eBay supportedSecret: eBay Production Client ID (App ID) secretType: ebay_production_client_id
ebay_production_client_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>3.8' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -1442,10 +971,6 @@ - provider: eBay supportedSecret: eBay Sandbox Client ID (App ID) secretType: ebay_sandbox_client_id
ebay_sandbox_client_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>3.8' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -1454,10 +979,6 @@ - provider: Facebook supportedSecret: Facebook Access Token secretType: facebook_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -1466,10 +987,6 @@ - provider: Fastly supportedSecret: Fastly API Token secretType: fastly_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -1478,10 +995,6 @@ - provider: Figma supportedSecret: Figma Personal Access Token secretType: figma_pat - versions: - fpt: '*' - ghec: '*' - ghes: '>3.7' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1490,10 +1003,6 @@ - provider: Finicity supportedSecret: Finicity App Key secretType: finicity_app_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -1502,10 +1011,6 @@ - provider: Firebase supportedSecret: Firebase Cloud Messaging Server Key secretType: firebase_cloud_messaging_server_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -1514,10 +1019,6 @@ - provider: Flutterwave supportedSecret: Flutterwave Live API Secret Key secretType: flutterwave_live_api_secret_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -1526,10 +1027,6 @@ - provider: Flutterwave supportedSecret: Flutterwave Test API Secret Key secretType: flutterwave_test_api_secret_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -1538,10 +1035,6 @@ - provider: Frame.io supportedSecret: Frame.io Developer Token secretType: frameio_developer_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -1550,10 +1043,6 @@ - provider: Frame.io supportedSecret: Frame.io JSON Web Token secretType: frameio_jwt - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1562,10 +1051,6 @@ - provider: FullStory supportedSecret: FullStory API Key secretType: fullstory_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1574,10 +1059,6 @@ - provider: GitHub supportedSecret: GitHub App Installation Access Token secretType: github_app_installation_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -1586,10 +1067,6 @@ - provider: GitHub supportedSecret: GitHub OAuth Access Token secretType: github_oauth_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -1598,10 +1075,6 @@ - provider: GitHub supportedSecret: GitHub Personal Access Token secretType: github_personal_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -1610,10 +1083,6 @@ - provider: GitHub supportedSecret: GitHub Refresh Token secretType: github_refresh_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -1622,10 +1091,6 @@ - provider: GitHub supportedSecret: GitHub SSH Private Key secretType: github_ssh_private_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -1634,10 +1099,6 @@ - provider: GitHub supportedSecret: GitHub Test Token secretType: github_test_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -1646,10 +1107,6 @@ - provider: GitHub Secret Scanning supportedSecret: GitHub Secret Scanning secretType: secret_scanning_sample_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1658,10 +1115,6 @@ - provider: GitLab supportedSecret: GitLab Access Token secretType: gitlab_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -1670,10 +1123,6 @@ - provider: GoCardless supportedSecret: GoCardless Live Access Token secretType: gocardless_live_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -1682,10 +1131,6 @@ - provider: GoCardless supportedSecret: GoCardless Sandbox Access Token secretType: gocardless_sandbox_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -1694,10 +1139,6 @@ - provider: Google supportedSecret: Google API Key secretType: google_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -1706,10 +1147,6 @@ - provider: Google supportedSecret: Google Cloud Service Account Credentials secretType: google_cloud_service_account_credentials - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.13' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1717,11 +1154,9 @@ isduplicate: false - provider: Google supportedSecret: Google Cloud Storage Service Account Access Key ID - secretType: google_cloud_storage_access_key_secret
google_cloud_storage_service_account_access_key_id - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' + secretType: >- + google_cloud_storage_access_key_secret +
google_cloud_storage_service_account_access_key_id isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1729,11 +1164,9 @@ isduplicate: false - provider: Google supportedSecret: Google Cloud Storage User Access Key ID - secretType: google_cloud_storage_access_key_secret
google_cloud_storage_user_access_key_id - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' + secretType: >- + google_cloud_storage_access_key_secret +
google_cloud_storage_user_access_key_id isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1742,10 +1175,6 @@ - provider: Google supportedSecret: GCP API Key Bound to a Service Account secretType: google_gcp_api_key_bound_service_account - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -1754,10 +1183,6 @@ - provider: Google supportedSecret: Google OAuth Access Token secretType: google_oauth_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1766,10 +1191,6 @@ - provider: Google supportedSecret: Google OAuth Client ID secretType: google_oauth_client_id
google_oauth_client_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1778,10 +1199,6 @@ - provider: Google supportedSecret: Google OAuth Refresh Token secretType: google_oauth_refresh_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1790,10 +1207,6 @@ - provider: Grafana supportedSecret: Grafana Cloud API Key secretType: grafana_cloud_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.7' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1802,10 +1215,6 @@ - provider: Grafana supportedSecret: Grafana Cloud API Token secretType: grafana_cloud_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.7' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1814,10 +1223,6 @@ - provider: Grafana supportedSecret: Grafana Project API Key secretType: grafana_project_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.7' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1826,10 +1231,6 @@ - provider: Grafana supportedSecret: Grafana Project Service Account Token secretType: grafana_project_service_account_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.7' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1838,9 +1239,6 @@ - provider: Groq supportedSecret: Groq API Key secretType: groq_api_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -1849,10 +1247,6 @@ - provider: HashiCorp supportedSecret: HashiCorp Vault Batch Token secretType: hashicorp_vault_batch_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.8' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -1861,10 +1255,6 @@ - provider: HashiCorp supportedSecret: HashiCorp Vault Root Service Token secretType: hashicorp_vault_root_service_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.8' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -1873,10 +1263,6 @@ - provider: HashiCorp supportedSecret: HashiCorp Vault Service Token secretType: hashicorp_vault_service_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.8' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -1885,10 +1271,6 @@ - provider: HashiCorp supportedSecret: Terraform Cloud / Enterprise API Token secretType: terraform_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1897,9 +1279,6 @@ - provider: Heroku supportedSecret: Heroku Platform API OAuth2 Token secretType: heroku_platform_api_oauth2_token - versions: - fpt: '*' - ghec: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -1908,9 +1287,6 @@ - provider: Heroku supportedSecret: Heroku Postgres Connection URL secretType: heroku_postgres_connection_url - versions: - fpt: '*' - ghec: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -1919,10 +1295,6 @@ - provider: Highnote supportedSecret: Highnote RK Live Key secretType: highnote_rk_live_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.9' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1931,10 +1303,6 @@ - provider: Highnote supportedSecret: Highnote RK Test Key secretType: highnote_rk_test_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.9' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1943,10 +1311,6 @@ - provider: Highnote supportedSecret: Highnote SK Live Key secretType: highnote_sk_live_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.9' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1955,10 +1319,6 @@ - provider: Highnote supportedSecret: Highnote SK Test Key secretType: highnote_sk_test_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.9' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1967,10 +1327,6 @@ - provider: HOP supportedSecret: HOP Bearer secretType: hop_bearer - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.11' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1979,10 +1335,6 @@ - provider: HOP supportedSecret: HOP PAT secretType: hop_pat - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.11' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1991,10 +1343,6 @@ - provider: HOP supportedSecret: HOP PTK secretType: hop_ptk - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.11' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2003,10 +1351,6 @@ - provider: Hubspot supportedSecret: Hubspot API Key secretType: hubspot_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2015,10 +1359,6 @@ - provider: Hubspot supportedSecret: Hubspot Personal Access Key secretType: hubspot_personal_access_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2027,10 +1367,6 @@ - provider: Hubspot supportedSecret: Hubspot Private Apps User Token secretType: hubspot_private_apps_user_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2039,10 +1375,6 @@ - provider: Hubspot supportedSecret: Hubspot SMTP Credential secretType: hubspot_smtp_credential - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.16' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2051,10 +1383,6 @@ - provider: Hugging Face supportedSecret: Hugging Face Organization API Token secretType: hf_org_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.16' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2063,10 +1391,6 @@ - provider: Hugging Face supportedSecret: Hugging Face User Access Token secretType: hf_user_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.16' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2075,10 +1399,6 @@ - provider: Intercom supportedSecret: Intercom Access Token secretType: intercom_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -2087,10 +1407,6 @@ - provider: Ionic supportedSecret: Ionic Personal Access Token secretType: ionic_personal_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2099,10 +1415,6 @@ - provider: Ionic supportedSecret: Ionic Refresh Token secretType: ionic_refresh_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2111,9 +1423,6 @@ - provider: Iterative supportedSecret: DVC Studio Access Token secretType: iterative_dvc_studio_access_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -2122,10 +1431,6 @@ - provider: JFrog supportedSecret: JFrog Platform Access Token secretType: jfrog_platform_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.6' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -2134,10 +1439,6 @@ - provider: JFrog supportedSecret: JFrog Platform API Key secretType: jfrog_platform_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.6' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -2146,10 +1447,6 @@ - provider: JFrog supportedSecret: JFrog Platform Reference Token secretType: jfrog_platform_reference_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.10' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -2158,9 +1455,6 @@ - provider: LaunchDarkly supportedSecret: LaunchDarkly API Token secretType: launchdarkly_access_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -2169,10 +1463,6 @@ - provider: Lichess supportedSecret: Lichess OAuth Access Token secretType: lichess_oauth_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2181,10 +1471,6 @@ - provider: Lichess supportedSecret: Lichess Personal Access Token secretType: lichess_personal_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2193,10 +1479,6 @@ - provider: Lightspeed supportedSecret: Lightspeed Personal Access Token secretType: lightspeed_xs_pat - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.12' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -2205,10 +1487,6 @@ - provider: Linear supportedSecret: Linear API Key secretType: linear_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2217,10 +1495,6 @@ - provider: Linear supportedSecret: Linear OAuth Access Token secretType: linear_oauth_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2229,10 +1503,6 @@ - provider: LinkedIn supportedSecret: LinkedIn Client Secret secretType: linkedin_client_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -2241,10 +1511,6 @@ - provider: Lob supportedSecret: Lob Live API Key secretType: lob_live_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -2253,10 +1519,6 @@ - provider: Lob supportedSecret: Lob Test API Key secretType: lob_test_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -2265,10 +1527,6 @@ - provider: Localstack supportedSecret: Localstack API Key secretType: localstack_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.7' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2277,10 +1535,6 @@ - provider: LogicMonitor supportedSecret: LogicMonitor Bearer Token secretType: logicmonitor_bearer_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.8' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2289,10 +1543,6 @@ - provider: LogicMonitor supportedSecret: LogicMonitor LMv1 Access Key secretType: logicmonitor_lmv1_access_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.8' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2300,11 +1550,9 @@ isduplicate: false - provider: Login with Amazon supportedSecret: Login with Amazon OAuth Client ID - secretType: amazon_oauth_client_id
amazon_oauth_client_secret
amazon_oauth_client_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' + secretType: >- + amazon_oauth_client_id
amazon_oauth_client_secret +
amazon_oauth_client_secret isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2313,10 +1561,6 @@ - provider: Mailchimp supportedSecret: Mailchimp API Key secretType: mailchimp_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2325,9 +1569,6 @@ - provider: Mailchimp supportedSecret: Mandrill API Key secretType: mandrill_api_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -2336,9 +1577,6 @@ - provider: Mailersend supportedSecret: Mailersend API Token secretType: mailersend_api_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -2347,9 +1585,6 @@ - provider: Mailersend supportedSecret: Mailersend SMTP Password secretType: mailersend_smtp_password - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -2358,9 +1593,6 @@ - provider: Mailersend supportedSecret: Mailersend SMTP Username secretType: mailersend_smtp_username - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -2369,10 +1601,6 @@ - provider: Mailgun supportedSecret: Mailgun API Key secretType: mailgun_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2381,9 +1609,6 @@ - provider: Mailgun supportedSecret: Mailgun SMTP Credential secretType: mailgun_smtp_credential - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -2392,10 +1617,6 @@ - provider: Mapbox supportedSecret: Mapbox Secret Access Token secretType: mapbox_secret_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -2404,10 +1625,6 @@ - provider: MaxMind supportedSecret: MaxMind License Key secretType: maxmind_license_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.11' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2416,10 +1633,6 @@ - provider: Mercury supportedSecret: Mercury Non-Production API Token secretType: mercury_non_production_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.10' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2428,10 +1641,6 @@ - provider: Mercury supportedSecret: Mercury Production API Token secretType: mercury_production_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.10' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2440,10 +1649,6 @@ - provider: Mergify supportedSecret: Mergify Application Key secretType: mergify_application_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.12' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2452,10 +1657,6 @@ - provider: MessageBird supportedSecret: MessageBird API Key secretType: messagebird_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2464,10 +1665,6 @@ - provider: Midtrans supportedSecret: Midtrans Production Server Key secretType: midtrans_production_server_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -2476,10 +1673,6 @@ - provider: Midtrans supportedSecret: Midtrans Sandbox Server Key secretType: midtrans_sandbox_server_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -2488,10 +1681,6 @@ - provider: MongoDB supportedSecret: MongoDB Atlas Database URI with credentials secretType: mongodb_atlas_db_uri_with_credentials - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2500,9 +1689,6 @@ - provider: MongoDB supportedSecret: MongoDB Atlas Service Account Secret secretType: mongodb_atlas_service_account_secret - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2511,9 +1697,6 @@ - provider: Naver Cloud supportedSecret: Naver Cloud Gov Access Key ID secretType: navercloud_gov_access_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2522,9 +1705,6 @@ - provider: Naver Cloud supportedSecret: Naver Cloud Gov Secret Key secretType: navercloud_gov_access_key_secret - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2533,9 +1713,6 @@ - provider: Naver Cloud supportedSecret: Naver Cloud Gov Secure Token Service secretType: navercloud_gov_sts - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2544,9 +1721,6 @@ - provider: Naver Cloud supportedSecret: Naver Cloud Gov Secure Token Service Secret secretType: navercloud_gov_sts_secret - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2555,9 +1729,6 @@ - provider: Naver Cloud supportedSecret: Naver Cloud Access Key ID secretType: navercloud_pub_access_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2566,9 +1737,6 @@ - provider: Naver Cloud supportedSecret: Naver Cloud Secret Key secretType: navercloud_pub_access_key_secret - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2577,9 +1745,6 @@ - provider: Naver Cloud supportedSecret: Naver Cloud Secure Token Service secretType: navercloud_pub_sts - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2588,9 +1753,6 @@ - provider: Naver Cloud supportedSecret: Naver Cloud Secure Token Service Secret secretType: navercloud_pub_sts_secret - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2599,9 +1761,6 @@ - provider: Neon supportedSecret: Neon API Key secretType: neon_api_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -2610,9 +1769,6 @@ - provider: Neon supportedSecret: Neon Connection URI secretType: neon_connection_uri - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -2621,10 +1777,6 @@ - provider: Netflix supportedSecret: Netflix NetKey secretType: netflix_netkey - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2633,10 +1785,6 @@ - provider: New Relic supportedSecret: New Relic Insights Query Key secretType: new_relic_insights_query_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -2645,10 +1793,6 @@ - provider: New Relic supportedSecret: New Relic License Key secretType: new_relic_license_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -2657,10 +1801,6 @@ - provider: New Relic supportedSecret: New Relic Personal API Key secretType: new_relic_personal_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -2669,10 +1809,6 @@ - provider: New Relic supportedSecret: New Relic REST API Key secretType: new_relic_rest_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -2681,10 +1817,6 @@ - provider: Notion supportedSecret: Notion Integration Token secretType: notion_integration_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -2693,10 +1825,6 @@ - provider: Notion supportedSecret: Notion OAuth Client Secret secretType: notion_oauth_client_secret - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -2705,10 +1833,6 @@ - provider: npm supportedSecret: npm Access Token secretType: npm_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2717,10 +1841,6 @@ - provider: NuGet supportedSecret: NuGet API Key secretType: nuget_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2729,10 +1849,6 @@ - provider: Octopus Deploy supportedSecret: Octopus Deploy API Key secretType: octopus_deploy_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2741,10 +1857,6 @@ - provider: Oculus supportedSecret: Oculus Access Token secretType: oculus_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -2753,10 +1865,6 @@ - provider: OneChronos supportedSecret: OneChronos API Token secretType: onechronos_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.10' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -2765,10 +1873,6 @@ - provider: OneChronos supportedSecret: OneChronos Expressive Bidding API Key secretType: onechronos_eb_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.10' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -2777,10 +1881,6 @@ - provider: OneChronos supportedSecret: OneChronos Expressive Bidding Encryption Key secretType: onechronos_eb_encryption_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.10' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -2789,10 +1889,6 @@ - provider: OneChronos supportedSecret: OneChronos OAuth Token secretType: onechronos_oauth_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.10' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -2801,10 +1897,6 @@ - provider: OneChronos supportedSecret: OneChronos Refresh Token secretType: onechronos_refresh_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.10' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -2813,10 +1905,6 @@ - provider: Onfido supportedSecret: Onfido Live API Token secretType: onfido_live_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2825,10 +1913,6 @@ - provider: Onfido supportedSecret: Onfido Sandbox API Token secretType: onfido_sandbox_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2837,10 +1921,6 @@ - provider: OpenAI supportedSecret: OpenAI API Key secretType: openai_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2849,10 +1929,6 @@ - provider: OpenRouter supportedSecret: OpenRouter API Key secretType: openrouter_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2861,9 +1937,6 @@ - provider: Oracle supportedSecret: Oracle API Key secretType: oracle_api_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -2872,10 +1945,6 @@ - provider: Orbit supportedSecret: Orbit API Token secretType: orbit_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -2884,10 +1953,6 @@ - provider: PagerDuty supportedSecret: PagerDuty OAuth Secret secretType: pagerduty_oauth_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -2896,10 +1961,6 @@ - provider: PagerDuty supportedSecret: PagerDuty OAuth Token secretType: pagerduty_oauth_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -2908,10 +1969,6 @@ - provider: Palantir supportedSecret: Palantir JSON Web Token secretType: palantir_jwt - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2920,9 +1977,6 @@ - provider: Pangea supportedSecret: Pangea Token secretType: pangea_token - versions: - fpt: '*' - ghec: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -2931,10 +1985,6 @@ - provider: Persona Identities supportedSecret: Persona Production Api Key secretType: persona_production_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.7' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2943,10 +1993,6 @@ - provider: Persona Identities supportedSecret: Persona Sandbox Api Key secretType: persona_sandbox_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.7' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2955,10 +2001,6 @@ - provider: Pinterest supportedSecret: Pinterest Access Token secretType: pinterest_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.10' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2967,10 +2009,6 @@ - provider: Pinterest supportedSecret: Pinterest Refresh Token secretType: pinterest_refresh_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.10' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2979,10 +2017,6 @@ - provider: PlanetScale supportedSecret: PlanetScale Database Password secretType: planetscale_database_password - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2991,10 +2025,6 @@ - provider: PlanetScale supportedSecret: PlanetScale OAuth Token secretType: planetscale_oauth_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3003,10 +2033,6 @@ - provider: PlanetScale supportedSecret: PlanetScale Service Token secretType: planetscale_service_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3015,10 +2041,6 @@ - provider: Planning Center supportedSecret: Planning Center OAuth Access Token secretType: planning_center_oauth_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3027,10 +2049,6 @@ - provider: Planning Center supportedSecret: Planning Center OAuth Application Secret secretType: planning_center_oauth_app_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3039,10 +2057,6 @@ - provider: Planning Center supportedSecret: Planning Center Personal Access Token secretType: planning_center_personal_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3051,10 +2065,6 @@ - provider: Plivo supportedSecret: Plivo Auth ID secretType: plivo_auth_id
plivo_auth_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3063,10 +2073,6 @@ - provider: Polar supportedSecret: Polar Access Token secretType: polar_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3075,10 +2081,6 @@ - provider: Polar supportedSecret: Polar Authorization Code secretType: polar_authorization_code - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3087,10 +2089,6 @@ - provider: Polar supportedSecret: Polar Client Registration Token secretType: polar_client_registration_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3099,10 +2097,6 @@ - provider: Polar supportedSecret: Polar Client Secret secretType: polar_client_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3111,10 +2105,6 @@ - provider: Polar supportedSecret: Polar Personal Access Token secretType: polar_personal_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3123,10 +2113,6 @@ - provider: Polar supportedSecret: Polar Refresh Token secretType: polar_refresh_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3135,10 +2121,6 @@ - provider: Postman supportedSecret: Postman API Key secretType: postman_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3147,10 +2129,6 @@ - provider: Postman supportedSecret: Postman Collection Key secretType: postman_collection_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.9' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3159,10 +2137,6 @@ - provider: Prefect supportedSecret: Prefect Server API Key secretType: prefect_server_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.6' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3171,10 +2145,6 @@ - provider: Prefect supportedSecret: Prefect User API Key secretType: prefect_user_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.6' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3183,10 +2153,6 @@ - provider: Proctorio supportedSecret: Proctorio Consumer Key secretType: proctorio_consumer_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3195,10 +2161,6 @@ - provider: Proctorio supportedSecret: Proctorio Linkage Key secretType: proctorio_linkage_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3207,10 +2169,6 @@ - provider: Proctorio supportedSecret: Proctorio Registration Key secretType: proctorio_registration_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3219,10 +2177,6 @@ - provider: Proctorio supportedSecret: Proctorio Secret Key secretType: proctorio_secret_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3231,10 +2185,6 @@ - provider: Pulumi supportedSecret: Pulumi Access Token secretType: pulumi_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3243,10 +2193,6 @@ - provider: PyPI supportedSecret: PyPI API Token secretType: pypi_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3255,10 +2201,6 @@ - provider: Ramp supportedSecret: Ramp OAuth Client ID secretType: ramp_client_id - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3267,10 +2209,6 @@ - provider: Ramp supportedSecret: Ramp OAuth Client Secret secretType: ramp_client_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3279,10 +2217,6 @@ - provider: Ramp supportedSecret: Ramp OAuth Access or Refresh Token secretType: ramp_oauth_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3291,10 +2225,6 @@ - provider: ReadMe supportedSecret: ReadMe API Key secretType: readmeio_api_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.6' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3303,10 +2233,6 @@ - provider: redirect.pizza supportedSecret: redirect.pizza API Token secretType: redirect_pizza_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3315,10 +2241,6 @@ - provider: Replicate supportedSecret: Replicate API Token secretType: replicate_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.16' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3327,10 +2249,6 @@ - provider: Rootly supportedSecret: Rootly API Key secretType: rootly_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.9' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -3339,10 +2257,6 @@ - provider: RubyGems supportedSecret: RubyGems API Key secretType: rubygems_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3351,9 +2265,6 @@ - provider: RunPod supportedSecret: RunPod API Key secretType: runpod_api_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3362,9 +2273,6 @@ - provider: Salesforce supportedSecret: Salesforce OAuth2 Consumer Key secretType: salesforce_oauth2_consumer_key
salesforce_oauth2_consumer_secret - versions: - fpt: '*' - ghec: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -3373,9 +2281,6 @@ - provider: Salesforce supportedSecret: Salesforce Refresh Token secretType: salesforce_refresh_token - versions: - fpt: '*' - ghec: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -3384,10 +2289,6 @@ - provider: Samsara supportedSecret: Samsara API Token secretType: samsara_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3396,10 +2297,6 @@ - provider: Samsara supportedSecret: Samsara OAuth Access Token secretType: samsara_oauth_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3408,10 +2305,6 @@ - provider: Scalr supportedSecret: Scalr API Token secretType: scalr_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.16' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3420,10 +2313,6 @@ - provider: Segment supportedSecret: Segment Public API Token secretType: segment_public_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.9' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3432,10 +2321,6 @@ - provider: SendGrid supportedSecret: SendGrid API Key secretType: sendgrid_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3444,10 +2329,6 @@ - provider: Sentry supportedSecret: Sentry Integration Token secretType: sentry_integration_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.16' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -3456,10 +2337,6 @@ - provider: Sentry supportedSecret: Sentry Org Auth Token secretType: sentry_org_auth_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.16' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -3468,10 +2345,6 @@ - provider: Sentry supportedSecret: Sentry User App Auth Token secretType: sentry_user_app_auth_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.16' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -3480,10 +2353,6 @@ - provider: Sentry supportedSecret: Sentry User Auth Token secretType: sentry_user_auth_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.16' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -3492,10 +2361,6 @@ - provider: Shippo supportedSecret: Shippo Live API Token secretType: shippo_live_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -3504,10 +2369,6 @@ - provider: Shippo supportedSecret: Shippo Test API Token secretType: shippo_test_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -3516,10 +2377,6 @@ - provider: Shopee supportedSecret: Shopee Open Platform Partner Key secretType: shopee_open_platform_partner_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.16' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3528,10 +2385,6 @@ - provider: Shopify supportedSecret: Shopify Access Token secretType: shopify_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3540,10 +2393,6 @@ - provider: Shopify supportedSecret: Shopify App Client Credentials secretType: shopify_app_client_credentials - versions: - fpt: '*' - ghec: '*' - ghes: '>3.4' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3552,10 +2401,6 @@ - provider: Shopify supportedSecret: Shopify App Client Secret secretType: shopify_app_client_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>3.4' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3564,10 +2409,6 @@ - provider: Shopify supportedSecret: Shopify App Shared Secret secretType: shopify_app_shared_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3576,10 +2417,6 @@ - provider: Shopify supportedSecret: Shopify Custom App Access Token secretType: shopify_custom_app_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3588,10 +2425,6 @@ - provider: Shopify supportedSecret: Shopify Marketplace Token secretType: shopify_marketplace_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.4' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3600,10 +2433,6 @@ - provider: Shopify supportedSecret: Shopify Merchant Token secretType: shopify_merchant_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.4' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3612,10 +2441,6 @@ - provider: Shopify supportedSecret: Shopify Partner API Token secretType: shopify_partner_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.4' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3624,10 +2449,6 @@ - provider: Shopify supportedSecret: Shopify Private App Password secretType: shopify_private_app_password - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3636,10 +2457,6 @@ - provider: Siemens supportedSecret: Siemens API Token secretType: siemens_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.16' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3648,9 +2465,6 @@ - provider: Siemens supportedSecret: Siemens Code Token secretType: siemens_code_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -3659,10 +2473,6 @@ - provider: Sindri supportedSecret: Sindri API Key secretType: sindri_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3671,10 +2481,6 @@ - provider: Slack supportedSecret: Slack API Token secretType: slack_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3683,10 +2489,6 @@ - provider: Slack supportedSecret: Slack Incoming Webhook URL secretType: slack_incoming_webhook_url - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3695,10 +2497,6 @@ - provider: Slack supportedSecret: Slack Workflow Webhook URL secretType: slack_workflow_webhook_url - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3707,10 +2505,6 @@ - provider: Sourcegraph supportedSecret: Sourcegraph Access Token secretType: sourcegraph_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3719,10 +2513,6 @@ - provider: Sourcegraph supportedSecret: Sourcegraph Dotcom User Gateway Access Token secretType: sourcegraph_dotcom_user_gateway - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3731,10 +2521,6 @@ - provider: Sourcegraph supportedSecret: Sourcegraph Access Token with Instance Identifier secretType: sourcegraph_instance_identifier_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3743,10 +2529,6 @@ - provider: Sourcegraph supportedSecret: Sourcegraph License Key Token secretType: sourcegraph_license_key_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3755,10 +2537,6 @@ - provider: Sourcegraph supportedSecret: Sourcegraph Product Subscription Token secretType: sourcegraph_product_subscription_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3767,10 +2545,6 @@ - provider: Square supportedSecret: Square Access Token secretType: square_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -3779,10 +2553,6 @@ - provider: Square supportedSecret: Square Production Application Secret secretType: square_production_application_secret - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -3791,10 +2561,6 @@ - provider: Square supportedSecret: Square Sandbox Application Secret secretType: square_sandbox_application_secret - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -3803,10 +2569,6 @@ - provider: SSLMate supportedSecret: SSLMate API Key secretType: sslmate_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3815,10 +2577,6 @@ - provider: SSLMate supportedSecret: SSLMate Cluster Secret secretType: sslmate_cluster_secret - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3827,10 +2585,6 @@ - provider: Stripe supportedSecret: Stripe API Key secretType: stripe_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3839,10 +2593,6 @@ - provider: Stripe supportedSecret: Stripe Legacy API Key secretType: stripe_legacy_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3851,10 +2601,6 @@ - provider: Stripe supportedSecret: Stripe Live API Restricted Key secretType: stripe_live_restricted_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3863,10 +2609,6 @@ - provider: Stripe supportedSecret: Stripe Test API Restricted Key secretType: stripe_test_restricted_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3875,10 +2617,6 @@ - provider: Stripe supportedSecret: Stripe Test API Secret Key secretType: stripe_test_secret_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3887,10 +2625,6 @@ - provider: Stripe supportedSecret: Stripe Webhook Signing Secret secretType: stripe_webhook_signing_secret - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3899,10 +2633,6 @@ - provider: Supabase supportedSecret: Supabase Service Key secretType: supabase_service_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3911,10 +2641,6 @@ - provider: Tableau supportedSecret: Tableau Personal Access Token secretType: tableau_personal_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -3923,10 +2649,6 @@ - provider: Tailscale supportedSecret: Tailscale API Key secretType: tailscale_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3935,10 +2657,6 @@ - provider: Telegram supportedSecret: Telegram Bot Token secretType: telegram_bot_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -3947,10 +2665,6 @@ - provider: Telnyx supportedSecret: Telnyx API V2 Key secretType: telnyx_api_v2_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.7' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3959,10 +2673,6 @@ - provider: Tencent supportedSecret: Tencent Cloud Secret ID secretType: tencent_cloud_secret_id - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3971,10 +2681,6 @@ - provider: Tencent supportedSecret: Tencent WeChat API App ID secretType: tencent_wechat_api_app_id - versions: - fpt: '*' - ghec: '*' - ghes: '>3.7' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3983,10 +2689,6 @@ - provider: Thunderstore supportedSecret: Thunderstore IO API Token secretType: thunderstore_io_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.16' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -3995,10 +2697,6 @@ - provider: Twilio supportedSecret: Twilio Access Token secretType: twilio_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -4007,10 +2705,6 @@ - provider: Twilio supportedSecret: Twilio Account String Identifier secretType: twilio_account_sid - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -4019,10 +2713,6 @@ - provider: Twilio supportedSecret: Twilio API Key secretType: twilio_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -4031,10 +2721,6 @@ - provider: Typeform supportedSecret: Typeform Personal Access Token secretType: typeform_personal_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -4043,10 +2729,6 @@ - provider: Uniwise supportedSecret: WISEflow API Key secretType: wiseflow_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.6' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -4055,10 +2737,6 @@ - provider: Unkey supportedSecret: Unkey Root Key secretType: unkey_root_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -4067,10 +2745,6 @@ - provider: VolcEngine supportedSecret: VolcEngine Access Key ID secretType: volcengine_access_key_id - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.12' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -4079,10 +2753,6 @@ - provider: Wakatime supportedSecret: WakaTime API Key secretType: wakatime_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -4091,10 +2761,6 @@ - provider: Wakatime supportedSecret: WakaTime App Secret secretType: wakatime_app_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>3.9' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -4103,10 +2769,6 @@ - provider: Wakatime supportedSecret: WakaTime OAuth Access Token secretType: wakatime_oauth_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.9' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -4115,10 +2777,6 @@ - provider: Wakatime supportedSecret: WakaTime OAuth Refresh Token secretType: wakatime_oauth_refresh_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.9' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -4127,10 +2785,6 @@ - provider: Workato supportedSecret: Workato Developer API Token secretType: workato_developer_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.11' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -4139,10 +2793,6 @@ - provider: WorkOS supportedSecret: WorkOS Production API Key secretType: workos_production_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.12' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -4151,10 +2801,6 @@ - provider: WorkOS supportedSecret: WorkOS Staging API Key secretType: workos_staging_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.12' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -4163,9 +2809,6 @@ - provider: xAI supportedSecret: xAI API Key secretType: xai_api_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -4174,10 +2817,6 @@ - provider: Yandex supportedSecret: Yandex.Cloud API Key secretType: yandex_cloud_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -4186,10 +2825,6 @@ - provider: Yandex supportedSecret: Yandex.Cloud Access Secret secretType: yandex_cloud_iam_access_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -4198,10 +2833,6 @@ - provider: Yandex supportedSecret: Yandex.Cloud IAM Cookie secretType: yandex_cloud_iam_cookie - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -4210,10 +2841,6 @@ - provider: Yandex supportedSecret: Yandex.Cloud IAM Token secretType: yandex_cloud_iam_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -4222,10 +2849,6 @@ - provider: Yandex supportedSecret: Yandex.Cloud Smartchapta Server Key secretType: yandex_cloud_smartcaptcha_server_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.11' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -4234,10 +2857,6 @@ - provider: Yandex supportedSecret: Yandex.Dictionary API Key secretType: yandex_dictionary_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -4246,9 +2865,6 @@ - provider: Yandex supportedSecret: Yandex.Passport OAuth Token secretType: yandex_passport_oauth_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -4257,10 +2873,6 @@ - provider: Yandex supportedSecret: Yandex.Predictor API Key secretType: yandex_predictor_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -4269,10 +2881,6 @@ - provider: Yandex supportedSecret: Yandex.Translate API Key secretType: yandex_translate_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -4281,10 +2889,6 @@ - provider: Zuplo supportedSecret: Zuplo Consumer API Key secretType: zuplo_consumer_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.6' isPublic: true isPrivateWithGhas: true hasPushProtection: true diff --git a/src/secret-scanning/data/pattern-docs/ghes-3.19/public-docs.yml b/src/secret-scanning/data/pattern-docs/ghes-3.19/public-docs.yml index fc62087c1ac6..0d43936406d3 100644 --- a/src/secret-scanning/data/pattern-docs/ghes-3.19/public-docs.yml +++ b/src/secret-scanning/data/pattern-docs/ghes-3.19/public-docs.yml @@ -1,9 +1,6 @@ - provider: 1Password supportedSecret: 1Password Service Account Token secretType: 1password_service_account_token - versions: - fpt: '*' - ghec: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -13,10 +10,6 @@ - provider: Adafruit supportedSecret: Adafruit IO Key secretType: adafruit_io_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -26,10 +19,6 @@ - provider: Adobe supportedSecret: Adobe Client Secret secretType: adobe_client_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.11' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -39,10 +28,6 @@ - provider: Adobe supportedSecret: Adobe Device Token secretType: adobe_device_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -52,10 +37,6 @@ - provider: Adobe supportedSecret: Adobe PAC Token secretType: adobe_pac_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.11' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -65,10 +46,6 @@ - provider: Adobe supportedSecret: Adobe Refresh Token secretType: adobe_refresh_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.11' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -78,10 +55,6 @@ - provider: Adobe supportedSecret: Adobe Service Token secretType: adobe_service_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -91,10 +64,6 @@ - provider: Adobe supportedSecret: Adobe Short-Lived Access Token secretType: adobe_short_lived_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -104,9 +73,6 @@ - provider: Aikido supportedSecret: Aikido API Client Secret secretType: aikido_api_client_secret - versions: - fpt: '*' - ghec: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -116,9 +82,6 @@ - provider: Aikido supportedSecret: Aikido CI Scanning Token secretType: aikido_ci_scanning_token - versions: - fpt: '*' - ghec: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -128,9 +91,6 @@ - provider: Airtable supportedSecret: Airtable API Key secretType: airtable_api_key - versions: - fpt: '*' - ghec: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -140,9 +100,6 @@ - provider: Airtable supportedSecret: Airtable Personal Access Token secretType: airtable_personal_access_token - versions: - fpt: '*' - ghec: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -152,10 +109,6 @@ - provider: Aiven supportedSecret: Aiven Auth Token secretType: aiven_auth_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.9' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -165,10 +118,6 @@ - provider: Aiven supportedSecret: Aiven Service Password secretType: aiven_service_password - versions: - fpt: '*' - ghec: '*' - ghes: '>3.9' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -178,10 +127,6 @@ - provider: Alibaba supportedSecret: Alibaba Cloud AccessKey ID secretType: alibaba_cloud_access_key_id
alibaba_cloud_access_key_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -191,10 +136,6 @@ - provider: Amazon AWS supportedSecret: Amazon AWS Access Key ID secretType: aws_access_key_id
aws_secret_access_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -204,9 +145,6 @@ - provider: Amazon AWS supportedSecret: Amazon AWS API Key ID secretType: aws_api_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -215,11 +153,9 @@ isduplicate: false - provider: Amazon AWS supportedSecret: Amazon AWS Session Token - secretType: aws_secret_access_key
aws_session_token
aws_temporary_access_key_id - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' + secretType: >- + aws_secret_access_key
aws_session_token +
aws_temporary_access_key_id isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -229,10 +165,6 @@ - provider: Anthropic supportedSecret: Anthropic Admin API Key secretType: anthropic_admin_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.16' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -242,10 +174,6 @@ - provider: Anthropic supportedSecret: Anthropic API Key secretType: anthropic_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.12' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -255,10 +183,6 @@ - provider: Anthropic supportedSecret: Anthropic Session ID secretType: anthropic_session_id - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -268,9 +192,6 @@ - provider: Apify supportedSecret: Apify Actor Run API Token secretType: apify_actor_run_api_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -280,9 +201,6 @@ - provider: Apify supportedSecret: Apify Actor Run Proxy Password secretType: apify_actor_run_proxy_password - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -292,9 +210,6 @@ - provider: Apify supportedSecret: Apify API Token secretType: apify_api_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -304,9 +219,6 @@ - provider: Apify supportedSecret: Apify Integration API Token secretType: apify_integration_api_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -316,9 +228,6 @@ - provider: Apify supportedSecret: Apify Proxy Password secretType: apify_proxy_password - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -328,9 +237,6 @@ - provider: Apify supportedSecret: Apify UI Token secretType: apify_ui_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -340,9 +246,6 @@ - provider: Apify supportedSecret: Apify Webhook Dispatch API Token secretType: apify_webhook_dispatch_api_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -352,10 +255,6 @@ - provider: Asaas supportedSecret: Asaas API Token secretType: asaas_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -365,10 +264,6 @@ - provider: Asana supportedSecret: Asana Legacy Format Personal Access Token secretType: asana_legacy_format_personal_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -378,10 +273,6 @@ - provider: Asana supportedSecret: Asana Personal Access Token secretType: asana_personal_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -391,10 +282,6 @@ - provider: Atlassian supportedSecret: Atlassian API Token secretType: atlassian_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -404,10 +291,6 @@ - provider: Atlassian supportedSecret: Atlassian JSON Web Token secretType: atlassian_jwt - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -417,10 +300,6 @@ - provider: Authress supportedSecret: Authress Service Client Access Key secretType: authress_service_client_access_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.11' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -430,10 +309,6 @@ - provider: Azure supportedSecret: Azure Active Directory Application Secret secretType: azure_active_directory_application_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -443,10 +318,6 @@ - provider: Azure supportedSecret: Azure Active Directory User Credential secretType: azure_active_directory_user_credential - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -456,9 +327,6 @@ - provider: Azure supportedSecret: Azure AI Services Key secretType: azure_ai_services_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -468,9 +336,6 @@ - provider: Azure supportedSecret: Azure Anomaly Detector EE Key secretType: azure_anomaly_detector_ee_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -480,9 +345,6 @@ - provider: Azure supportedSecret: Azure Anomaly Detector Key secretType: azure_anomaly_detector_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -492,10 +354,6 @@ - provider: Azure supportedSecret: Azure Apim Direct Management Key secretType: azure_apim_direct_management_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -505,10 +363,6 @@ - provider: Azure supportedSecret: Azure Apim Gateway Key secretType: azure_apim_gateway_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -518,10 +372,6 @@ - provider: Azure supportedSecret: Azure Apim Repository Key secretType: azure_apim_repository_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -531,10 +381,6 @@ - provider: Azure supportedSecret: Azure Apim Subscription Key secretType: azure_apim_subscription_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -544,10 +390,6 @@ - provider: Azure supportedSecret: Azure App Configuration Connection String secretType: azure_app_configuration_connection_string - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -557,9 +399,6 @@ - provider: Azure supportedSecret: Azure App Configuration Key secretType: azure_app_configuration_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -569,10 +408,6 @@ - provider: Azure supportedSecret: Azure Batch Key Identifiable secretType: azure_batch_key_identifiable - versions: - fpt: '*' - ghec: '*' - ghes: '>3.8' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -582,10 +417,6 @@ - provider: Azure supportedSecret: Azure Cache for Redis Access Key secretType: azure_cache_for_redis_access_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -595,9 +426,6 @@ - provider: Azure supportedSecret: Azure Cognitive Services Key secretType: azure_cognitive_services_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -607,10 +435,6 @@ - provider: Azure supportedSecret: Azure Communication Services Connection String secretType: azure_communication_services_connection_string - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -620,9 +444,6 @@ - provider: Azure supportedSecret: Azure Communication Services Key secretType: azure_communication_services_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -632,9 +453,6 @@ - provider: Azure supportedSecret: Azure Computer Vision Key secretType: azure_computer_vision_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -644,10 +462,6 @@ - provider: Azure supportedSecret: Azure Registry Key Identifiable secretType: azure_container_registry_key_identifiable - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.11' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -657,9 +471,6 @@ - provider: Azure supportedSecret: Azure Content Moderator Key secretType: azure_content_moderator_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -669,9 +480,6 @@ - provider: Azure supportedSecret: Azure Content Safety Key secretType: azure_content_safety_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -681,10 +489,6 @@ - provider: Azure supportedSecret: Azure Cosmosdb Key Identifiable secretType: azure_cosmosdb_key_identifiable - versions: - fpt: '*' - ghec: '*' - ghes: '>3.8' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -694,9 +498,6 @@ - provider: Azure supportedSecret: Azure Custom Vision Prediction Key secretType: azure_custom_vision_prediction_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -706,9 +507,6 @@ - provider: Azure supportedSecret: Azure Custom Vision Training Key secretType: azure_custom_vision_training_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -718,10 +516,6 @@ - provider: Azure supportedSecret: Azure DevOps Personal Access Token secretType: azure_devops_personal_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -731,9 +525,6 @@ - provider: Azure supportedSecret: Azure Event Grid Key Identifiable secretType: azure_event_grid_key_identifiable - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -743,10 +534,6 @@ - provider: Azure supportedSecret: Azure Event Hub Key Identifiable secretType: azure_event_hub_key_identifiable - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -756,9 +543,6 @@ - provider: Azure supportedSecret: Azure Face Key secretType: azure_face_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -768,9 +552,6 @@ - provider: Azure supportedSecret: Azure Fluid Relay Key secretType: azure_fluid_relay_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -780,9 +561,6 @@ - provider: Azure supportedSecret: Azure Form Recognizer Key secretType: azure_form_recognizer_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -792,10 +570,6 @@ - provider: Azure supportedSecret: Azure Function Key secretType: azure_function_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -805,9 +579,6 @@ - provider: Azure supportedSecret: Azure Health Decision Support Key secretType: azure_health_decision_support_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -817,9 +588,6 @@ - provider: Azure supportedSecret: Azure Health Insights Key secretType: azure_health_insights_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -829,9 +597,6 @@ - provider: Azure supportedSecret: Azure Immersive Reader Key secretType: azure_immersive_reader_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -841,9 +606,6 @@ - provider: Azure supportedSecret: Azure Internal All In One Key secretType: azure_internal_all_in_one_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -853,10 +615,6 @@ - provider: Azure supportedSecret: Azure IoT Device Connection String secretType: azure_iot_device_connection_string - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -866,10 +624,6 @@ - provider: Azure supportedSecret: Azure IoT Device Key secretType: azure_iot_device_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -879,10 +633,6 @@ - provider: Azure supportedSecret: Azure IoT Device Provisioning Key secretType: azure_iot_device_provisioning_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -892,10 +642,6 @@ - provider: Azure supportedSecret: Azure IoT Hub Connection String secretType: azure_iot_hub_connection_string - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -905,10 +651,6 @@ - provider: Azure supportedSecret: Azure IoT Hub Key secretType: azure_iot_hub_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -918,10 +660,6 @@ - provider: Azure supportedSecret: Azure IoT Provisioning Connection String secretType: azure_iot_provisioning_connection_string - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -931,9 +669,6 @@ - provider: Azure supportedSecret: Azure Knowledge Key secretType: azure_knowledge_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -943,9 +678,6 @@ - provider: Azure supportedSecret: Azure Luis Authoring Key secretType: azure_luis_authoring_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -955,9 +687,6 @@ - provider: Azure supportedSecret: Azure Luis Key secretType: azure_luis_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -967,10 +696,6 @@ - provider: Azure supportedSecret: Microsoft Azure Service Management Certificate secretType: azure_management_certificate - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -980,9 +705,6 @@ - provider: Azure supportedSecret: Azure Maps Key secretType: azure_maps_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -992,9 +714,6 @@ - provider: Azure supportedSecret: Azure Metrics Advisor Key secretType: azure_metrics_advisor_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1004,9 +723,6 @@ - provider: Azure supportedSecret: Azure Mixed Reality Key secretType: azure_mixed_reality_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1016,9 +732,6 @@ - provider: Azure supportedSecret: Azure ML Inference Key secretType: azure_ml_inference_identifiable_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1028,9 +741,6 @@ - provider: Azure supportedSecret: Azure ML Internal Service Principal Key secretType: azure_ml_internal_service_principal_identifiable_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -1040,10 +750,6 @@ - provider: Azure supportedSecret: Azure ML Studio (classic) Web Service Key secretType: azure_ml_web_service_classic_identifiable_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.8' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1053,10 +759,6 @@ - provider: Azure supportedSecret: Azure OpenAI Key secretType: azure_openai_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.16' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1066,9 +768,6 @@ - provider: Azure supportedSecret: Azure Personalizer Key secretType: azure_personalizer_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1078,9 +777,6 @@ - provider: Azure supportedSecret: Azure QnA Maker Key secretType: azure_qna_maker_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1090,9 +786,6 @@ - provider: Azure supportedSecret: Azure QnA Maker V2 Key secretType: azure_qna_maker_v2_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1102,9 +795,6 @@ - provider: Azure supportedSecret: Azure Quantum Key secretType: azure_quantum_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1114,10 +804,6 @@ - provider: Azure supportedSecret: Azure Relay Key Identifiable secretType: azure_relay_key_identifiable - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1127,10 +813,6 @@ - provider: Azure supportedSecret: Azure SAS Token secretType: azure_sas_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -1140,10 +822,6 @@ - provider: Azure supportedSecret: Azure Search Admin Key secretType: azure_search_admin_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.8' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1153,10 +831,6 @@ - provider: Azure supportedSecret: Azure Search Query Key secretType: azure_search_query_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.8' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1166,10 +840,6 @@ - provider: Azure supportedSecret: Azure Service Bus Key Identifiable secretType: azure_service_bus_identifiable - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1179,10 +849,6 @@ - provider: Azure supportedSecret: Azure SignalR Connection String secretType: azure_signalr_connection_string - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -1192,9 +858,6 @@ - provider: Azure supportedSecret: Azure SignalR Key secretType: azure_signalr_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1204,9 +867,6 @@ - provider: Azure supportedSecret: Azure Speech Services Key secretType: azure_speech_services_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1216,9 +876,6 @@ - provider: Azure supportedSecret: Azure Speech Translation Key secretType: azure_speech_translation_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1228,10 +885,6 @@ - provider: Azure supportedSecret: Azure SQL Connection String secretType: azure_sql_connection_string - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -1241,9 +894,6 @@ - provider: Azure supportedSecret: Azure SQL Internal Default CloudSA Key secretType: azure_sql_internal_default_cloudsa_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -1253,10 +903,6 @@ - provider: Azure supportedSecret: Azure SQL password secretType: azure_sql_password - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.11' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1266,10 +912,6 @@ - provider: Azure supportedSecret: Azure Storage Account Access Key secretType: azure_storage_account_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.6' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1279,9 +921,6 @@ - provider: Azure supportedSecret: Azure Text Analytics Key secretType: azure_text_analytics_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1291,9 +930,6 @@ - provider: Azure supportedSecret: Azure Text Translation Key secretType: azure_text_translation_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1303,9 +939,6 @@ - provider: Azure supportedSecret: Azure Video Intelligence Key secretType: azure_video_intelligence_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1315,9 +948,6 @@ - provider: Azure supportedSecret: Microsoft Azure Web App Bot Key secretType: azure_web_app_bot_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1327,10 +957,6 @@ - provider: Azure supportedSecret: Azure Web Pub Sub Connection String secretType: azure_web_pub_sub_connection_string - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -1340,9 +966,6 @@ - provider: Azure supportedSecret: Azure Web Pub Sub Key secretType: azure_web_pub_sub_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1352,10 +975,6 @@ - provider: Azure supportedSecret: Microsoft Azure Entra ID Token secretType: microsoft_azure_entra_id_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.16' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -1365,10 +984,6 @@ - provider: Azure supportedSecret: Microsoft Corporate Network User Credential secretType: microsoft_corporate_network_user_credential - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -1378,10 +993,6 @@ - provider: Baidu supportedSecret: Baidu Cloud API Access Key secretType: baiducloud_api_accesskey - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.11' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1391,10 +1002,6 @@ - provider: Beamer supportedSecret: Beamer API Key secretType: beamer_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -1404,10 +1011,6 @@ - provider: Bitbucket supportedSecret: Bitbucket Server Personal Access Token secretType: bitbucket_server_personal_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -1417,10 +1020,6 @@ - provider: Bitrise supportedSecret: Bitrise Personal Access Token secretType: bitrise_personal_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.18' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1430,10 +1029,6 @@ - provider: Bitrise supportedSecret: Bitrise Workspace API Token secretType: bitrise_workspace_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.18' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1443,10 +1038,6 @@ - provider: Block Protocol supportedSecret: Block Protocol API Key secretType: block_protocol_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.18' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -1456,10 +1047,6 @@ - provider: Brevo supportedSecret: Sendinblue API Key secretType: sendinblue_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1469,10 +1056,6 @@ - provider: Brevo supportedSecret: Sendinblue SMTP Key secretType: sendinblue_smtp_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1482,9 +1065,6 @@ - provider: Buildkite supportedSecret: Buildkite Agent Access Token secretType: buildkite_agent_access_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1494,9 +1074,6 @@ - provider: Buildkite supportedSecret: Buildkite Agent Job Token secretType: buildkite_agent_job_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1506,9 +1083,6 @@ - provider: Buildkite supportedSecret: Buildkite Agent Registration Token secretType: buildkite_agent_registration_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1518,9 +1092,6 @@ - provider: Buildkite supportedSecret: Buildkite Cluster Queue Token secretType: buildkite_cluster_queue_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1530,9 +1101,6 @@ - provider: Buildkite supportedSecret: Buildkite Cluster Token secretType: buildkite_cluster_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1542,9 +1110,6 @@ - provider: Buildkite supportedSecret: Buildkite Packages Registry Token secretType: buildkite_packages_registry_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1554,9 +1119,6 @@ - provider: Buildkite supportedSecret: Buildkite Packages Temporary Token secretType: buildkite_packages_temporary_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1566,9 +1128,6 @@ - provider: Buildkite supportedSecret: Buildkite Portal Secret secretType: buildkite_portal_secret - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1578,9 +1137,6 @@ - provider: Buildkite supportedSecret: Buildkite Portal Token secretType: buildkite_portal_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1590,10 +1146,6 @@ - provider: Buildkite supportedSecret: Buildkite User Access Token secretType: buildkite_user_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.18' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -1603,10 +1155,6 @@ - provider: Canadian Digital Service supportedSecret: Canadian Digital Service Notify API Key secretType: cds_canada_notify_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.9' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1616,10 +1164,6 @@ - provider: Canva supportedSecret: Canva App Secret secretType: canva_app_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1629,10 +1173,6 @@ - provider: Canva supportedSecret: Canva Connect API Secret secretType: canva_connect_api_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.12' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1642,10 +1182,6 @@ - provider: Canva supportedSecret: Canva Secret secretType: canva_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1655,10 +1191,6 @@ - provider: Cashfree supportedSecret: Cashfree API Key secretType: cashfree_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.12' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1668,10 +1200,6 @@ - provider: Cfx.re supportedSecret: Cfx.re Server Key secretType: cfxre_server_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -1681,10 +1209,6 @@ - provider: Checkout.com supportedSecret: Checkout.com Production Secret Key secretType: checkout_production_secret_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1694,10 +1218,6 @@ - provider: Checkout.com supportedSecret: Checkout.com Test Secret Key secretType: checkout_test_secret_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1707,10 +1227,6 @@ - provider: Chief Tools supportedSecret: Chief Tools Token secretType: chief_tools_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.7' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1720,10 +1236,6 @@ - provider: CircleCI supportedSecret: CircleCI Bot API Token secretType: circleci_bot_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1733,10 +1245,6 @@ - provider: CircleCI supportedSecret: CircleCI Personal Access Token secretType: circleci_personal_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.12' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1746,10 +1254,6 @@ - provider: CircleCI supportedSecret: CircleCI Project Access Token secretType: circleci_project_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1759,10 +1263,6 @@ - provider: CircleCI supportedSecret: CircleCI Release API Token secretType: circleci_release_integration_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1772,10 +1272,6 @@ - provider: Clojars supportedSecret: Clojars Deploy Token secretType: clojars_deploy_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1785,10 +1281,6 @@ - provider: CloudBees supportedSecret: CloudBees CodeShip Credential secretType: codeship_credential - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -1798,10 +1290,6 @@ - provider: Cockroach Labs supportedSecret: CockroachDB Cloud API Key secretType: ccdb_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -1811,9 +1299,6 @@ - provider: Cohere supportedSecret: Cohere API Key secretType: cohere_api_key - versions: - fpt: '*' - ghec: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -1823,10 +1308,6 @@ - provider: Contentful supportedSecret: Contentful Personal Access Token secretType: contentful_personal_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1836,9 +1317,6 @@ - provider: Contentful supportedSecret: Contentful Web Token secretType: contentful_web_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1848,9 +1326,6 @@ - provider: Contributed Systems supportedSecret: Contributed Systems Credentials secretType: contributed_systems_credentials - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -1860,10 +1335,6 @@ - provider: Coveo supportedSecret: Coveo Access Token secretType: coveo_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -1873,10 +1344,6 @@ - provider: Coveo supportedSecret: Coveo API Key secretType: coveo_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -1886,10 +1353,6 @@ - provider: crates.io supportedSecret: Crates.io API Token secretType: cratesio_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.9' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1899,10 +1362,6 @@ - provider: Databento supportedSecret: Databento API Key secretType: databento_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -1912,10 +1371,6 @@ - provider: Databricks supportedSecret: Databricks Access Token secretType: databricks_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1925,9 +1380,6 @@ - provider: Datadog supportedSecret: Datadog API Key secretType: datadog_api_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -1937,9 +1389,6 @@ - provider: Datadog supportedSecret: Datadog Application Key secretType: datadog_app_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -1949,10 +1398,6 @@ - provider: Datadog supportedSecret: Datadog RCM secretType: datadog_rcm - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.18' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -1962,10 +1407,6 @@ - provider: Datastax supportedSecret: Datastax AstraCS Tokens secretType: datastax_astracs_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1975,9 +1416,6 @@ - provider: DeepSeek supportedSecret: DeepSeek API Key secretType: deepseek_api_key - versions: - fpt: '*' - ghec: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -1987,10 +1425,6 @@ - provider: Defined Networking supportedSecret: Defined Networking Managed Nebula API Key secretType: defined_networking_nebula_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.10' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2000,10 +1434,6 @@ - provider: DevCycle supportedSecret: DevCycle Client API Key secretType: devcycle_client_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.8' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2013,10 +1443,6 @@ - provider: DevCycle supportedSecret: DevCycle Mobile API Key secretType: devcycle_mobile_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.8' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2026,10 +1452,6 @@ - provider: DevCycle supportedSecret: DevCycle Server API Key secretType: devcycle_server_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.8' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2039,10 +1461,6 @@ - provider: DigitalOcean supportedSecret: DigitalOcean OAuth Token secretType: digitalocean_oauth_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2052,10 +1470,6 @@ - provider: DigitalOcean supportedSecret: DigitalOcean Personal Access Token secretType: digitalocean_personal_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2065,10 +1479,6 @@ - provider: DigitalOcean supportedSecret: DigitalOcean Refresh Token secretType: digitalocean_refresh_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2078,10 +1488,6 @@ - provider: DigitalOcean supportedSecret: DigitalOcean System Token secretType: digitalocean_system_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2091,10 +1497,6 @@ - provider: Discord supportedSecret: Discord Bot Token secretType: discord_bot_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2104,10 +1506,6 @@ - provider: Docker supportedSecret: Docker Organization Access Token secretType: docker_organization_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.18' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2117,10 +1515,6 @@ - provider: Docker supportedSecret: Docker Personal Access Token secretType: docker_personal_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.12' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2130,10 +1524,6 @@ - provider: Docker supportedSecret: Docker Swarm Join Token secretType: docker_swarm_join_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.18' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -2143,10 +1533,6 @@ - provider: Docker supportedSecret: Docker Swarm Unlock Key secretType: docker_swarm_unlock_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.18' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -2156,10 +1542,6 @@ - provider: Doppler supportedSecret: Doppler Audit Token secretType: doppler_audit_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2169,10 +1551,6 @@ - provider: Doppler supportedSecret: Doppler CLI Token secretType: doppler_cli_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2182,10 +1560,6 @@ - provider: Doppler supportedSecret: Doppler Personal Token secretType: doppler_personal_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2195,10 +1569,6 @@ - provider: Doppler supportedSecret: Doppler SCIM Token secretType: doppler_scim_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2208,10 +1578,6 @@ - provider: Doppler supportedSecret: Doppler Service Account Token secretType: doppler_service_account_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.9' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2221,10 +1587,6 @@ - provider: Doppler supportedSecret: Doppler Service Token secretType: doppler_service_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2234,10 +1596,6 @@ - provider: Dropbox supportedSecret: Dropbox Access Token secretType: dropbox_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2247,10 +1605,6 @@ - provider: Dropbox supportedSecret: Dropbox Short-Lived Access Token secretType: dropbox_short_lived_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2260,10 +1614,6 @@ - provider: Duffel supportedSecret: Duffel Live Access Token secretType: duffel_live_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -2273,10 +1623,6 @@ - provider: Duffel supportedSecret: Duffel Test Access Token secretType: duffel_test_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -2286,10 +1632,6 @@ - provider: Dynatrace supportedSecret: Dynatrace API Token secretType: dynatrace_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2299,10 +1641,6 @@ - provider: Dynatrace supportedSecret: Dynatrace Internal Token secretType: dynatrace_internal_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2312,10 +1650,6 @@ - provider: EasyPost supportedSecret: EasyPost Production API Key secretType: easypost_production_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -2325,10 +1659,6 @@ - provider: EasyPost supportedSecret: EasyPost Test API Key secretType: easypost_test_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -2338,10 +1668,6 @@ - provider: eBay supportedSecret: eBay Production Client ID (App ID) secretType: ebay_production_client_id
ebay_production_client_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>3.8' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -2351,10 +1677,6 @@ - provider: eBay supportedSecret: eBay Sandbox Client ID (App ID) secretType: ebay_sandbox_client_id
ebay_sandbox_client_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>3.8' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -2364,9 +1686,6 @@ - provider: Elastic supportedSecret: Elastic Cloud API Key secretType: elastic_cloud_api_key - versions: - fpt: '*' - ghec: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -2376,10 +1695,6 @@ - provider: Facebook supportedSecret: Facebook Access Token secretType: facebook_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2389,10 +1704,6 @@ - provider: Fastly supportedSecret: Fastly API Token secretType: fastly_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2402,10 +1713,6 @@ - provider: Figma supportedSecret: Figma Personal Access Token secretType: figma_pat - versions: - fpt: '*' - ghec: '*' - ghes: '>3.7' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2415,10 +1722,6 @@ - provider: Finicity supportedSecret: Finicity App Key secretType: finicity_app_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2428,10 +1731,6 @@ - provider: Firebase supportedSecret: Firebase Cloud Messaging Server Key secretType: firebase_cloud_messaging_server_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -2441,10 +1740,6 @@ - provider: Flutterwave supportedSecret: Flutterwave Live API Secret Key secretType: flutterwave_live_api_secret_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -2454,10 +1749,6 @@ - provider: Flutterwave supportedSecret: Flutterwave Test API Secret Key secretType: flutterwave_test_api_secret_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -2467,10 +1758,6 @@ - provider: Frame.io supportedSecret: Frame.io Developer Token secretType: frameio_developer_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2480,10 +1767,6 @@ - provider: Frame.io supportedSecret: Frame.io JSON Web Token secretType: frameio_jwt - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2493,10 +1776,6 @@ - provider: FullStory supportedSecret: FullStory API Key secretType: fullstory_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2506,10 +1785,6 @@ - provider: GitHub supportedSecret: GitHub App Installation Access Token secretType: github_app_installation_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2519,10 +1794,6 @@ - provider: GitHub supportedSecret: GitHub OAuth Access Token secretType: github_oauth_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2532,10 +1803,6 @@ - provider: GitHub supportedSecret: GitHub Personal Access Token secretType: github_personal_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2545,10 +1812,6 @@ - provider: GitHub supportedSecret: GitHub Refresh Token secretType: github_refresh_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2558,10 +1821,6 @@ - provider: GitHub supportedSecret: GitHub SSH Private Key secretType: github_ssh_private_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2571,10 +1830,6 @@ - provider: GitHub supportedSecret: GitHub Test Token secretType: github_test_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2584,10 +1839,6 @@ - provider: GitHub Secret Scanning supportedSecret: GitHub Secret Scanning secretType: secret_scanning_sample_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2597,10 +1848,6 @@ - provider: GitLab supportedSecret: GitLab Access Token secretType: gitlab_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -2610,10 +1857,6 @@ - provider: GoCardless supportedSecret: GoCardless Live Access Token secretType: gocardless_live_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2623,10 +1866,6 @@ - provider: GoCardless supportedSecret: GoCardless Sandbox Access Token secretType: gocardless_sandbox_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2636,10 +1875,6 @@ - provider: Google supportedSecret: Google API Key secretType: google_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2649,10 +1884,6 @@ - provider: Google supportedSecret: Google Cloud Service Account Credentials secretType: google_cloud_service_account_credentials - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.13' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2661,11 +1892,9 @@ isduplicate: false - provider: Google supportedSecret: Google Cloud Storage Service Account Access Key ID - secretType: google_cloud_storage_access_key_secret
google_cloud_storage_service_account_access_key_id - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' + secretType: >- + google_cloud_storage_access_key_secret +
google_cloud_storage_service_account_access_key_id isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2674,11 +1903,9 @@ isduplicate: false - provider: Google supportedSecret: Google Cloud Storage User Access Key ID - secretType: google_cloud_storage_access_key_secret
google_cloud_storage_user_access_key_id - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' + secretType: >- + google_cloud_storage_access_key_secret +
google_cloud_storage_user_access_key_id isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2688,10 +1915,6 @@ - provider: Google supportedSecret: GCP API Key Bound to a Service Account secretType: google_gcp_api_key_bound_service_account - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2701,9 +1924,6 @@ - provider: Google supportedSecret: Google Gemini API Key secretType: google_gemini_api_key - versions: - fpt: '*' - ghec: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -2713,10 +1933,6 @@ - provider: Google supportedSecret: Google OAuth Access Token secretType: google_oauth_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2726,10 +1942,6 @@ - provider: Google supportedSecret: Google OAuth Client ID secretType: google_oauth_client_id
google_oauth_client_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2739,10 +1951,6 @@ - provider: Google supportedSecret: Google OAuth Refresh Token secretType: google_oauth_refresh_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2752,10 +1960,6 @@ - provider: Grafana supportedSecret: Grafana Cloud API Key secretType: grafana_cloud_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.7' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2765,10 +1969,6 @@ - provider: Grafana supportedSecret: Grafana Cloud API Token secretType: grafana_cloud_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.7' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2778,10 +1978,6 @@ - provider: Grafana supportedSecret: Grafana Project API Key secretType: grafana_project_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.7' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2791,10 +1987,6 @@ - provider: Grafana supportedSecret: Grafana Project Service Account Token secretType: grafana_project_service_account_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.7' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2804,10 +1996,6 @@ - provider: Groq supportedSecret: Groq API Key secretType: groq_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.18' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2817,9 +2005,6 @@ - provider: GuardSquare supportedSecret: GuardSquare AppSweep API Key secretType: guardsquare_appsweep_api_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2829,9 +2014,6 @@ - provider: GuardSquare supportedSecret: GuardSquare CLI Access Token secretType: guardsquare_cli_access_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2841,9 +2023,6 @@ - provider: GuardSquare supportedSecret: GuardSquare Maven Token secretType: guardsquare_maven_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2853,10 +2032,6 @@ - provider: HashiCorp supportedSecret: HashiCorp Vault Batch Token secretType: hashicorp_vault_batch_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.8' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -2866,10 +2041,6 @@ - provider: HashiCorp supportedSecret: HashiCorp Vault Root Service Token secretType: hashicorp_vault_root_service_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.8' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -2879,10 +2050,6 @@ - provider: HashiCorp supportedSecret: HashiCorp Vault Service Token secretType: hashicorp_vault_service_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.8' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -2892,10 +2059,6 @@ - provider: HashiCorp supportedSecret: Terraform Cloud / Enterprise API Token secretType: terraform_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2905,9 +2068,6 @@ - provider: hCaptcha supportedSecret: hCaptcha Siteverify Secret secretType: hcaptcha_siteverify_secret - versions: - fpt: '*' - ghec: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -2917,10 +2077,6 @@ - provider: Heroku supportedSecret: Heroku Platform API OAuth2 Token secretType: heroku_platform_api_oauth2_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.18' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -2930,10 +2086,6 @@ - provider: Heroku supportedSecret: Heroku Postgres Connection URL secretType: heroku_postgres_connection_url - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.18' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -2943,10 +2095,6 @@ - provider: Highnote supportedSecret: Highnote RK Live Key secretType: highnote_rk_live_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.9' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2956,10 +2104,6 @@ - provider: Highnote supportedSecret: Highnote RK Test Key secretType: highnote_rk_test_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.9' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2969,10 +2113,6 @@ - provider: Highnote supportedSecret: Highnote SK Live Key secretType: highnote_sk_live_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.9' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2982,10 +2122,6 @@ - provider: Highnote supportedSecret: Highnote SK Test Key secretType: highnote_sk_test_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.9' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2995,10 +2131,6 @@ - provider: HOP supportedSecret: HOP Bearer secretType: hop_bearer - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.11' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3008,10 +2140,6 @@ - provider: HOP supportedSecret: HOP PAT secretType: hop_pat - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.11' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3021,10 +2149,6 @@ - provider: HOP supportedSecret: HOP PTK secretType: hop_ptk - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.11' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3034,10 +2158,6 @@ - provider: Hubspot supportedSecret: Hubspot API Key secretType: hubspot_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3047,10 +2167,6 @@ - provider: Hubspot supportedSecret: Hubspot Personal Access Key secretType: hubspot_personal_access_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3060,10 +2176,6 @@ - provider: Hubspot supportedSecret: Hubspot Private Apps User Token secretType: hubspot_private_apps_user_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3073,10 +2185,6 @@ - provider: Hubspot supportedSecret: Hubspot SMTP Credential secretType: hubspot_smtp_credential - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.16' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3086,10 +2194,6 @@ - provider: Hugging Face supportedSecret: Hugging Face Organization API Token secretType: hf_org_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.16' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3099,10 +2203,6 @@ - provider: Hugging Face supportedSecret: Hugging Face User Access Token secretType: hf_user_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.16' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3112,10 +2212,6 @@ - provider: Intercom supportedSecret: Intercom Access Token secretType: intercom_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -3125,10 +2221,6 @@ - provider: Ionic supportedSecret: Ionic Personal Access Token secretType: ionic_personal_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3138,10 +2230,6 @@ - provider: Ionic supportedSecret: Ionic Refresh Token secretType: ionic_refresh_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3151,9 +2239,6 @@ - provider: Iterative supportedSecret: DVC Studio Access Token secretType: iterative_dvc_studio_access_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -3163,10 +2248,6 @@ - provider: JFrog supportedSecret: JFrog Platform Access Token secretType: jfrog_platform_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.6' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -3176,10 +2257,6 @@ - provider: JFrog supportedSecret: JFrog Platform API Key secretType: jfrog_platform_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.6' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -3189,10 +2266,6 @@ - provider: JFrog supportedSecret: JFrog Platform Reference Token secretType: jfrog_platform_reference_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.10' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -3202,9 +2275,6 @@ - provider: Langchain supportedSecret: Langchain API Personal Key secretType: langchain_api_personal_key - versions: - fpt: '*' - ghec: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -3214,9 +2284,6 @@ - provider: Langchain supportedSecret: Langchain API Server Key secretType: langchain_api_server_key - versions: - fpt: '*' - ghec: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -3226,9 +2293,6 @@ - provider: LaunchDarkly supportedSecret: LaunchDarkly API Token secretType: launchdarkly_access_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3238,10 +2302,6 @@ - provider: Lichess supportedSecret: Lichess OAuth Access Token secretType: lichess_oauth_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3251,10 +2311,6 @@ - provider: Lichess supportedSecret: Lichess Personal Access Token secretType: lichess_personal_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3264,10 +2320,6 @@ - provider: Lightspeed supportedSecret: Lightspeed Personal Access Token secretType: lightspeed_xs_pat - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.12' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -3277,10 +2329,6 @@ - provider: Linear supportedSecret: Linear API Key secretType: linear_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3290,10 +2338,6 @@ - provider: Linear supportedSecret: Linear OAuth Access Token secretType: linear_oauth_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3303,10 +2347,6 @@ - provider: LinkedIn supportedSecret: LinkedIn Client Secret secretType: linkedin_client_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -3316,10 +2356,6 @@ - provider: Lob supportedSecret: Lob Live API Key secretType: lob_live_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -3329,10 +2365,6 @@ - provider: Lob supportedSecret: Lob Test API Key secretType: lob_test_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -3342,10 +2374,6 @@ - provider: Localstack supportedSecret: Localstack API Key secretType: localstack_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.7' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3355,10 +2383,6 @@ - provider: LogicMonitor supportedSecret: LogicMonitor Bearer Token secretType: logicmonitor_bearer_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.8' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3368,10 +2392,6 @@ - provider: LogicMonitor supportedSecret: LogicMonitor LMv1 Access Key secretType: logicmonitor_lmv1_access_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.8' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3380,11 +2400,9 @@ isduplicate: false - provider: Login with Amazon supportedSecret: Login with Amazon OAuth Client ID - secretType: amazon_oauth_client_id
amazon_oauth_client_secret
amazon_oauth_client_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' + secretType: >- + amazon_oauth_client_id
amazon_oauth_client_secret +
amazon_oauth_client_secret isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3394,10 +2412,6 @@ - provider: Mailchimp supportedSecret: Mailchimp API Key secretType: mailchimp_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3407,9 +2421,6 @@ - provider: Mailchimp supportedSecret: Mandrill API Key secretType: mandrill_api_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -3419,9 +2430,6 @@ - provider: Mailersend supportedSecret: Mailersend API Token secretType: mailersend_api_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -3431,9 +2439,6 @@ - provider: Mailersend supportedSecret: Mailersend SMTP Password secretType: mailersend_smtp_password - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -3443,9 +2448,6 @@ - provider: Mailersend supportedSecret: Mailersend SMTP Username secretType: mailersend_smtp_username - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -3455,10 +2457,6 @@ - provider: Mailgun supportedSecret: Mailgun API Key secretType: mailgun_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3468,9 +2466,6 @@ - provider: Mailgun supportedSecret: Mailgun SMTP Credential secretType: mailgun_smtp_credential - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -3480,10 +2475,6 @@ - provider: Mapbox supportedSecret: Mapbox Secret Access Token secretType: mapbox_secret_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -3493,10 +2484,6 @@ - provider: MaxMind supportedSecret: MaxMind License Key secretType: maxmind_license_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.11' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3506,10 +2493,6 @@ - provider: Mercury supportedSecret: Mercury Non-Production API Token secretType: mercury_non_production_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.10' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3519,10 +2502,6 @@ - provider: Mercury supportedSecret: Mercury Production API Token secretType: mercury_production_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.10' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3532,10 +2511,6 @@ - provider: Mergify supportedSecret: Mergify Application Key secretType: mergify_application_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.12' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3545,10 +2520,6 @@ - provider: MessageBird supportedSecret: MessageBird API Key secretType: messagebird_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3558,10 +2529,6 @@ - provider: Midtrans supportedSecret: Midtrans Production Server Key secretType: midtrans_production_server_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -3571,10 +2538,6 @@ - provider: Midtrans supportedSecret: Midtrans Sandbox Server Key secretType: midtrans_sandbox_server_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -3584,9 +2547,6 @@ - provider: Mistral AI supportedSecret: Mistral AI API Key secretType: mistral_ai_api_key - versions: - fpt: '*' - ghec: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -3596,10 +2556,6 @@ - provider: MongoDB supportedSecret: MongoDB Atlas Database URI with credentials secretType: mongodb_atlas_db_uri_with_credentials - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3609,10 +2565,6 @@ - provider: MongoDB supportedSecret: MongoDB Atlas Service Account Secret secretType: mongodb_atlas_service_account_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.18' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3622,10 +2574,6 @@ - provider: Naver Cloud supportedSecret: Naver Cloud Gov Access Key ID secretType: navercloud_gov_access_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.18' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3635,10 +2583,6 @@ - provider: Naver Cloud supportedSecret: Naver Cloud Gov Secret Key secretType: navercloud_gov_access_key_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.18' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3648,10 +2592,6 @@ - provider: Naver Cloud supportedSecret: Naver Cloud Gov Secure Token Service secretType: navercloud_gov_sts - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.18' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3661,10 +2601,6 @@ - provider: Naver Cloud supportedSecret: Naver Cloud Gov Secure Token Service Secret secretType: navercloud_gov_sts_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.18' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3674,10 +2610,6 @@ - provider: Naver Cloud supportedSecret: Naver Cloud Access Key ID secretType: navercloud_pub_access_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.18' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3687,10 +2619,6 @@ - provider: Naver Cloud supportedSecret: Naver Cloud Secret Key secretType: navercloud_pub_access_key_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.18' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3700,10 +2628,6 @@ - provider: Naver Cloud supportedSecret: Naver Cloud Secure Token Service secretType: navercloud_pub_sts - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.18' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3713,10 +2637,6 @@ - provider: Naver Cloud supportedSecret: Naver Cloud Secure Token Service Secret secretType: navercloud_pub_sts_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.18' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3726,9 +2646,6 @@ - provider: Neon supportedSecret: Neon API Key secretType: neon_api_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -3738,9 +2655,6 @@ - provider: Neon supportedSecret: Neon Connection URI secretType: neon_connection_uri - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -3750,10 +2664,6 @@ - provider: Netflix supportedSecret: Netflix NetKey secretType: netflix_netkey - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3763,10 +2673,6 @@ - provider: New Relic supportedSecret: New Relic Insights Query Key secretType: new_relic_insights_query_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -3776,10 +2682,6 @@ - provider: New Relic supportedSecret: New Relic License Key secretType: new_relic_license_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -3789,10 +2691,6 @@ - provider: New Relic supportedSecret: New Relic Personal API Key secretType: new_relic_personal_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -3802,10 +2700,6 @@ - provider: New Relic supportedSecret: New Relic REST API Key secretType: new_relic_rest_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -3815,9 +2709,6 @@ - provider: Notion supportedSecret: Notion API Token secretType: notion_api_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3827,10 +2718,6 @@ - provider: Notion supportedSecret: Notion Integration Token secretType: notion_integration_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -3840,10 +2727,6 @@ - provider: Notion supportedSecret: Notion OAuth Client Secret secretType: notion_oauth_client_secret - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -3853,10 +2736,6 @@ - provider: npm supportedSecret: npm Access Token secretType: npm_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3866,10 +2745,6 @@ - provider: NuGet supportedSecret: NuGet API Key secretType: nuget_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3879,10 +2754,6 @@ - provider: Octopus Deploy supportedSecret: Octopus Deploy API Key secretType: octopus_deploy_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3892,10 +2763,6 @@ - provider: Oculus supportedSecret: Oculus Access Token secretType: oculus_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -3905,10 +2772,6 @@ - provider: OneChronos supportedSecret: OneChronos API Token secretType: onechronos_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.10' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -3918,10 +2781,6 @@ - provider: OneChronos supportedSecret: OneChronos Expressive Bidding API Key secretType: onechronos_eb_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.10' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -3931,10 +2790,6 @@ - provider: OneChronos supportedSecret: OneChronos Expressive Bidding Encryption Key secretType: onechronos_eb_encryption_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.10' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -3944,10 +2799,6 @@ - provider: OneChronos supportedSecret: OneChronos OAuth Token secretType: onechronos_oauth_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.10' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -3957,10 +2808,6 @@ - provider: OneChronos supportedSecret: OneChronos Refresh Token secretType: onechronos_refresh_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.10' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -3970,10 +2817,6 @@ - provider: Onfido supportedSecret: Onfido Live API Token secretType: onfido_live_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3983,10 +2826,6 @@ - provider: Onfido supportedSecret: Onfido Sandbox API Token secretType: onfido_sandbox_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3996,10 +2835,6 @@ - provider: OpenAI supportedSecret: OpenAI API Key secretType: openai_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -4009,10 +2844,6 @@ - provider: OpenRouter supportedSecret: OpenRouter API Key secretType: openrouter_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -4022,9 +2853,6 @@ - provider: Openweather supportedSecret: Openweather API Key secretType: openweather_api_key - versions: - fpt: '*' - ghec: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -4034,9 +2862,6 @@ - provider: Oracle supportedSecret: Oracle API Key secretType: oracle_api_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -4046,10 +2871,6 @@ - provider: Orbit supportedSecret: Orbit API Token secretType: orbit_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -4059,10 +2880,6 @@ - provider: PagerDuty supportedSecret: PagerDuty OAuth Secret secretType: pagerduty_oauth_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -4072,10 +2889,6 @@ - provider: PagerDuty supportedSecret: PagerDuty OAuth Token secretType: pagerduty_oauth_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -4085,10 +2898,6 @@ - provider: Palantir supportedSecret: Palantir JSON Web Token secretType: palantir_jwt - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -4098,10 +2907,6 @@ - provider: Pangea supportedSecret: Pangea Token secretType: pangea_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.18' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -4111,9 +2916,6 @@ - provider: Perplexity supportedSecret: Perplexity API Key secretType: perplexity_api_key - versions: - fpt: '*' - ghec: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -4123,10 +2925,6 @@ - provider: Persona Identities supportedSecret: Persona Production Api Key secretType: persona_production_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.7' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -4136,10 +2934,6 @@ - provider: Persona Identities supportedSecret: Persona Sandbox Api Key secretType: persona_sandbox_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.7' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -4149,10 +2943,6 @@ - provider: Pinterest supportedSecret: Pinterest Access Token secretType: pinterest_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.10' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -4162,10 +2952,6 @@ - provider: Pinterest supportedSecret: Pinterest Refresh Token secretType: pinterest_refresh_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.10' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -4175,10 +2961,6 @@ - provider: PlanetScale supportedSecret: PlanetScale Database Password secretType: planetscale_database_password - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -4188,10 +2970,6 @@ - provider: PlanetScale supportedSecret: PlanetScale OAuth Token secretType: planetscale_oauth_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -4201,10 +2979,6 @@ - provider: PlanetScale supportedSecret: PlanetScale Service Token secretType: planetscale_service_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -4214,10 +2988,6 @@ - provider: Planning Center supportedSecret: Planning Center OAuth Access Token secretType: planning_center_oauth_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -4227,10 +2997,6 @@ - provider: Planning Center supportedSecret: Planning Center OAuth Application Secret secretType: planning_center_oauth_app_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -4240,10 +3006,6 @@ - provider: Planning Center supportedSecret: Planning Center Personal Access Token secretType: planning_center_personal_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -4253,10 +3015,6 @@ - provider: Plivo supportedSecret: Plivo Auth ID secretType: plivo_auth_id
plivo_auth_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -4266,10 +3024,6 @@ - provider: Polar supportedSecret: Polar Access Token secretType: polar_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -4279,10 +3033,6 @@ - provider: Polar supportedSecret: Polar Authorization Code secretType: polar_authorization_code - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -4292,10 +3042,6 @@ - provider: Polar supportedSecret: Polar Client Registration Token secretType: polar_client_registration_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -4305,10 +3051,6 @@ - provider: Polar supportedSecret: Polar Client Secret secretType: polar_client_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -4318,9 +3060,6 @@ - provider: Polar supportedSecret: Polar Customer Session Token secretType: polar_customer_session_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -4330,10 +3069,6 @@ - provider: Polar supportedSecret: Polar Personal Access Token secretType: polar_personal_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -4343,10 +3078,6 @@ - provider: Polar supportedSecret: Polar Refresh Token secretType: polar_refresh_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -4356,9 +3087,6 @@ - provider: Polar supportedSecret: Polar User Session Token secretType: polar_user_session_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -4368,10 +3096,6 @@ - provider: Postman supportedSecret: Postman API Key secretType: postman_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -4381,10 +3105,6 @@ - provider: Postman supportedSecret: Postman Collection Key secretType: postman_collection_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.9' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -4394,10 +3114,6 @@ - provider: Prefect supportedSecret: Prefect Server API Key secretType: prefect_server_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.6' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -4407,10 +3123,6 @@ - provider: Prefect supportedSecret: Prefect User API Key secretType: prefect_user_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.6' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -4420,10 +3132,6 @@ - provider: Proctorio supportedSecret: Proctorio Consumer Key secretType: proctorio_consumer_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -4433,10 +3141,6 @@ - provider: Proctorio supportedSecret: Proctorio Linkage Key secretType: proctorio_linkage_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -4446,10 +3150,6 @@ - provider: Proctorio supportedSecret: Proctorio Registration Key secretType: proctorio_registration_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -4459,10 +3159,6 @@ - provider: Proctorio supportedSecret: Proctorio Secret Key secretType: proctorio_secret_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -4472,10 +3168,6 @@ - provider: Pulumi supportedSecret: Pulumi Access Token secretType: pulumi_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -4485,10 +3177,6 @@ - provider: PyPI supportedSecret: PyPI API Token secretType: pypi_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -4498,10 +3186,6 @@ - provider: Ramp supportedSecret: Ramp OAuth Client ID secretType: ramp_client_id - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -4511,10 +3195,6 @@ - provider: Ramp supportedSecret: Ramp OAuth Client Secret secretType: ramp_client_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -4524,10 +3204,6 @@ - provider: Ramp supportedSecret: Ramp OAuth Access or Refresh Token secretType: ramp_oauth_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -4537,10 +3213,6 @@ - provider: ReadMe supportedSecret: ReadMe API Key secretType: readmeio_api_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.6' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -4550,10 +3222,6 @@ - provider: redirect.pizza supportedSecret: redirect.pizza API Token secretType: redirect_pizza_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -4563,10 +3231,6 @@ - provider: Replicate supportedSecret: Replicate API Token secretType: replicate_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.16' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -4576,10 +3240,6 @@ - provider: Rootly supportedSecret: Rootly API Key secretType: rootly_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.9' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -4589,10 +3249,6 @@ - provider: RubyGems supportedSecret: RubyGems API Key secretType: rubygems_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -4602,10 +3258,6 @@ - provider: RunPod supportedSecret: RunPod API Key secretType: runpod_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.18' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -4615,9 +3267,6 @@ - provider: Salesforce supportedSecret: Salesforce Access Token secretType: salesforce_access_token - versions: - fpt: '*' - ghec: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -4627,10 +3276,6 @@ - provider: Salesforce supportedSecret: Salesforce OAuth2 Consumer Key secretType: salesforce_oauth2_consumer_key
salesforce_oauth2_consumer_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.18' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -4640,10 +3285,6 @@ - provider: Salesforce supportedSecret: Salesforce Refresh Token secretType: salesforce_refresh_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.18' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -4653,10 +3294,6 @@ - provider: Samsara supportedSecret: Samsara API Token secretType: samsara_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -4666,10 +3303,6 @@ - provider: Samsara supportedSecret: Samsara OAuth Access Token secretType: samsara_oauth_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -4679,10 +3312,6 @@ - provider: Scalr supportedSecret: Scalr API Token secretType: scalr_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.16' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -4692,10 +3321,6 @@ - provider: Segment supportedSecret: Segment Public API Token secretType: segment_public_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.9' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -4705,10 +3330,6 @@ - provider: SendGrid supportedSecret: SendGrid API Key secretType: sendgrid_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -4718,10 +3339,6 @@ - provider: Sentry supportedSecret: Sentry Integration Token secretType: sentry_integration_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.16' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -4731,10 +3348,6 @@ - provider: Sentry supportedSecret: Sentry Org Auth Token secretType: sentry_org_auth_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.16' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -4744,10 +3357,6 @@ - provider: Sentry supportedSecret: Sentry User App Auth Token secretType: sentry_user_app_auth_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.16' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -4757,10 +3366,6 @@ - provider: Sentry supportedSecret: Sentry User Auth Token secretType: sentry_user_auth_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.16' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -4770,10 +3375,6 @@ - provider: Shippo supportedSecret: Shippo Live API Token secretType: shippo_live_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -4783,10 +3384,6 @@ - provider: Shippo supportedSecret: Shippo Test API Token secretType: shippo_test_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -4796,10 +3393,6 @@ - provider: Shopee supportedSecret: Shopee Open Platform Partner Key secretType: shopee_open_platform_partner_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.16' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -4809,10 +3402,6 @@ - provider: Shopify supportedSecret: Shopify Access Token secretType: shopify_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -4822,10 +3411,6 @@ - provider: Shopify supportedSecret: Shopify App Client Credentials secretType: shopify_app_client_credentials - versions: - fpt: '*' - ghec: '*' - ghes: '>3.4' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -4835,10 +3420,6 @@ - provider: Shopify supportedSecret: Shopify App Client Secret secretType: shopify_app_client_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>3.4' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -4848,10 +3429,6 @@ - provider: Shopify supportedSecret: Shopify App Shared Secret secretType: shopify_app_shared_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -4861,10 +3438,6 @@ - provider: Shopify supportedSecret: Shopify Custom App Access Token secretType: shopify_custom_app_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -4874,10 +3447,6 @@ - provider: Shopify supportedSecret: Shopify Marketplace Token secretType: shopify_marketplace_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.4' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -4887,10 +3456,6 @@ - provider: Shopify supportedSecret: Shopify Merchant Token secretType: shopify_merchant_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.4' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -4900,10 +3465,6 @@ - provider: Shopify supportedSecret: Shopify Partner API Token secretType: shopify_partner_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.4' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -4913,10 +3474,6 @@ - provider: Shopify supportedSecret: Shopify Private App Password secretType: shopify_private_app_password - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -4926,10 +3483,6 @@ - provider: Siemens supportedSecret: Siemens API Token secretType: siemens_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.16' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -4939,9 +3492,6 @@ - provider: Siemens supportedSecret: Siemens Code Token secretType: siemens_code_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -4951,10 +3501,6 @@ - provider: Sindri supportedSecret: Sindri API Key secretType: sindri_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -4964,10 +3510,6 @@ - provider: Slack supportedSecret: Slack API Token secretType: slack_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -4977,10 +3519,6 @@ - provider: Slack supportedSecret: Slack Incoming Webhook URL secretType: slack_incoming_webhook_url - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -4990,10 +3528,6 @@ - provider: Slack supportedSecret: Slack Workflow Webhook URL secretType: slack_workflow_webhook_url - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -5003,9 +3537,6 @@ - provider: Snowflake supportedSecret: Snowflake Programmatic Access Token secretType: snowflake_programmatic_access_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -5015,10 +3546,6 @@ - provider: Sourcegraph supportedSecret: Sourcegraph Access Token secretType: sourcegraph_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -5028,10 +3555,6 @@ - provider: Sourcegraph supportedSecret: Sourcegraph Dotcom User Gateway Access Token secretType: sourcegraph_dotcom_user_gateway - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -5041,10 +3564,6 @@ - provider: Sourcegraph supportedSecret: Sourcegraph Access Token with Instance Identifier secretType: sourcegraph_instance_identifier_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -5054,10 +3573,6 @@ - provider: Sourcegraph supportedSecret: Sourcegraph License Key Token secretType: sourcegraph_license_key_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -5067,10 +3582,6 @@ - provider: Sourcegraph supportedSecret: Sourcegraph Product Subscription Token secretType: sourcegraph_product_subscription_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -5080,10 +3591,6 @@ - provider: Square supportedSecret: Square Access Token secretType: square_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -5093,10 +3600,6 @@ - provider: Square supportedSecret: Square Production Application Secret secretType: square_production_application_secret - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -5106,10 +3609,6 @@ - provider: Square supportedSecret: Square Sandbox Application Secret secretType: square_sandbox_application_secret - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -5119,10 +3618,6 @@ - provider: SSLMate supportedSecret: SSLMate API Key secretType: sslmate_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -5132,10 +3627,6 @@ - provider: SSLMate supportedSecret: SSLMate Cluster Secret secretType: sslmate_cluster_secret - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -5145,10 +3636,6 @@ - provider: Stripe supportedSecret: Stripe API Key secretType: stripe_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -5158,10 +3645,6 @@ - provider: Stripe supportedSecret: Stripe Legacy API Key secretType: stripe_legacy_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -5171,10 +3654,6 @@ - provider: Stripe supportedSecret: Stripe Live API Restricted Key secretType: stripe_live_restricted_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -5184,10 +3663,6 @@ - provider: Stripe supportedSecret: Stripe Test API Restricted Key secretType: stripe_test_restricted_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -5197,10 +3672,6 @@ - provider: Stripe supportedSecret: Stripe Test API Secret Key secretType: stripe_test_secret_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -5210,10 +3681,6 @@ - provider: Stripe supportedSecret: Stripe Webhook Signing Secret secretType: stripe_webhook_signing_secret - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -5223,10 +3690,6 @@ - provider: Supabase supportedSecret: Supabase Service Key secretType: supabase_service_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -5236,10 +3699,6 @@ - provider: Tableau supportedSecret: Tableau Personal Access Token secretType: tableau_personal_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -5249,10 +3708,6 @@ - provider: Tailscale supportedSecret: Tailscale API Key secretType: tailscale_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -5262,10 +3717,6 @@ - provider: Telegram supportedSecret: Telegram Bot Token secretType: telegram_bot_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -5275,10 +3726,6 @@ - provider: Telnyx supportedSecret: Telnyx API V2 Key secretType: telnyx_api_v2_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.7' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -5288,9 +3735,6 @@ - provider: Temporal supportedSecret: Temporal Cloud API Key secretType: temporal_cloud_api_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -5300,9 +3744,6 @@ - provider: Tencent supportedSecret: Tencent Cloud International Access Token secretType: tencent_cloud_intl_access_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -5312,10 +3753,6 @@ - provider: Tencent supportedSecret: Tencent Cloud Secret ID secretType: tencent_cloud_secret_id - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -5325,10 +3762,6 @@ - provider: Tencent supportedSecret: Tencent WeChat API App ID secretType: tencent_wechat_api_app_id - versions: - fpt: '*' - ghec: '*' - ghes: '>3.7' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -5338,9 +3771,6 @@ - provider: Tencent supportedSecret: Tencent WeChat Pay Token secretType: tencent_wechat_pay_token - versions: - fpt: '*' - ghec: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -5350,10 +3780,6 @@ - provider: Thunderstore supportedSecret: Thunderstore IO API Token secretType: thunderstore_io_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.16' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -5363,10 +3789,6 @@ - provider: Twilio supportedSecret: Twilio Access Token secretType: twilio_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -5376,10 +3798,6 @@ - provider: Twilio supportedSecret: Twilio Account String Identifier secretType: twilio_account_sid - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -5389,10 +3807,6 @@ - provider: Twilio supportedSecret: Twilio API Key secretType: twilio_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -5402,10 +3816,6 @@ - provider: Typeform supportedSecret: Typeform Personal Access Token secretType: typeform_personal_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -5415,10 +3825,6 @@ - provider: Uniwise supportedSecret: WISEflow API Key secretType: wiseflow_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.6' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -5428,10 +3834,6 @@ - provider: Unkey supportedSecret: Unkey Root Key secretType: unkey_root_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -5441,9 +3843,6 @@ - provider: Val Town supportedSecret: Val Town API Token secretType: val_town_api_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -5453,10 +3852,6 @@ - provider: VolcEngine supportedSecret: VolcEngine Access Key ID secretType: volcengine_access_key_id - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.12' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -5466,10 +3861,6 @@ - provider: Wakatime supportedSecret: WakaTime API Key secretType: wakatime_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -5479,10 +3870,6 @@ - provider: Wakatime supportedSecret: WakaTime App Secret secretType: wakatime_app_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>3.9' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -5492,10 +3879,6 @@ - provider: Wakatime supportedSecret: WakaTime OAuth Access Token secretType: wakatime_oauth_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.9' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -5505,10 +3888,6 @@ - provider: Wakatime supportedSecret: WakaTime OAuth Refresh Token secretType: wakatime_oauth_refresh_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.9' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -5518,9 +3897,6 @@ - provider: Weights & Biases supportedSecret: Weights & Biases API Key secretType: wandb_api_key - versions: - fpt: '*' - ghec: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -5530,10 +3906,6 @@ - provider: Workato supportedSecret: Workato Developer API Token secretType: workato_developer_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '>3.11' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -5543,10 +3915,6 @@ - provider: WorkOS supportedSecret: WorkOS Production API Key secretType: workos_production_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.12' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -5556,10 +3924,6 @@ - provider: WorkOS supportedSecret: WorkOS Staging API Key secretType: workos_staging_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.12' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -5569,10 +3933,6 @@ - provider: xAI supportedSecret: xAI API Key secretType: xai_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.18' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -5582,10 +3942,6 @@ - provider: Yandex supportedSecret: Yandex.Cloud API Key secretType: yandex_cloud_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -5595,10 +3951,6 @@ - provider: Yandex supportedSecret: Yandex.Cloud Access Secret secretType: yandex_cloud_iam_access_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -5608,10 +3960,6 @@ - provider: Yandex supportedSecret: Yandex.Cloud IAM Cookie secretType: yandex_cloud_iam_cookie - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -5621,10 +3969,6 @@ - provider: Yandex supportedSecret: Yandex.Cloud IAM Token secretType: yandex_cloud_iam_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -5634,10 +3978,6 @@ - provider: Yandex supportedSecret: Yandex.Cloud Smartchapta Server Key secretType: yandex_cloud_smartcaptcha_server_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.11' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -5647,10 +3987,6 @@ - provider: Yandex supportedSecret: Yandex.Dictionary API Key secretType: yandex_dictionary_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -5660,9 +3996,6 @@ - provider: Yandex supportedSecret: Yandex.Passport OAuth Token secretType: yandex_passport_oauth_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -5672,10 +4005,6 @@ - provider: Yandex supportedSecret: Yandex.Predictor API Key secretType: yandex_predictor_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -5685,10 +4014,6 @@ - provider: Yandex supportedSecret: Yandex.Translate API Key secretType: yandex_translate_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -5698,9 +4023,6 @@ - provider: ZenHub supportedSecret: ZenHub Personal API Key secretType: zenhub_personal_api_key - versions: - fpt: '*' - ghec: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -5710,10 +4032,6 @@ - provider: Zuplo supportedSecret: Zuplo Consumer API Key secretType: zuplo_consumer_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>3.6' isPublic: true isPrivateWithGhas: true hasPushProtection: true diff --git a/src/secret-scanning/data/public-docs-schema.ts b/src/secret-scanning/data/public-docs-schema.ts index 0a5d686f7cc2..c383e7da919c 100644 --- a/src/secret-scanning/data/public-docs-schema.ts +++ b/src/secret-scanning/data/public-docs-schema.ts @@ -1,20 +1,8 @@ -import { schema } from '@/frame/lib/frontmatter' - -// Secret scanning entries have `versions` blocks that match `versions` frontmatter, -// so we can import that part of the FM schema. -// Access the versions property which is defined dynamically in frontmatter.ts -const versionsProps = Object.assign({}, (schema.properties as Record).versions) - // The secret-scanning.json contains an array of objects that look like this: // { // "provider": "Azure", // "supportedSecret": "Azure SQL Connection String", // "secretType": "azure_sql_connection_string", -// "versions": { -// "fpt": "*", -// "ghec": "*", -// "ghes": "*" -// }, // "isPublic": true, // "isPrivateWithGhas": true, // "hasPushProtection": false, @@ -27,7 +15,6 @@ export interface SecretScanningEntry { provider: string supportedSecret: string secretType: string - versions: Record isPublic: boolean | string isPrivateWithGhas: boolean | string hasPushProtection: boolean | string @@ -45,7 +32,6 @@ export default { 'provider', 'supportedSecret', 'secretType', - 'versions', 'isPublic', 'isPrivateWithGhas', 'hasPushProtection', @@ -65,7 +51,6 @@ export default { type: 'string', pattern: '[A-Za-z0-9_-]', }, - versions: versionsProps, isPublic: { description: 'whether the secret is publicly available', type: ['boolean', 'string'], diff --git a/src/secret-scanning/middleware/secret-scanning.ts b/src/secret-scanning/middleware/secret-scanning.ts index 9cf6adcacb24..e7ef85c5f693 100644 --- a/src/secret-scanning/middleware/secret-scanning.ts +++ b/src/secret-scanning/middleware/secret-scanning.ts @@ -3,7 +3,6 @@ import fs from 'fs' import yaml from 'js-yaml' import type { NextFunction, Response } from 'express' -import getApplicableVersions from '@/versions/lib/get-applicable-versions' import { liquid } from '@/content-render/index' import { ExtendedRequest, SecretScanningData } from '@/types' import { allVersions } from '@/versions/lib/all-versions' @@ -38,11 +37,9 @@ export default async function secretScanning( : 'fpt' const filepath = `${secretScanningDir}/${versionPath}/public-docs.yml` - const secretScanningData = yaml.load(fs.readFileSync(filepath, 'utf-8')) as SecretScanningData[] - - req.context.secretScanningData = secretScanningData.filter((entry) => - currentVersion ? getApplicableVersions(entry.versions).includes(currentVersion) : false, - ) + req.context.secretScanningData = yaml.load( + fs.readFileSync(filepath, 'utf-8'), + ) as SecretScanningData[] // Some entries might use Liquid syntax, so we need // to execute that Liquid to get the actual value. diff --git a/src/versions/lib/get-applicable-versions.ts b/src/versions/lib/get-applicable-versions.ts index fdaf58e3424c..e814c1ab1b7f 100644 --- a/src/versions/lib/get-applicable-versions.ts +++ b/src/versions/lib/get-applicable-versions.ts @@ -14,8 +14,14 @@ interface GetApplicableVersionsOptions { includeNextVersion?: boolean } -// Using any for feature data as it's dynamically loaded from YAML files -let featureData: any = null +interface FeatureData { + [featureName: string]: { + versions: VersionsObject + } +} + +// Feature data is dynamically loaded from YAML files +let featureData: FeatureData | null = null const allVersionKeys = Object.keys(allVersions) @@ -55,13 +61,13 @@ function getApplicableVersions( ? {} : reduce( versionsObj, - (result: any, value, key) => { + (result: VersionsObject, value, key) => { if (key === 'feature') { if (typeof value === 'string') { - Object.assign(result, { ...featureData[value]?.versions }) + Object.assign(result, { ...featureData?.[value]?.versions }) } else if (Array.isArray(value)) { for (const str of value) { - Object.assign(result, { ...featureData[str].versions }) + Object.assign(result, { ...featureData?.[str]?.versions }) } } delete result[key] diff --git a/src/workflows/lib/in-liquid.ts b/src/workflows/lib/in-liquid.ts index d8350a0f75c2..a8648e4292d1 100644 --- a/src/workflows/lib/in-liquid.ts +++ b/src/workflows/lib/in-liquid.ts @@ -1,17 +1,27 @@ import { getLiquidTokens } from '@/content-linter/lib/helpers/liquid-utils' +import type { TagToken } from 'liquidjs' +import { TokenKind } from 'liquidjs' -type Token = { - name?: string - args?: string +// Type guard to check if a token is a TagToken +function isTagToken(token: unknown): token is TagToken { + return ( + token !== null && + typeof token === 'object' && + 'kind' in token && + token.kind === TokenKind.Tag && + 'name' in token && + typeof token.name === 'string' && + 'args' in token + ) } -const parsedLiquidTokensCache = new Map() +const parsedLiquidTokensCache = new Map() export function inLiquid(filePath: string, fileContents: string, needle: string) { if (!parsedLiquidTokensCache.has(filePath)) { - parsedLiquidTokensCache.set(filePath, getLiquidTokens(fileContents)) + parsedLiquidTokensCache.set(filePath, getLiquidTokens(fileContents).filter(isTagToken)) } - const tokens = parsedLiquidTokensCache.get(filePath) as Token[] + const tokens = parsedLiquidTokensCache.get(filePath)! for (const token of tokens) { if (token.name === 'data') { const { args } = token