From 38e84f6b0114bd205dfc6ff92630e7a01891cfb9 Mon Sep 17 00:00:00 2001 From: Jake Coffman Date: Thu, 4 Dec 2025 09:42:47 -0600 Subject: [PATCH 1/6] Dependabot Helm registry does not support OCI registries (#58681) Co-authored-by: Anne-Marie <102995847+am-stead@users.noreply.github.com> --- ...nfiguring-access-to-private-registries-for-dependabot.md | 2 +- ...he-configuration-of-private-registries-for-dependabot.md | 6 ++---- data/reusables/dependabot/supported-package-managers.md | 4 ++-- 3 files changed, 5 insertions(+), 7 deletions(-) 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/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 From 6020a68fafe17e1614716aa2f4ec167f9aeb17d3 Mon Sep 17 00:00:00 2001 From: docs-bot <77750099+docs-bot@users.noreply.github.com> Date: Thu, 4 Dec 2025 08:19:04 -0800 Subject: [PATCH 2/6] Sync secret scanning data (#58692) Co-authored-by: Anne-Marie <102995847+am-stead@users.noreply.github.com> --- .../data/pattern-docs/fpt/public-docs.yml | 48 +++++++++++++++++++ .../data/pattern-docs/ghec/public-docs.yml | 48 +++++++++++++++++++ .../pattern-docs/ghes-3.14/public-docs.yml | 16 +++++-- .../pattern-docs/ghes-3.15/public-docs.yml | 16 +++++-- .../pattern-docs/ghes-3.16/public-docs.yml | 16 +++++-- .../pattern-docs/ghes-3.17/public-docs.yml | 16 +++++-- .../pattern-docs/ghes-3.18/public-docs.yml | 16 +++++-- .../pattern-docs/ghes-3.19/public-docs.yml | 16 +++++-- 8 files changed, 168 insertions(+), 24 deletions(-) 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..153e88b151d5 100644 --- a/src/secret-scanning/data/pattern-docs/fpt/public-docs.yml +++ b/src/secret-scanning/data/pattern-docs/fpt/public-docs.yml @@ -3567,6 +3567,54 @@ 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: '*' + 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 + base64Supported: false + isduplicate: false - provider: LaunchDarkly supportedSecret: LaunchDarkly API Token secretType: launchdarkly_access_token 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..153e88b151d5 100644 --- a/src/secret-scanning/data/pattern-docs/ghec/public-docs.yml +++ b/src/secret-scanning/data/pattern-docs/ghec/public-docs.yml @@ -3567,6 +3567,54 @@ 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: '*' + 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 + base64Supported: false + isduplicate: false - provider: LaunchDarkly supportedSecret: LaunchDarkly API Token secretType: launchdarkly_access_token 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..649acf72bb90 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 @@ -121,7 +121,9 @@ 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 + secretType: >- + aws_secret_access_key
aws_session_token +
aws_temporary_access_key_id versions: fpt: '*' ghec: '*' @@ -1485,7 +1487,9 @@ 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 + secretType: >- + google_cloud_storage_access_key_secret +
google_cloud_storage_service_account_access_key_id versions: fpt: '*' ghec: '*' @@ -1495,7 +1499,9 @@ 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 + secretType: >- + google_cloud_storage_access_key_secret +
google_cloud_storage_user_access_key_id versions: fpt: '*' ghec: '*' @@ -1974,7 +1980,9 @@ 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 + secretType: >- + amazon_oauth_client_id
amazon_oauth_client_secret +
amazon_oauth_client_secret versions: fpt: '*' ghec: '*' 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..f27162157dd5 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 @@ -132,7 +132,9 @@ isduplicate: false - provider: Amazon AWS supportedSecret: Amazon AWS Session Token - secretType: aws_secret_access_key
aws_session_token
aws_temporary_access_key_id + secretType: >- + aws_secret_access_key
aws_session_token +
aws_temporary_access_key_id versions: fpt: '*' ghec: '*' @@ -1467,7 +1469,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 + secretType: >- + google_cloud_storage_access_key_secret +
google_cloud_storage_service_account_access_key_id versions: fpt: '*' ghec: '*' @@ -1478,7 +1482,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 + secretType: >- + google_cloud_storage_access_key_secret +
google_cloud_storage_user_access_key_id versions: fpt: '*' ghec: '*' @@ -1940,7 +1946,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 + secretType: >- + amazon_oauth_client_id
amazon_oauth_client_secret +
amazon_oauth_client_secret versions: fpt: '*' ghec: '*' 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..aa21e92f61fd 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 @@ -132,7 +132,9 @@ isduplicate: false - provider: Amazon AWS supportedSecret: Amazon AWS Session Token - secretType: aws_secret_access_key
aws_session_token
aws_temporary_access_key_id + secretType: >- + aws_secret_access_key
aws_session_token +
aws_temporary_access_key_id versions: fpt: '*' ghec: '*' @@ -1563,7 +1565,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 + secretType: >- + google_cloud_storage_access_key_secret +
google_cloud_storage_service_account_access_key_id versions: fpt: '*' ghec: '*' @@ -1575,7 +1579,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 + secretType: >- + google_cloud_storage_access_key_secret +
google_cloud_storage_user_access_key_id versions: fpt: '*' ghec: '*' @@ -2077,7 +2083,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 + secretType: >- + amazon_oauth_client_id
amazon_oauth_client_secret +
amazon_oauth_client_secret versions: fpt: '*' ghec: '*' 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..f00a0a70319e 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 @@ -132,7 +132,9 @@ isduplicate: false - provider: Amazon AWS supportedSecret: Amazon AWS Session Token - secretType: aws_secret_access_key
aws_session_token
aws_temporary_access_key_id + secretType: >- + aws_secret_access_key
aws_session_token +
aws_temporary_access_key_id versions: fpt: '*' ghec: '*' @@ -1598,7 +1600,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 + secretType: >- + google_cloud_storage_access_key_secret +
google_cloud_storage_service_account_access_key_id versions: fpt: '*' ghec: '*' @@ -1610,7 +1614,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 + secretType: >- + google_cloud_storage_access_key_secret +
google_cloud_storage_user_access_key_id versions: fpt: '*' ghec: '*' @@ -2167,7 +2173,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 + secretType: >- + amazon_oauth_client_id
amazon_oauth_client_secret +
amazon_oauth_client_secret versions: fpt: '*' ghec: '*' 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..8fbe8df80966 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 @@ -132,7 +132,9 @@ isduplicate: false - provider: Amazon AWS supportedSecret: Amazon AWS Session Token - secretType: aws_secret_access_key
aws_session_token
aws_temporary_access_key_id + secretType: >- + aws_secret_access_key
aws_session_token +
aws_temporary_access_key_id versions: fpt: '*' ghec: '*' @@ -1717,7 +1719,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 + secretType: >- + google_cloud_storage_access_key_secret +
google_cloud_storage_service_account_access_key_id versions: fpt: '*' ghec: '*' @@ -1729,7 +1733,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 + secretType: >- + google_cloud_storage_access_key_secret +
google_cloud_storage_user_access_key_id versions: fpt: '*' ghec: '*' @@ -2300,7 +2306,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 + secretType: >- + amazon_oauth_client_id
amazon_oauth_client_secret +
amazon_oauth_client_secret versions: fpt: '*' ghec: '*' 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..a387fd9e6ed8 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 @@ -215,7 +215,9 @@ isduplicate: false - provider: Amazon AWS supportedSecret: Amazon AWS Session Token - secretType: aws_secret_access_key
aws_session_token
aws_temporary_access_key_id + secretType: >- + aws_secret_access_key
aws_session_token +
aws_temporary_access_key_id versions: fpt: '*' ghec: '*' @@ -2661,7 +2663,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 + secretType: >- + google_cloud_storage_access_key_secret +
google_cloud_storage_service_account_access_key_id versions: fpt: '*' ghec: '*' @@ -2674,7 +2678,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 + secretType: >- + google_cloud_storage_access_key_secret +
google_cloud_storage_user_access_key_id versions: fpt: '*' ghec: '*' @@ -3380,7 +3386,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 + secretType: >- + amazon_oauth_client_id
amazon_oauth_client_secret +
amazon_oauth_client_secret versions: fpt: '*' ghec: '*' From 21f56d5cea553bfce069b343f19b4039ed5bee69 Mon Sep 17 00:00:00 2001 From: Junko Suzuki Date: Fri, 5 Dec 2025 01:19:47 +0900 Subject: [PATCH 3/6] Delete the article for issue template using a single file and release notes for an issue template feature deletion (#58705) Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: isaacmbrown --- .../about-issue-and-pull-request-templates.md | 4 ++ .../index.md | 1 - ...ngle-issue-template-for-your-repository.md | 68 ------------------- .../enterprise-server/3-18/0.yml | 9 ++- 4 files changed, 10 insertions(+), 72 deletions(-) delete mode 100644 content/communities/using-templates-to-encourage-useful-issues-and-pull-requests/manually-creating-a-single-issue-template-for-your-repository.md 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/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 From e4929779f3cefe6499d9a7ac32b53ffc1125cf39 Mon Sep 17 00:00:00 2001 From: Adam Ross Russell Date: Thu, 4 Dec 2025 08:23:22 -0800 Subject: [PATCH 4/6] Update OIDC documentation for enterprise managed users (#58693) --- .../configuring-oidc-for-enterprise-managed-users.md | 2 ++ 1 file changed, 2 insertions(+) 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**. From ac39da27817a7bf1748750523dbb2f55ff49eb55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Dec 2025 17:05:24 +0000 Subject: [PATCH 5/6] Bump jws from 3.2.2 to 3.2.3 in the npm_and_yarn group across 1 directory (#58713) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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" } }, From 0de59c26ad1c695b243990ab26c68028c90b82a6 Mon Sep 17 00:00:00 2001 From: Daniel Dunn Date: Thu, 4 Dec 2025 11:47:26 -0600 Subject: [PATCH 6/6] Secret Scanning pattern docs refactor (#58635) Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- .../data/pattern-docs/fpt/public-docs.yml | 2344 +--------------- .../data/pattern-docs/ghec/public-docs.yml | 2351 +---------------- .../pattern-docs/ghes-3.14/public-docs.yml | 1221 --------- .../pattern-docs/ghes-3.15/public-docs.yml | 1084 -------- .../pattern-docs/ghes-3.16/public-docs.yml | 1219 --------- .../pattern-docs/ghes-3.17/public-docs.yml | 1303 --------- .../pattern-docs/ghes-3.18/public-docs.yml | 1404 ---------- .../pattern-docs/ghes-3.19/public-docs.yml | 1690 ------------ .../data/public-docs-schema.ts | 15 - .../middleware/secret-scanning.ts | 9 +- 10 files changed, 244 insertions(+), 12396 deletions(-) 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 153e88b151d5..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' + secretType: heroku_postgres_connection_url 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,10 +2392,6 @@ - provider: Langchain supportedSecret: Langchain API Server Key secretType: langchain_api_server_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -3618,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 @@ -3631,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 @@ -3674,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 @@ -3687,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 @@ -3700,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 @@ -3713,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 @@ -3756,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 @@ -3769,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 @@ -3782,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 @@ -3795,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 @@ -3822,9 +2584,6 @@ - provider: Mailersend supportedSecret: Mailersend API Token secretType: mailersend_api_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -3834,9 +2593,6 @@ - provider: Mailersend supportedSecret: Mailersend SMTP Password secretType: mailersend_smtp_password - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -3846,9 +2602,6 @@ - provider: Mailersend supportedSecret: Mailersend SMTP Username secretType: mailersend_smtp_username - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -3858,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 @@ -3885,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 @@ -3958,10 +2674,6 @@ - provider: MessageBird supportedSecret: MessageBird API Key secretType: messagebird_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3971,9 +2683,6 @@ - provider: Microsoft supportedSecret: Power Automate Webhook SAS secretType: power_automate_webhook_sas - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -3983,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 @@ -4026,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 @@ -4054,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 @@ -4067,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 @@ -4080,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 @@ -4093,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 @@ -4106,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 @@ -4119,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 @@ -4132,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 @@ -4145,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 @@ -4158,9 +2809,6 @@ - provider: Neon supportedSecret: Neon API Key secretType: neon_api_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -4170,9 +2818,6 @@ - provider: Neon supportedSecret: Neon Connection URI secretType: neon_connection_uri - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -4182,10 +2827,6 @@ - provider: Netflix supportedSecret: Netflix NetKey secretType: netflix_netkey - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -4195,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 @@ -4208,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 @@ -4221,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 @@ -4234,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 @@ -4247,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 @@ -4290,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 @@ -4303,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 @@ -4316,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 @@ -4329,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 @@ -4340,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 @@ -4355,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 @@ -4368,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 @@ -4381,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 @@ -4394,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 @@ -4407,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 @@ -4420,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 @@ -4493,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 @@ -4506,9 +3043,6 @@ - provider: Oracle supportedSecret: Oracle API Key secretType: oracle_api_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -4518,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 @@ -4531,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 @@ -4557,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 @@ -4570,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 @@ -4583,10 +3101,6 @@ - provider: Palantir supportedSecret: Palantir JSON Web Token secretType: palantir_jwt - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -4596,10 +3110,6 @@ - provider: Pangea supportedSecret: Pangea Token secretType: pangea_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.18' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -4609,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 @@ -4622,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 @@ -4665,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 @@ -4678,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 @@ -4691,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 @@ -4704,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 @@ -4717,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 @@ -4730,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 @@ -4743,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 @@ -4771,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 @@ -4784,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 @@ -4797,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 @@ -4825,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 @@ -4838,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 @@ -4851,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 @@ -4864,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 @@ -4877,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 @@ -4890,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 @@ -4903,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 @@ -4916,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 @@ -4929,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 @@ -4972,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 @@ -4985,10 +3371,6 @@ - provider: Proctorio supportedSecret: Proctorio Consumer Key secretType: proctorio_consumer_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -4998,10 +3380,6 @@ - provider: Proctorio supportedSecret: Proctorio Linkage Key secretType: proctorio_linkage_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -5011,10 +3389,6 @@ - provider: Proctorio supportedSecret: Proctorio Registration Key secretType: proctorio_registration_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -5024,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 @@ -5037,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 @@ -5065,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 @@ -5078,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 @@ -5091,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 @@ -5104,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 @@ -5117,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 @@ -5130,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 @@ -5143,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 @@ -5246,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 @@ -5259,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 @@ -5272,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 @@ -5285,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 @@ -5298,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 @@ -5354,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 @@ -5369,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 @@ -5382,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 @@ -5395,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 @@ -5408,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 @@ -5421,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 @@ -5434,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 @@ -5447,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 @@ -5460,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 @@ -5473,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 @@ -5486,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 @@ -5499,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 @@ -5512,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 @@ -5525,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 @@ -5538,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 @@ -5551,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 @@ -5578,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 @@ -5636,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 @@ -5649,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 @@ -5677,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 @@ -5705,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 @@ -5718,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 @@ -5746,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 @@ -5759,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 @@ -5787,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 @@ -5815,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 @@ -5828,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 @@ -5841,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 @@ -5869,10 +3956,6 @@ - provider: Supabase supportedSecret: Supabase Service Key secretType: supabase_service_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -5882,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 @@ -5895,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 @@ -5953,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 @@ -5966,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 @@ -5979,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 @@ -5992,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 @@ -6005,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 @@ -6018,10 +4055,6 @@ - provider: Twilio supportedSecret: Twilio Access Token secretType: twilio_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -6031,10 +4064,6 @@ - provider: Twilio supportedSecret: Twilio Account String Identifier secretType: twilio_account_sid - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -6044,10 +4073,6 @@ - provider: Twilio supportedSecret: Twilio API Key secretType: twilio_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -6057,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 @@ -6130,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 @@ -6158,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 @@ -6186,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 @@ -6199,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 @@ -6227,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 @@ -6240,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 @@ -6283,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 @@ -6296,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 @@ -6324,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 @@ -6337,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 @@ -6364,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 @@ -6392,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 153e88b151d5..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,10 +2392,6 @@ - provider: Langchain supportedSecret: Langchain API Server Key secretType: langchain_api_server_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.19' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -3618,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 @@ -3631,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 @@ -3674,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 @@ -3687,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 @@ -3700,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 @@ -3713,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 @@ -3756,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 @@ -3769,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 @@ -3782,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 @@ -3795,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 @@ -3822,9 +2584,6 @@ - provider: Mailersend supportedSecret: Mailersend API Token secretType: mailersend_api_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -3834,9 +2593,6 @@ - provider: Mailersend supportedSecret: Mailersend SMTP Password secretType: mailersend_smtp_password - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -3846,9 +2602,6 @@ - provider: Mailersend supportedSecret: Mailersend SMTP Username secretType: mailersend_smtp_username - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -3858,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 @@ -3885,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 @@ -3958,10 +2674,6 @@ - provider: MessageBird supportedSecret: MessageBird API Key secretType: messagebird_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3971,9 +2683,6 @@ - provider: Microsoft supportedSecret: Power Automate Webhook SAS secretType: power_automate_webhook_sas - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -3983,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 @@ -4026,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 @@ -4054,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 @@ -4067,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 @@ -4080,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 @@ -4093,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 @@ -4106,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 @@ -4119,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 @@ -4132,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 @@ -4145,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 @@ -4158,9 +2809,6 @@ - provider: Neon supportedSecret: Neon API Key secretType: neon_api_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -4170,9 +2818,6 @@ - provider: Neon supportedSecret: Neon Connection URI secretType: neon_connection_uri - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -4182,10 +2827,6 @@ - provider: Netflix supportedSecret: Netflix NetKey secretType: netflix_netkey - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -4195,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 @@ -4208,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 @@ -4221,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 @@ -4234,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 @@ -4247,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 @@ -4290,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 @@ -4303,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 @@ -4316,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 @@ -4329,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 @@ -4342,10 +2935,6 @@ - provider: OneChronos supportedSecret: OneChronos API Token secretType: onechronos_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.10' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -4355,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 @@ -4368,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 @@ -4381,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 @@ -4394,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 @@ -4407,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 @@ -4420,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 @@ -4493,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 @@ -4506,9 +3043,6 @@ - provider: Oracle supportedSecret: Oracle API Key secretType: oracle_api_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -4518,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 @@ -4531,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 @@ -4557,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 @@ -4570,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 @@ -4583,10 +3088,6 @@ - provider: Palantir supportedSecret: Palantir JSON Web Token secretType: palantir_jwt - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -4596,10 +3097,6 @@ - provider: Pangea supportedSecret: Pangea Token secretType: pangea_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.18' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -4609,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 @@ -4622,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 @@ -4665,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 @@ -4678,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 @@ -4691,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 @@ -4704,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 @@ -4717,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 @@ -4730,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 @@ -4743,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 @@ -4771,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 @@ -4784,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 @@ -4797,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 @@ -4825,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 @@ -4838,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 @@ -4851,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 @@ -4864,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 @@ -4877,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 @@ -4890,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 @@ -4903,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 @@ -4916,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 @@ -4929,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 @@ -4972,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 @@ -4985,10 +3358,6 @@ - provider: Proctorio supportedSecret: Proctorio Consumer Key secretType: proctorio_consumer_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -4998,10 +3367,6 @@ - provider: Proctorio supportedSecret: Proctorio Linkage Key secretType: proctorio_linkage_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -5011,10 +3376,6 @@ - provider: Proctorio supportedSecret: Proctorio Registration Key secretType: proctorio_registration_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -5024,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 @@ -5037,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 @@ -5065,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 @@ -5078,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 @@ -5091,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 @@ -5104,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 @@ -5117,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 @@ -5130,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 @@ -5143,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 @@ -5246,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 @@ -5259,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 @@ -5272,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 @@ -5285,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 @@ -5298,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 @@ -5354,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 @@ -5369,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 @@ -5382,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 @@ -5395,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 @@ -5408,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 @@ -5421,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 @@ -5434,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 @@ -5447,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 @@ -5460,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 @@ -5473,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 @@ -5486,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 @@ -5499,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 @@ -5512,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 @@ -5525,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 @@ -5538,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 @@ -5551,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 @@ -5578,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 @@ -5636,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 @@ -5649,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 @@ -5677,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 @@ -5705,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 @@ -5718,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 @@ -5746,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 @@ -5759,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 @@ -5787,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 @@ -5815,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 @@ -5828,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 @@ -5841,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 @@ -5869,10 +3943,6 @@ - provider: Supabase supportedSecret: Supabase Service Key secretType: supabase_service_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -5882,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 @@ -5895,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 @@ -5953,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 @@ -5966,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 @@ -5979,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 @@ -5992,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 @@ -6005,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 @@ -6018,10 +4042,6 @@ - provider: Twilio supportedSecret: Twilio Access Token secretType: twilio_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -6031,10 +4051,6 @@ - provider: Twilio supportedSecret: Twilio Account String Identifier secretType: twilio_account_sid - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -6044,10 +4060,6 @@ - provider: Twilio supportedSecret: Twilio API Key secretType: twilio_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -6057,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 @@ -6130,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 @@ -6158,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 @@ -6186,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 @@ -6199,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 @@ -6227,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 @@ -6240,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 @@ -6283,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 @@ -6296,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 @@ -6324,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 @@ -6337,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 @@ -6364,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 @@ -6392,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 649acf72bb90..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,10 +71,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 @@ -124,9 +80,6 @@ secretType: >- aws_secret_access_key
aws_session_token
aws_temporary_access_key_id - versions: - fpt: '*' - ghec: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -134,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 @@ -145,9 +94,6 @@ - provider: Anthropic supportedSecret: Anthropic Session ID secretType: anthropic_session_id - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -155,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 @@ -165,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 @@ -176,10 +115,6 @@ - provider: Atlassian supportedSecret: Atlassian API Token secretType: atlassian_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -187,10 +122,6 @@ - provider: Atlassian supportedSecret: Atlassian API Token secretType: atlassian_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -198,10 +129,6 @@ - provider: Atlassian supportedSecret: Atlassian JSON Web Token secretType: atlassian_jwt - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -209,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 @@ -220,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 @@ -231,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 @@ -242,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 @@ -253,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 @@ -263,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 @@ -273,9 +178,6 @@ - provider: Azure supportedSecret: Azure Apim Gateway Key secretType: azure_apim_gateway_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -283,9 +185,6 @@ - provider: Azure supportedSecret: Azure Apim Repository Key secretType: azure_apim_repository_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -293,9 +192,6 @@ - provider: Azure supportedSecret: Azure Apim Subscription Key secretType: azure_apim_subscription_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -303,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 @@ -313,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 @@ -324,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 @@ -335,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 @@ -345,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 @@ -356,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 @@ -367,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 @@ -378,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 @@ -388,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 @@ -399,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 @@ -409,9 +269,6 @@ - provider: Azure supportedSecret: Azure IoT Device Key secretType: azure_iot_device_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -419,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 @@ -429,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 @@ -439,9 +290,6 @@ - provider: Azure supportedSecret: Azure IoT Hub Key secretType: azure_iot_hub_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -449,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 @@ -459,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 @@ -470,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 @@ -481,9 +318,6 @@ - provider: Azure supportedSecret: Azure Relay Key Identifiable secretType: azure_relay_key_identifiable - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -491,10 +325,6 @@ - provider: Azure supportedSecret: Azure SAS Token secretType: azure_sas_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -502,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 @@ -513,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 @@ -524,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 @@ -534,9 +353,6 @@ - provider: Azure supportedSecret: Azure SignalR Connection String secretType: azure_signalr_connection_string - versions: - fpt: '*' - ghec: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -544,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 @@ -555,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 @@ -566,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 @@ -577,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 @@ -588,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 @@ -598,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 @@ -608,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 @@ -619,10 +409,6 @@ - provider: Beamer supportedSecret: Beamer API Key secretType: beamer_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -630,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 @@ -641,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 @@ -652,9 +430,6 @@ - provider: Canva supportedSecret: Canva App Secret secretType: canva_app_secret - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -662,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 @@ -673,9 +444,6 @@ - provider: Canva supportedSecret: Canva Secret secretType: canva_secret - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -683,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 @@ -694,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 @@ -705,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 @@ -716,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 @@ -727,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 @@ -738,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 @@ -749,9 +493,6 @@ - provider: CircleCI supportedSecret: CircleCI Bot API Token secretType: circleci_bot_access_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -759,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 @@ -770,9 +507,6 @@ - provider: CircleCI supportedSecret: CircleCI Project Access Token secretType: circleci_project_access_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -780,9 +514,6 @@ - provider: CircleCI supportedSecret: CircleCI Release API Token secretType: circleci_release_integration_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -790,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 @@ -801,10 +528,6 @@ - provider: CloudBees supportedSecret: CloudBees CodeShip Credential secretType: codeship_credential - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -812,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 @@ -823,9 +542,6 @@ - provider: Contributed Systems supportedSecret: Contributed Systems Credentials secretType: contributed_systems_credentials - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -833,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 @@ -844,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 @@ -855,9 +563,6 @@ - provider: Datadog supportedSecret: Datadog API Key secretType: datadog_api_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -865,9 +570,6 @@ - provider: Datadog supportedSecret: Datadog Application Key secretType: datadog_app_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -875,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 @@ -886,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 @@ -897,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 @@ -908,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 @@ -919,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 @@ -930,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 @@ -941,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 @@ -952,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 @@ -963,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 @@ -974,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 @@ -985,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 @@ -996,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 @@ -1007,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 @@ -1018,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 @@ -1029,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 @@ -1040,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 @@ -1051,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 @@ -1062,10 +696,6 @@ - provider: Dropbox supportedSecret: Dropbox Access Token secretType: dropbox_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -1073,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 @@ -1084,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 @@ -1095,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 @@ -1106,9 +724,6 @@ - provider: Dynatrace supportedSecret: Dynatrace API Token secretType: dynatrace_api_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -1116,10 +731,6 @@ - provider: Dynatrace supportedSecret: Dynatrace Internal Token secretType: dynatrace_internal_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -1127,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 @@ -1138,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 @@ -1149,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 @@ -1160,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 @@ -1171,10 +766,6 @@ - provider: Facebook supportedSecret: Facebook Access Token secretType: facebook_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -1182,10 +773,6 @@ - provider: Fastly supportedSecret: Fastly API Token secretType: fastly_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -1193,10 +780,6 @@ - provider: Fastly supportedSecret: Fastly API Token secretType: fastly_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -1204,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 @@ -1215,10 +794,6 @@ - provider: Finicity supportedSecret: Finicity App Key secretType: finicity_app_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -1226,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 @@ -1237,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 @@ -1248,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 @@ -1259,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 @@ -1270,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 @@ -1281,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 @@ -1292,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 @@ -1303,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 @@ -1314,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 @@ -1325,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 @@ -1336,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 @@ -1347,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 @@ -1358,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 @@ -1369,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 @@ -1380,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 @@ -1391,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 @@ -1402,9 +913,6 @@ - provider: GitHub supportedSecret: GitHub Test Token secretType: github_test_token - versions: - fpt: '*' - ghec: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -1412,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 @@ -1422,10 +927,6 @@ - provider: GitLab supportedSecret: GitLab Access Token secretType: gitlab_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -1433,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 @@ -1444,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 @@ -1455,10 +948,6 @@ - provider: Google supportedSecret: Google API Key secretType: google_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -1466,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 @@ -1477,10 +962,6 @@ - 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 @@ -1490,9 +971,6 @@ secretType: >- google_cloud_storage_access_key_secret
google_cloud_storage_service_account_access_key_id - versions: - fpt: '*' - ghec: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -1502,9 +980,6 @@ secretType: >- google_cloud_storage_access_key_secret
google_cloud_storage_user_access_key_id - versions: - fpt: '*' - ghec: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -1512,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 @@ -1523,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 @@ -1534,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 @@ -1545,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 @@ -1556,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 @@ -1567,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 @@ -1578,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 @@ -1589,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 @@ -1600,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 @@ -1611,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 @@ -1622,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 @@ -1633,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 @@ -1644,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 @@ -1655,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 @@ -1666,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 @@ -1677,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 @@ -1688,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 @@ -1699,10 +1106,6 @@ - provider: HOP supportedSecret: HOP Bearer secretType: hop_bearer - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.11' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1710,10 +1113,6 @@ - provider: HOP supportedSecret: HOP PAT secretType: hop_pat - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.11' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1721,10 +1120,6 @@ - provider: HOP supportedSecret: HOP PTK secretType: hop_ptk - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.11' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1732,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 @@ -1743,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 @@ -1754,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 @@ -1765,9 +1148,6 @@ - provider: Hubspot supportedSecret: Hubspot Personal Access Key secretType: hubspot_personal_access_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1775,9 +1155,6 @@ - provider: Hubspot supportedSecret: Hubspot SMTP Credential secretType: hubspot_smtp_credential - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -1785,9 +1162,6 @@ - provider: IBM supportedSecret: IBM Cloud IAM Key secretType: ibm_cloud_iam_key - versions: - fpt: '*' - ghec: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -1795,9 +1169,6 @@ - provider: IBM supportedSecret: IBM SoftLayer API Key secretType: ibm_softlayer_api_key - versions: - fpt: '*' - ghec: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -1805,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 @@ -1816,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 @@ -1827,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 @@ -1838,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 @@ -1849,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 @@ -1860,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 @@ -1871,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 @@ -1882,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 @@ -1893,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 @@ -1904,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 @@ -1915,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 @@ -1926,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 @@ -1937,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 @@ -1948,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 @@ -1959,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 @@ -1970,10 +1281,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 @@ -1983,9 +1290,6 @@ secretType: >- amazon_oauth_client_id
amazon_oauth_client_secret
amazon_oauth_client_secret - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1993,10 +1297,6 @@ - provider: Mailchimp supportedSecret: Mailchimp API Key secretType: mailchimp_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2004,9 +1304,6 @@ - provider: Mailchimp supportedSecret: Mandrill API Key secretType: mandrill_api_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -2014,10 +1311,6 @@ - provider: Mailgun supportedSecret: Mailgun API Key secretType: mailgun_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2025,10 +1318,6 @@ - provider: Mailgun supportedSecret: Mailgun API Key secretType: mailgun_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2036,9 +1325,6 @@ - provider: Mailgun supportedSecret: Mailgun SMTP Credential secretType: mailgun_smtp_credential - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -2046,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 @@ -2057,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 @@ -2068,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 @@ -2079,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 @@ -2090,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 @@ -2101,10 +1367,6 @@ - provider: MessageBird supportedSecret: MessageBird API Key secretType: messagebird_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2112,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 @@ -2123,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 @@ -2134,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 @@ -2145,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 @@ -2156,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 @@ -2167,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 @@ -2178,10 +1416,6 @@ - provider: Notion supportedSecret: Notion Integration Token secretType: notion_integration_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -2189,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 @@ -2200,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 @@ -2211,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 @@ -2222,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 @@ -2233,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 @@ -2244,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 @@ -2255,9 +1465,6 @@ - provider: Oculus supportedSecret: Oculus Access Token secretType: oculus_access_token - versions: - fpt: '*' - ghec: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -2265,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 @@ -2276,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 @@ -2287,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 @@ -2298,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 @@ -2309,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 @@ -2320,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 @@ -2331,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 @@ -2342,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 @@ -2353,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 @@ -2364,9 +1535,6 @@ - provider: Orbit supportedSecret: Orbit API Token secretType: orbit_api_token - versions: - fpt: '*' - ghec: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -2374,9 +1542,6 @@ - provider: PagerDuty supportedSecret: PagerDuty OAuth Secret secretType: pagerduty_oauth_secret - versions: - fpt: '*' - ghec: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -2384,9 +1549,6 @@ - provider: PagerDuty supportedSecret: PagerDuty OAuth Token secretType: pagerduty_oauth_token - versions: - fpt: '*' - ghec: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -2394,10 +1556,6 @@ - provider: Palantir supportedSecret: Palantir JSON Web Token secretType: palantir_jwt - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2405,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 @@ -2416,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 @@ -2427,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 @@ -2438,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 @@ -2449,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 @@ -2460,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 @@ -2471,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 @@ -2482,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 @@ -2493,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 @@ -2504,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 @@ -2515,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 @@ -2526,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 @@ -2537,10 +1647,6 @@ - provider: Proctorio supportedSecret: Proctorio Consumer Key secretType: proctorio_consumer_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2548,10 +1654,6 @@ - provider: Proctorio supportedSecret: Proctorio Linkage Key secretType: proctorio_linkage_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2559,10 +1661,6 @@ - provider: Proctorio supportedSecret: Proctorio Registration Key secretType: proctorio_registration_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2570,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 @@ -2581,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 @@ -2592,10 +1682,6 @@ - provider: Pulumi supportedSecret: Pulumi Access Token secretType: pulumi_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2603,10 +1689,6 @@ - provider: PyPI supportedSecret: PyPI API Token secretType: pypi_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2614,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 @@ -2625,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 @@ -2636,9 +1710,6 @@ - provider: Replicate supportedSecret: Replicate API Token secretType: replicate_api_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -2646,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 @@ -2657,10 +1724,6 @@ - provider: RubyGems supportedSecret: RubyGems API Key secretType: rubygems_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2668,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 @@ -2679,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 @@ -2690,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 @@ -2701,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 @@ -2712,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 @@ -2723,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 @@ -2734,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 @@ -2745,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 @@ -2756,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 @@ -2767,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 @@ -2778,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 @@ -2789,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 @@ -2800,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 @@ -2811,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 @@ -2822,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 @@ -2833,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 @@ -2844,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 @@ -2855,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 @@ -2866,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 @@ -2877,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 @@ -2888,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 @@ -2899,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 @@ -2910,10 +1885,6 @@ - provider: Square supportedSecret: Square Access Token secretType: square_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -2921,10 +1892,6 @@ - provider: Square supportedSecret: Square Access Token secretType: square_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -2932,10 +1899,6 @@ - provider: Square supportedSecret: Square Access Token secretType: square_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -2943,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 @@ -2954,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 @@ -2965,10 +1920,6 @@ - provider: SSLMate supportedSecret: SSLMate API Key secretType: sslmate_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2976,10 +1927,6 @@ - provider: SSLMate supportedSecret: SSLMate API Key secretType: sslmate_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2987,10 +1934,6 @@ - provider: SSLMate supportedSecret: SSLMate Cluster Secret secretType: sslmate_cluster_secret - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2998,10 +1941,6 @@ - provider: Stripe supportedSecret: Stripe API Key secretType: stripe_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3009,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 @@ -3020,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 @@ -3031,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 @@ -3042,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 @@ -3053,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 @@ -3064,10 +1983,6 @@ - provider: Supabase supportedSecret: Supabase Service Key secretType: supabase_service_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3075,10 +1990,6 @@ - provider: Supabase supportedSecret: Supabase Service Key secretType: supabase_service_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3086,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 @@ -3097,10 +2004,6 @@ - provider: Telegram supportedSecret: Telegram Bot Token secretType: telegram_bot_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -3108,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 @@ -3119,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 @@ -3130,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 @@ -3141,10 +2032,6 @@ - provider: Twilio supportedSecret: Twilio Access Token secretType: twilio_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -3152,10 +2039,6 @@ - provider: Twilio supportedSecret: Twilio Account String Identifier secretType: twilio_account_sid - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3163,10 +2046,6 @@ - provider: Twilio supportedSecret: Twilio API Key secretType: twilio_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3174,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 @@ -3185,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 @@ -3196,9 +2067,6 @@ - provider: Unkey supportedSecret: Unkey Root Key secretType: unkey_root_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3206,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 @@ -3217,9 +2081,6 @@ - provider: Wakatime supportedSecret: WakaTime API Key secretType: wakatime_api_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3227,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 @@ -3238,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 @@ -3249,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 @@ -3260,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 @@ -3271,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 @@ -3282,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 @@ -3293,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 @@ -3304,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 @@ -3315,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 @@ -3326,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 @@ -3337,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 @@ -3348,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 @@ -3359,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 @@ -3369,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 @@ -3380,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 @@ -3391,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 @@ -3402,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 @@ -3413,9 +2207,6 @@ - provider: Yandex supportedSecret: Yandex.Passport OAuth Token secretType: yandex_passport_oauth_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3423,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 @@ -3434,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 @@ -3445,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 f27162157dd5..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 @@ -135,9 +91,6 @@ secretType: >- aws_secret_access_key
aws_session_token
aws_temporary_access_key_id - versions: - fpt: '*' - ghec: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -146,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 @@ -158,9 +107,6 @@ - provider: Anthropic supportedSecret: Anthropic Session ID secretType: anthropic_session_id - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -169,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 @@ -180,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 @@ -192,10 +131,6 @@ - provider: Atlassian supportedSecret: Atlassian API Token secretType: atlassian_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -204,10 +139,6 @@ - provider: Atlassian supportedSecret: Atlassian JSON Web Token secretType: atlassian_jwt - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -216,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 @@ -228,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 @@ -240,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 @@ -251,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 @@ -262,9 +179,6 @@ - provider: Azure supportedSecret: Azure Apim Gateway Key secretType: azure_apim_gateway_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -273,9 +187,6 @@ - provider: Azure supportedSecret: Azure Apim Repository Key secretType: azure_apim_repository_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -284,9 +195,6 @@ - provider: Azure supportedSecret: Azure Apim Subscription Key secretType: azure_apim_subscription_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -295,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 @@ -306,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 @@ -318,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 @@ -330,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 @@ -341,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 @@ -353,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 @@ -365,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 @@ -377,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 @@ -388,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 @@ -400,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 @@ -411,9 +283,6 @@ - provider: Azure supportedSecret: Azure IoT Device Key secretType: azure_iot_device_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -422,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 @@ -433,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 @@ -444,9 +307,6 @@ - provider: Azure supportedSecret: Azure IoT Hub Key secretType: azure_iot_hub_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -455,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 @@ -466,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 @@ -478,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 @@ -490,9 +339,6 @@ - provider: Azure supportedSecret: Azure Relay Key Identifiable secretType: azure_relay_key_identifiable - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -501,10 +347,6 @@ - provider: Azure supportedSecret: Azure SAS Token secretType: azure_sas_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -513,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 @@ -525,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 @@ -537,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 @@ -548,9 +379,6 @@ - provider: Azure supportedSecret: Azure SignalR Connection String secretType: azure_signalr_connection_string - versions: - fpt: '*' - ghec: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -559,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 @@ -571,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 @@ -583,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 @@ -595,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 @@ -606,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 @@ -617,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 @@ -629,10 +435,6 @@ - provider: Beamer supportedSecret: Beamer API Key secretType: beamer_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -641,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 @@ -653,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 @@ -665,9 +459,6 @@ - provider: Canva supportedSecret: Canva App Secret secretType: canva_app_secret - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -676,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 @@ -688,9 +475,6 @@ - provider: Canva supportedSecret: Canva Secret secretType: canva_secret - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -699,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 @@ -711,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 @@ -723,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 @@ -735,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 @@ -747,9 +515,6 @@ - provider: CircleCI supportedSecret: CircleCI Bot API Token secretType: circleci_bot_access_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -758,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 @@ -770,9 +531,6 @@ - provider: CircleCI supportedSecret: CircleCI Project Access Token secretType: circleci_project_access_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -781,9 +539,6 @@ - provider: CircleCI supportedSecret: CircleCI Release API Token secretType: circleci_release_integration_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -792,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 @@ -804,10 +555,6 @@ - provider: CloudBees supportedSecret: CloudBees CodeShip Credential secretType: codeship_credential - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -816,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 @@ -828,9 +571,6 @@ - provider: Contributed Systems supportedSecret: Contributed Systems Credentials secretType: contributed_systems_credentials - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -839,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 @@ -851,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 @@ -863,9 +595,6 @@ - provider: Datadog supportedSecret: Datadog API Key secretType: datadog_api_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -874,9 +603,6 @@ - provider: Datadog supportedSecret: Datadog Application Key secretType: datadog_app_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -885,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 @@ -897,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 @@ -909,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 @@ -921,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 @@ -933,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 @@ -945,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 @@ -957,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 @@ -969,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 @@ -981,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 @@ -993,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 @@ -1005,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 @@ -1017,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 @@ -1029,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 @@ -1041,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 @@ -1053,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 @@ -1065,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 @@ -1077,10 +739,6 @@ - provider: Dropbox supportedSecret: Dropbox Access Token secretType: dropbox_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -1089,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 @@ -1101,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 @@ -1113,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 @@ -1125,9 +771,6 @@ - provider: Dynatrace supportedSecret: Dynatrace API Token secretType: dynatrace_api_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -1136,10 +779,6 @@ - provider: Dynatrace supportedSecret: Dynatrace Internal Token secretType: dynatrace_internal_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -1148,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 @@ -1160,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 @@ -1172,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 @@ -1184,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 @@ -1196,10 +819,6 @@ - provider: Facebook supportedSecret: Facebook Access Token secretType: facebook_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -1208,10 +827,6 @@ - provider: Fastly supportedSecret: Fastly API Token secretType: fastly_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -1220,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 @@ -1232,10 +843,6 @@ - provider: Finicity supportedSecret: Finicity App Key secretType: finicity_app_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -1244,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 @@ -1256,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 @@ -1268,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 @@ -1280,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 @@ -1292,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 @@ -1304,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 @@ -1316,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 @@ -1328,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 @@ -1340,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 @@ -1352,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 @@ -1364,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 @@ -1376,9 +939,6 @@ - provider: GitHub supportedSecret: GitHub Test Token secretType: github_test_token - versions: - fpt: '*' - ghec: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -1387,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 @@ -1398,10 +955,6 @@ - provider: GitLab supportedSecret: GitLab Access Token secretType: gitlab_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -1410,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 @@ -1422,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 @@ -1434,10 +979,6 @@ - provider: Google supportedSecret: Google API Key secretType: google_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -1446,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 @@ -1458,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 @@ -1472,9 +1005,6 @@ secretType: >- google_cloud_storage_access_key_secret
google_cloud_storage_service_account_access_key_id - versions: - fpt: '*' - ghec: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -1485,9 +1015,6 @@ secretType: >- google_cloud_storage_access_key_secret
google_cloud_storage_user_access_key_id - versions: - fpt: '*' - ghec: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -1496,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 @@ -1508,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 @@ -1520,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 @@ -1532,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 @@ -1544,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 @@ -1556,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 @@ -1568,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 @@ -1580,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 @@ -1592,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 @@ -1604,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 @@ -1616,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 @@ -1628,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 @@ -1640,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 @@ -1652,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 @@ -1664,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 @@ -1676,10 +1143,6 @@ - provider: HOP supportedSecret: HOP Bearer secretType: hop_bearer - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.11' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1688,10 +1151,6 @@ - provider: HOP supportedSecret: HOP PAT secretType: hop_pat - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.11' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1700,10 +1159,6 @@ - provider: HOP supportedSecret: HOP PTK secretType: hop_ptk - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.11' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1712,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 @@ -1724,9 +1175,6 @@ - provider: Hubspot supportedSecret: Hubspot Personal Access Key secretType: hubspot_personal_access_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1735,9 +1183,6 @@ - provider: Hubspot supportedSecret: Hubspot SMTP Credential secretType: hubspot_smtp_credential - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -1746,9 +1191,6 @@ - provider: IBM supportedSecret: IBM Cloud IAM Key secretType: ibm_cloud_iam_key - versions: - fpt: '*' - ghec: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -1757,9 +1199,6 @@ - provider: IBM supportedSecret: IBM SoftLayer API Key secretType: ibm_softlayer_api_key - versions: - fpt: '*' - ghec: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -1768,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 @@ -1780,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 @@ -1792,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 @@ -1804,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 @@ -1816,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 @@ -1828,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 @@ -1840,9 +1255,6 @@ - provider: LaunchDarkly supportedSecret: LaunchDarkly API Token secretType: launchdarkly_access_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -1851,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 @@ -1863,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 @@ -1875,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 @@ -1887,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 @@ -1899,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 @@ -1911,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 @@ -1923,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 @@ -1935,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 @@ -1949,9 +1329,6 @@ secretType: >- amazon_oauth_client_id
amazon_oauth_client_secret
amazon_oauth_client_secret - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1960,10 +1337,6 @@ - provider: Mailchimp supportedSecret: Mailchimp API Key secretType: mailchimp_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -1972,9 +1345,6 @@ - provider: Mailchimp supportedSecret: Mandrill API Key secretType: mandrill_api_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -1983,10 +1353,6 @@ - provider: Mailgun supportedSecret: Mailgun API Key secretType: mailgun_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -1995,9 +1361,6 @@ - provider: Mailgun supportedSecret: Mailgun SMTP Credential secretType: mailgun_smtp_credential - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -2006,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 @@ -2018,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 @@ -2030,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 @@ -2042,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 @@ -2054,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 @@ -2066,10 +1409,6 @@ - provider: MessageBird supportedSecret: MessageBird API Key secretType: messagebird_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2078,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 @@ -2090,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 @@ -2102,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 @@ -2114,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 @@ -2126,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 @@ -2138,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 @@ -2150,10 +1465,6 @@ - provider: Notion supportedSecret: Notion Integration Token secretType: notion_integration_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -2162,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 @@ -2174,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 @@ -2186,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 @@ -2198,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 @@ -2210,9 +1505,6 @@ - provider: Oculus supportedSecret: Oculus Access Token secretType: oculus_access_token - versions: - fpt: '*' - ghec: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -2221,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 @@ -2233,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 @@ -2245,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 @@ -2257,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 @@ -2269,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 @@ -2281,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 @@ -2293,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 @@ -2305,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 @@ -2317,9 +1577,6 @@ - provider: Orbit supportedSecret: Orbit API Token secretType: orbit_api_token - versions: - fpt: '*' - ghec: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -2328,9 +1585,6 @@ - provider: PagerDuty supportedSecret: PagerDuty OAuth Secret secretType: pagerduty_oauth_secret - versions: - fpt: '*' - ghec: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -2339,9 +1593,6 @@ - provider: PagerDuty supportedSecret: PagerDuty OAuth Token secretType: pagerduty_oauth_token - versions: - fpt: '*' - ghec: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -2350,10 +1601,6 @@ - provider: Palantir supportedSecret: Palantir JSON Web Token secretType: palantir_jwt - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2362,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 @@ -2374,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 @@ -2386,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 @@ -2398,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 @@ -2410,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 @@ -2422,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 @@ -2434,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 @@ -2446,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 @@ -2458,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 @@ -2470,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 @@ -2482,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 @@ -2494,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 @@ -2506,10 +1705,6 @@ - provider: Proctorio supportedSecret: Proctorio Consumer Key secretType: proctorio_consumer_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2518,10 +1713,6 @@ - provider: Proctorio supportedSecret: Proctorio Linkage Key secretType: proctorio_linkage_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2530,10 +1721,6 @@ - provider: Proctorio supportedSecret: Proctorio Registration Key secretType: proctorio_registration_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2542,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 @@ -2554,10 +1737,6 @@ - provider: Pulumi supportedSecret: Pulumi Access Token secretType: pulumi_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2566,10 +1745,6 @@ - provider: PyPI supportedSecret: PyPI API Token secretType: pypi_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2578,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 @@ -2590,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 @@ -2602,9 +1769,6 @@ - provider: Replicate supportedSecret: Replicate API Token secretType: replicate_api_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -2613,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 @@ -2625,10 +1785,6 @@ - provider: RubyGems supportedSecret: RubyGems API Key secretType: rubygems_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2637,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 @@ -2649,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 @@ -2661,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 @@ -2673,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 @@ -2685,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 @@ -2697,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 @@ -2709,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 @@ -2721,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 @@ -2733,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 @@ -2745,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 @@ -2757,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 @@ -2769,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 @@ -2781,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 @@ -2793,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 @@ -2805,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 @@ -2817,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 @@ -2829,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 @@ -2841,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 @@ -2853,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 @@ -2865,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 @@ -2877,10 +1953,6 @@ - provider: Square supportedSecret: Square Access Token secretType: square_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -2889,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 @@ -2901,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 @@ -2913,10 +1977,6 @@ - provider: SSLMate supportedSecret: SSLMate API Key secretType: sslmate_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2925,10 +1985,6 @@ - provider: SSLMate supportedSecret: SSLMate Cluster Secret secretType: sslmate_cluster_secret - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2937,10 +1993,6 @@ - provider: Stripe supportedSecret: Stripe API Key secretType: stripe_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2949,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 @@ -2961,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 @@ -2973,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 @@ -2985,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 @@ -2997,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 @@ -3009,10 +2041,6 @@ - provider: Supabase supportedSecret: Supabase Service Key secretType: supabase_service_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3021,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 @@ -3033,10 +2057,6 @@ - provider: Telegram supportedSecret: Telegram Bot Token secretType: telegram_bot_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -3045,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 @@ -3057,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 @@ -3069,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 @@ -3081,10 +2089,6 @@ - provider: Twilio supportedSecret: Twilio Access Token secretType: twilio_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -3093,10 +2097,6 @@ - provider: Twilio supportedSecret: Twilio Account String Identifier secretType: twilio_account_sid - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3105,10 +2105,6 @@ - provider: Twilio supportedSecret: Twilio API Key secretType: twilio_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3117,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 @@ -3129,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 @@ -3141,9 +2129,6 @@ - provider: Unkey supportedSecret: Unkey Root Key secretType: unkey_root_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3152,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 @@ -3164,9 +2145,6 @@ - provider: Wakatime supportedSecret: WakaTime API Key secretType: wakatime_api_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3175,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 @@ -3187,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 @@ -3199,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 @@ -3211,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 @@ -3223,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 @@ -3235,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 @@ -3247,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 @@ -3259,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 @@ -3270,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 @@ -3282,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 @@ -3294,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 @@ -3306,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 @@ -3318,9 +2249,6 @@ - provider: Yandex supportedSecret: Yandex.Passport OAuth Token secretType: yandex_passport_oauth_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3329,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 @@ -3341,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 @@ -3353,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 aa21e92f61fd..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 @@ -135,10 +91,6 @@ 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 @@ -147,9 +99,6 @@ - provider: Anthropic supportedSecret: Anthropic Admin API Key secretType: anthropic_admin_api_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -158,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 @@ -170,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 @@ -182,9 +123,6 @@ - provider: Asaas supportedSecret: Asaas API Token secretType: asaas_api_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false 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: false @@ -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: false @@ -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.15' 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: false @@ -661,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 @@ -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: false 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,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 @@ -911,9 +611,6 @@ - provider: Contributed Systems supportedSecret: Contributed Systems Credentials secretType: contributed_systems_credentials - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -922,9 +619,6 @@ - provider: Coveo supportedSecret: Coveo Access Token secretType: coveoaccesstoken - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -933,9 +627,6 @@ - provider: Coveo supportedSecret: Coveo API Key secretType: coveoapikey - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -944,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 @@ -956,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 @@ -968,9 +651,6 @@ - provider: Datadog supportedSecret: Datadog API Key secretType: datadog_api_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -979,9 +659,6 @@ - provider: Datadog supportedSecret: Datadog Application Key secretType: datadog_app_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -990,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 @@ -1002,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 @@ -1014,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 @@ -1026,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 @@ -1038,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 @@ -1050,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 @@ -1062,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 @@ -1074,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 @@ -1086,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 @@ -1098,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 @@ -1110,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 @@ -1122,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 @@ -1134,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 @@ -1146,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 @@ -1158,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 @@ -1170,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 @@ -1182,10 +795,6 @@ - provider: Dropbox supportedSecret: Dropbox Access Token secretType: dropbox_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -1194,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 @@ -1206,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 @@ -1218,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 @@ -1230,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 @@ -1242,10 +835,6 @@ - provider: Dynatrace supportedSecret: Dynatrace Internal Token secretType: dynatrace_internal_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -1254,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 @@ -1266,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 @@ -1278,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 @@ -1290,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 @@ -1302,10 +875,6 @@ - provider: Facebook supportedSecret: Facebook Access Token secretType: facebook_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -1314,10 +883,6 @@ - provider: Fastly supportedSecret: Fastly API Token secretType: fastly_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -1326,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 @@ -1338,10 +899,6 @@ - provider: Finicity supportedSecret: Finicity App Key secretType: finicity_app_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -1350,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 @@ -1362,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 @@ -1374,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 @@ -1386,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 @@ -1398,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 @@ -1410,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 @@ -1422,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 @@ -1434,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 @@ -1446,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 @@ -1458,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 @@ -1470,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 @@ -1482,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 @@ -1494,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 @@ -1506,10 +1011,6 @@ - provider: GitLab supportedSecret: GitLab Access Token secretType: gitlab_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -1518,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 @@ -1530,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 @@ -1542,10 +1035,6 @@ - provider: Google supportedSecret: Google API Key secretType: google_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -1554,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 @@ -1568,10 +1053,6 @@ secretType: >- google_cloud_storage_access_key_secret
google_cloud_storage_service_account_access_key_id - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -1582,10 +1063,6 @@ secretType: >- google_cloud_storage_access_key_secret
google_cloud_storage_user_access_key_id - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -1594,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 @@ -1606,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 @@ -1618,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 @@ -1630,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 @@ -1642,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 @@ -1654,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 @@ -1666,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 @@ -1678,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 @@ -1690,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 @@ -1702,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 @@ -1714,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 @@ -1726,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 @@ -1738,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 @@ -1750,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 @@ -1762,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 @@ -1774,10 +1191,6 @@ - provider: HOP supportedSecret: HOP Bearer secretType: hop_bearer - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.11' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1786,10 +1199,6 @@ - provider: HOP supportedSecret: HOP PAT secretType: hop_pat - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.11' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1798,10 +1207,6 @@ - provider: HOP supportedSecret: HOP PTK secretType: hop_ptk - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.11' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1810,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 @@ -1822,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 @@ -1834,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 @@ -1846,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 @@ -1858,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 @@ -1870,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 @@ -1882,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 @@ -1894,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 @@ -1906,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 @@ -1918,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 @@ -1930,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 @@ -1941,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 @@ -1953,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 @@ -1965,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 @@ -1977,9 +1327,6 @@ - provider: LaunchDarkly supportedSecret: LaunchDarkly API Token secretType: launchdarkly_access_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -1988,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 @@ -2000,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 @@ -2012,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 @@ -2024,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 @@ -2036,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 @@ -2048,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 @@ -2060,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 @@ -2072,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 @@ -2086,10 +1401,6 @@ secretType: >- amazon_oauth_client_id
amazon_oauth_client_secret
amazon_oauth_client_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2098,10 +1409,6 @@ - provider: Mailchimp supportedSecret: Mailchimp API Key secretType: mailchimp_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2110,9 +1417,6 @@ - provider: Mailchimp supportedSecret: Mandrill API Key secretType: mandrill_api_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -2121,10 +1425,6 @@ - provider: Mailgun supportedSecret: Mailgun API Key secretType: mailgun_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2133,9 +1433,6 @@ - provider: Mailgun supportedSecret: Mailgun SMTP Credential secretType: mailgun_smtp_credential - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -2144,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 @@ -2156,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 @@ -2168,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 @@ -2180,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 @@ -2192,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 @@ -2204,10 +1481,6 @@ - provider: MessageBird supportedSecret: MessageBird API Key secretType: messagebird_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2216,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 @@ -2228,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 @@ -2240,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 @@ -2251,9 +1513,6 @@ - provider: Netflix supportedSecret: Netflix NetKey secretType: netflix_netkey - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -2262,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 @@ -2274,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 @@ -2286,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 @@ -2298,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 @@ -2310,10 +1553,6 @@ - provider: Notion supportedSecret: Notion Integration Token secretType: notion_integration_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -2322,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 @@ -2334,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 @@ -2346,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 @@ -2358,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 @@ -2370,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 @@ -2382,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 @@ -2394,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 @@ -2406,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 @@ -2418,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 @@ -2430,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 @@ -2442,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 @@ -2454,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 @@ -2466,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 @@ -2478,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 @@ -2490,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 @@ -2502,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 @@ -2514,10 +1689,6 @@ - provider: Palantir supportedSecret: Palantir JSON Web Token secretType: palantir_jwt - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2526,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 @@ -2538,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 @@ -2550,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 @@ -2562,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 @@ -2574,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 @@ -2586,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 @@ -2598,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 @@ -2610,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 @@ -2622,9 +1761,6 @@ - provider: Polar supportedSecret: Polar Access Token secretType: polar_access_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -2633,9 +1769,6 @@ - provider: Polar supportedSecret: Polar Authorization Code secretType: polar_authorization_code - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -2644,9 +1777,6 @@ - provider: Polar supportedSecret: Polar Client Registration Token secretType: polar_client_registration_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -2655,9 +1785,6 @@ - provider: Polar supportedSecret: Polat Client Secret secretType: polar_client_secret - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -2666,9 +1793,6 @@ - provider: Polar supportedSecret: Polar Personal Access Token secretType: polar_personal_access_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -2677,9 +1801,6 @@ - provider: Polar supportedSecret: Polar Refresh Token secretType: polar_refresh_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -2688,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 @@ -2700,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 @@ -2712,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 @@ -2724,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 @@ -2736,10 +1841,6 @@ - provider: Proctorio supportedSecret: Proctorio Consumer Key secretType: proctorio_consumer_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2748,10 +1849,6 @@ - provider: Proctorio supportedSecret: Proctorio Linkage Key secretType: proctorio_linkage_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2760,10 +1857,6 @@ - provider: Proctorio supportedSecret: Proctorio Registration Key secretType: proctorio_registration_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2772,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 @@ -2784,10 +1873,6 @@ - provider: Pulumi supportedSecret: Pulumi Access Token secretType: pulumi_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2796,10 +1881,6 @@ - provider: PyPI supportedSecret: PyPI API Token secretType: pypi_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2808,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 @@ -2820,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 @@ -2832,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 @@ -2844,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 @@ -2856,10 +1921,6 @@ - provider: RubyGems supportedSecret: RubyGems API Key secretType: rubygems_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2868,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 @@ -2880,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 @@ -2892,9 +1945,6 @@ - provider: Scalr supportedSecret: Scalr API Token secretType: scalr_api_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2903,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 @@ -2915,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 @@ -2927,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 @@ -2939,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 @@ -2951,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 @@ -2963,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 @@ -2975,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 @@ -2987,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 @@ -2999,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 @@ -3011,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 @@ -3023,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 @@ -3035,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 @@ -3047,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 @@ -3059,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 @@ -3071,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 @@ -3083,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 @@ -3095,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 @@ -3107,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 @@ -3119,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 @@ -3131,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 @@ -3143,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 @@ -3155,9 +2121,6 @@ - provider: Siemens supportedSecret: Siemens Code Token secretType: siemens_code_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -3166,9 +2129,6 @@ - provider: Sindri supportedSecret: Sindri API Key secretType: sindri_api_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -3177,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 @@ -3189,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 @@ -3201,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 @@ -3213,10 +2161,6 @@ - provider: Square supportedSecret: Square Access Token secretType: square_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -3225,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 @@ -3237,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 @@ -3249,10 +2185,6 @@ - provider: SSLMate supportedSecret: SSLMate API Key secretType: sslmate_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3261,10 +2193,6 @@ - provider: SSLMate supportedSecret: SSLMate Cluster Secret secretType: sslmate_cluster_secret - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3273,10 +2201,6 @@ - provider: Stripe supportedSecret: Stripe API Key secretType: stripe_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3285,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 @@ -3297,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 @@ -3309,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 @@ -3321,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 @@ -3333,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 @@ -3345,10 +2249,6 @@ - provider: Supabase supportedSecret: Supabase Service Key secretType: supabase_service_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3357,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 @@ -3369,10 +2265,6 @@ - provider: Telegram supportedSecret: Telegram Bot Token secretType: telegram_bot_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -3381,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 @@ -3393,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 @@ -3405,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 @@ -3417,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 @@ -3429,10 +2305,6 @@ - provider: Twilio supportedSecret: Twilio Access Token secretType: twilio_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -3441,10 +2313,6 @@ - provider: Twilio supportedSecret: Twilio Account String Identifier secretType: twilio_account_sid - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3453,10 +2321,6 @@ - provider: Twilio supportedSecret: Twilio API Key secretType: twilio_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3465,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 @@ -3477,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 @@ -3489,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 @@ -3501,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 @@ -3513,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 @@ -3525,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 @@ -3537,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 @@ -3549,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 @@ -3561,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 @@ -3573,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 @@ -3585,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 @@ -3597,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 @@ -3609,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 @@ -3621,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 @@ -3633,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 @@ -3645,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 @@ -3657,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 @@ -3669,9 +2465,6 @@ - provider: Yandex supportedSecret: Yandex.Passport OAuth Token secretType: yandex_passport_oauth_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3680,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 @@ -3692,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 @@ -3704,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 f00a0a70319e..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 @@ -135,10 +91,6 @@ 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 @@ -147,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 @@ -159,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 @@ -171,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 @@ -183,9 +123,6 @@ - provider: Asaas supportedSecret: Asaas API Token secretType: asaas_api_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -194,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 @@ -206,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 @@ -218,10 +147,6 @@ - provider: Atlassian supportedSecret: Atlassian API Token secretType: atlassian_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -230,10 +155,6 @@ - provider: Atlassian supportedSecret: Atlassian JSON Web Token secretType: atlassian_jwt - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -242,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 @@ -254,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 @@ -266,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 @@ -278,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 @@ -290,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 @@ -302,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 @@ -314,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 @@ -326,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 @@ -338,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 @@ -350,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 @@ -362,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 @@ -374,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 @@ -386,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 @@ -398,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 @@ -410,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 @@ -422,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 @@ -434,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 @@ -446,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 @@ -458,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 @@ -470,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 @@ -482,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 @@ -494,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 @@ -506,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 @@ -518,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 @@ -530,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 @@ -542,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 @@ -554,10 +371,6 @@ - provider: Azure supportedSecret: Azure SAS Token secretType: azure_sas_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -566,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 @@ -578,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 @@ -590,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 @@ -602,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 @@ -614,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 @@ -626,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 @@ -638,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 @@ -650,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 @@ -662,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 @@ -674,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 @@ -686,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 @@ -698,10 +467,6 @@ - provider: Beamer supportedSecret: Beamer API Key secretType: beamer_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -710,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 @@ -722,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 @@ -734,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 @@ -746,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 @@ -758,10 +507,6 @@ - provider: Canva supportedSecret: Canva Secret secretType: canva_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -770,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 @@ -782,9 +523,6 @@ - provider: Cfx.re supportedSecret: Cfx.re Server Key secretType: cfxre_server_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -793,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 @@ -805,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 @@ -817,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 @@ -829,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 @@ -841,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 @@ -853,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 @@ -865,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 @@ -877,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 @@ -889,10 +595,6 @@ - provider: CloudBees supportedSecret: CloudBees CodeShip Credential secretType: codeship_credential - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -901,9 +603,6 @@ - provider: Cockroach Labs supportedSecret: CockroachDB Cloud API Key secretType: ccdb_api_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -912,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 @@ -924,9 +619,6 @@ - provider: Contributed Systems supportedSecret: Contributed Systems Credentials secretType: contributed_systems_credentials - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -935,9 +627,6 @@ - provider: Coveo supportedSecret: Coveo Access Token secretType: coveo_access_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -946,9 +635,6 @@ - provider: Coveo supportedSecret: Coveo API Key secretType: coveo_api_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -957,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 @@ -969,9 +651,6 @@ - provider: Databento supportedSecret: Databento API Key secretType: databento_api_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -980,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 @@ -992,9 +667,6 @@ - provider: Datadog supportedSecret: Datadog API Key secretType: datadog_api_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -1003,9 +675,6 @@ - provider: Datadog supportedSecret: Datadog Application Key secretType: datadog_app_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -1014,9 +683,6 @@ - provider: Datastax supportedSecret: Datastax AstraCS Tokens secretType: datastax_astracs_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1025,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 @@ -1037,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 @@ -1049,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 @@ -1061,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 @@ -1073,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 @@ -1085,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 @@ -1097,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 @@ -1109,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 @@ -1121,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 @@ -1133,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 @@ -1145,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 @@ -1157,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 @@ -1169,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 @@ -1181,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 @@ -1193,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 @@ -1205,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 @@ -1217,10 +819,6 @@ - provider: Dropbox supportedSecret: Dropbox Access Token secretType: dropbox_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -1229,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 @@ -1241,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 @@ -1253,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 @@ -1265,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 @@ -1277,10 +859,6 @@ - provider: Dynatrace supportedSecret: Dynatrace Internal Token secretType: dynatrace_internal_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -1289,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 @@ -1301,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 @@ -1313,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 @@ -1325,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 @@ -1337,10 +899,6 @@ - provider: Facebook supportedSecret: Facebook Access Token secretType: facebook_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -1349,10 +907,6 @@ - provider: Fastly supportedSecret: Fastly API Token secretType: fastly_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -1361,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 @@ -1373,10 +923,6 @@ - provider: Finicity supportedSecret: Finicity App Key secretType: finicity_app_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -1385,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 @@ -1397,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 @@ -1409,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 @@ -1421,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 @@ -1433,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 @@ -1445,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 @@ -1457,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 @@ -1469,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 @@ -1481,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 @@ -1493,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 @@ -1505,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 @@ -1517,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 @@ -1529,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 @@ -1541,10 +1035,6 @@ - provider: GitLab supportedSecret: GitLab Access Token secretType: gitlab_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -1553,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 @@ -1565,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 @@ -1577,10 +1059,6 @@ - provider: Google supportedSecret: Google API Key secretType: google_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -1589,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 @@ -1603,10 +1077,6 @@ secretType: >- google_cloud_storage_access_key_secret
google_cloud_storage_service_account_access_key_id - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -1617,10 +1087,6 @@ secretType: >- google_cloud_storage_access_key_secret
google_cloud_storage_user_access_key_id - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -1629,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 @@ -1640,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 @@ -1652,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 @@ -1664,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 @@ -1676,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 @@ -1688,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 @@ -1700,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 @@ -1712,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 @@ -1724,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 @@ -1736,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 @@ -1748,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 @@ -1760,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 @@ -1772,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 @@ -1784,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 @@ -1796,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 @@ -1808,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 @@ -1820,10 +1223,6 @@ - provider: HOP supportedSecret: HOP Bearer secretType: hop_bearer - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.11' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1832,10 +1231,6 @@ - provider: HOP supportedSecret: HOP PAT secretType: hop_pat - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.11' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1844,10 +1239,6 @@ - provider: HOP supportedSecret: HOP PTK secretType: hop_ptk - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.11' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1856,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 @@ -1868,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 @@ -1880,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 @@ -1891,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 @@ -1903,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 @@ -1915,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 @@ -1927,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 @@ -1939,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 @@ -1951,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 @@ -1963,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 @@ -1975,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 @@ -1987,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 @@ -1998,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 @@ -2010,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 @@ -2022,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 @@ -2034,9 +1367,6 @@ - provider: LaunchDarkly supportedSecret: LaunchDarkly API Token secretType: launchdarkly_access_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -2045,9 +1375,6 @@ - provider: Lichess supportedSecret: Lichess OAuth Access Token secretType: lichess_oauth_access_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2056,9 +1383,6 @@ - provider: Lichess supportedSecret: Lichess Personal Access Token secretType: lichess_personal_access_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2067,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 @@ -2079,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 @@ -2091,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 @@ -2103,9 +1415,6 @@ - provider: LinkedIn supportedSecret: LinkedIn Client Secret secretType: linkedin_client_secret - versions: - fpt: '*' - ghec: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -2114,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 @@ -2126,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 @@ -2138,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 @@ -2150,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 @@ -2162,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 @@ -2176,10 +1465,6 @@ secretType: >- amazon_oauth_client_id
amazon_oauth_client_secret
amazon_oauth_client_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2188,10 +1473,6 @@ - provider: Mailchimp supportedSecret: Mailchimp API Key secretType: mailchimp_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2200,9 +1481,6 @@ - provider: Mailchimp supportedSecret: Mandrill API Key secretType: mandrill_api_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -2211,9 +1489,6 @@ - provider: Mailersend supportedSecret: Mailersend API Token secretType: mailersend_api_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -2222,9 +1497,6 @@ - provider: Mailersend supportedSecret: Mailersend SMTP Password secretType: mailersend_smtp_password - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -2233,9 +1505,6 @@ - provider: Mailersend supportedSecret: Mailersend SMTP Username secretType: mailersend_smtp_username - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -2244,10 +1513,6 @@ - provider: Mailgun supportedSecret: Mailgun API Key secretType: mailgun_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2256,9 +1521,6 @@ - provider: Mailgun supportedSecret: Mailgun SMTP Credential secretType: mailgun_smtp_credential - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -2267,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 @@ -2279,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 @@ -2291,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 @@ -2303,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 @@ -2315,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 @@ -2327,10 +1569,6 @@ - provider: MessageBird supportedSecret: MessageBird API Key secretType: messagebird_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2339,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 @@ -2351,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 @@ -2363,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 @@ -2374,9 +1601,6 @@ - provider: Neon supportedSecret: Neon API Key secretType: neon_api_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -2385,9 +1609,6 @@ - provider: Neon supportedSecret: Neon Connection URI secretType: neon_connection_uri - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -2396,9 +1617,6 @@ - provider: Netflix supportedSecret: Netflix NetKey secretType: netflix_netkey - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2407,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 @@ -2419,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 @@ -2431,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 @@ -2443,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 @@ -2455,10 +1657,6 @@ - provider: Notion supportedSecret: Notion Integration Token secretType: notion_integration_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -2467,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 @@ -2479,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 @@ -2491,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 @@ -2503,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 @@ -2515,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 @@ -2527,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 @@ -2539,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 @@ -2551,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 @@ -2563,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 @@ -2575,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 @@ -2587,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 @@ -2599,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 @@ -2611,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 @@ -2623,9 +1769,6 @@ - provider: OpenRouter supportedSecret: OpenRouter API Key secretType: openrouter_api_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2634,9 +1777,6 @@ - provider: Oracle supportedSecret: Oracle API Key secretType: oracle_api_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -2645,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 @@ -2657,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 @@ -2669,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 @@ -2681,10 +1809,6 @@ - provider: Palantir supportedSecret: Palantir JSON Web Token secretType: palantir_jwt - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2693,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 @@ -2705,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 @@ -2717,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 @@ -2729,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 @@ -2741,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 @@ -2753,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 @@ -2765,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 @@ -2777,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 @@ -2788,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 @@ -2799,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 @@ -2810,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 @@ -2822,9 +1905,6 @@ - provider: Polar supportedSecret: Polar Access Token secretType: polar_access_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2833,9 +1913,6 @@ - provider: Polar supportedSecret: Polar Authorization Code secretType: polar_authorization_code - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2844,9 +1921,6 @@ - provider: Polar supportedSecret: Polar Client Registration Token secretType: polar_client_registration_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2855,9 +1929,6 @@ - provider: Polar supportedSecret: Polar Client Secret secretType: polar_client_secret - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2866,9 +1937,6 @@ - provider: Polar supportedSecret: Polar Personal Access Token secretType: polar_personal_access_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2877,9 +1945,6 @@ - provider: Polar supportedSecret: Polar Refresh Token secretType: polar_refresh_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2888,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 @@ -2900,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 @@ -2912,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 @@ -2924,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 @@ -2936,10 +1985,6 @@ - provider: Proctorio supportedSecret: Proctorio Consumer Key secretType: proctorio_consumer_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2948,10 +1993,6 @@ - provider: Proctorio supportedSecret: Proctorio Linkage Key secretType: proctorio_linkage_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2960,10 +2001,6 @@ - provider: Proctorio supportedSecret: Proctorio Registration Key secretType: proctorio_registration_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2972,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 @@ -2984,10 +2017,6 @@ - provider: Pulumi supportedSecret: Pulumi Access Token secretType: pulumi_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2996,10 +2025,6 @@ - provider: PyPI supportedSecret: PyPI API Token secretType: pypi_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3008,9 +2033,6 @@ - provider: Ramp supportedSecret: Ramp OAuth Client ID secretType: ramp_client_id - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3019,9 +2041,6 @@ - provider: Ramp supportedSecret: Ramp OAuth Client Secret secretType: ramp_client_secret - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3030,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 @@ -3041,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 @@ -3053,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 @@ -3065,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 @@ -3077,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 @@ -3089,10 +2089,6 @@ - provider: RubyGems supportedSecret: RubyGems API Key secretType: rubygems_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3101,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 @@ -3113,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 @@ -3125,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 @@ -3137,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 @@ -3149,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 @@ -3161,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 @@ -3173,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 @@ -3185,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 @@ -3197,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 @@ -3209,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 @@ -3221,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 @@ -3233,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 @@ -3245,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 @@ -3257,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 @@ -3269,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 @@ -3281,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 @@ -3293,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 @@ -3305,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 @@ -3317,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 @@ -3329,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 @@ -3341,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 @@ -3353,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 @@ -3365,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 @@ -3377,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 @@ -3389,9 +2289,6 @@ - provider: Siemens supportedSecret: Siemens Code Token secretType: siemens_code_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -3400,9 +2297,6 @@ - provider: Sindri supportedSecret: Sindri API Key secretType: sindri_api_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3411,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 @@ -3423,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 @@ -3435,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 @@ -3447,9 +2329,6 @@ - provider: Sourcegraph supportedSecret: Sourcegraph Access Token secretType: sourcegraph_access_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3458,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 @@ -3469,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 @@ -3480,9 +2353,6 @@ - provider: Sourcegraph supportedSecret: Sourcegraph License Key Token secretType: sourcegraph_license_key_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3491,9 +2361,6 @@ - provider: Sourcegraph supportedSecret: Sourcegraph Product Subscription Token secretType: sourcegraph_product_subscription_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3502,10 +2369,6 @@ - provider: Square supportedSecret: Square Access Token secretType: square_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -3514,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 @@ -3526,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 @@ -3538,10 +2393,6 @@ - provider: SSLMate supportedSecret: SSLMate API Key secretType: sslmate_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3550,10 +2401,6 @@ - provider: SSLMate supportedSecret: SSLMate Cluster Secret secretType: sslmate_cluster_secret - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3562,10 +2409,6 @@ - provider: Stripe supportedSecret: Stripe API Key secretType: stripe_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3574,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 @@ -3586,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 @@ -3598,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 @@ -3610,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 @@ -3622,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 @@ -3634,10 +2457,6 @@ - provider: Supabase supportedSecret: Supabase Service Key secretType: supabase_service_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3646,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 @@ -3658,9 +2473,6 @@ - provider: Tailscale supportedSecret: Tailscale API Key secretType: tailscale_api_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3669,10 +2481,6 @@ - provider: Telegram supportedSecret: Telegram Bot Token secretType: telegram_bot_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -3681,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 @@ -3693,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 @@ -3705,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 @@ -3717,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 @@ -3729,10 +2521,6 @@ - provider: Twilio supportedSecret: Twilio Access Token secretType: twilio_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -3741,10 +2529,6 @@ - provider: Twilio supportedSecret: Twilio Account String Identifier secretType: twilio_account_sid - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3753,10 +2537,6 @@ - provider: Twilio supportedSecret: Twilio API Key secretType: twilio_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3765,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 @@ -3777,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 @@ -3789,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 @@ -3801,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 @@ -3813,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 @@ -3825,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 @@ -3837,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 @@ -3849,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 @@ -3861,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 @@ -3873,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 @@ -3885,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 @@ -3897,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 @@ -3909,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 @@ -3921,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 @@ -3933,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 @@ -3945,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 @@ -3957,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 @@ -3969,9 +2681,6 @@ - provider: Yandex supportedSecret: Yandex.Passport OAuth Token secretType: yandex_passport_oauth_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3980,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 @@ -3992,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 @@ -4004,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 8fbe8df80966..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 @@ -135,10 +91,6 @@ 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 @@ -147,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 @@ -159,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 @@ -171,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 @@ -183,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 @@ -195,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 @@ -207,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 @@ -219,10 +147,6 @@ - provider: Atlassian supportedSecret: Atlassian API Token secretType: atlassian_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -231,10 +155,6 @@ - provider: Atlassian supportedSecret: Atlassian JSON Web Token secretType: atlassian_jwt - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -243,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 @@ -255,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 @@ -267,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 @@ -279,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 @@ -291,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 @@ -303,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 @@ -315,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 @@ -327,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 @@ -339,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 @@ -351,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 @@ -363,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 @@ -375,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 @@ -387,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 @@ -399,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 @@ -411,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 @@ -423,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 @@ -435,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 @@ -447,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 @@ -459,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 @@ -471,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 @@ -483,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 @@ -495,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 @@ -507,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 @@ -519,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 @@ -531,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 @@ -543,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 @@ -555,10 +371,6 @@ - provider: Azure supportedSecret: Azure SAS Token secretType: azure_sas_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -567,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 @@ -579,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 @@ -591,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 @@ -603,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 @@ -615,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 @@ -627,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 @@ -639,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 @@ -651,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 @@ -663,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 @@ -675,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 @@ -687,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 @@ -699,10 +467,6 @@ - provider: Beamer supportedSecret: Beamer API Key secretType: beamer_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -711,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 @@ -723,9 +483,6 @@ - provider: Bitrise supportedSecret: Bitrise Personal Access Token secretType: bitrise_personal_access_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -734,9 +491,6 @@ - provider: Bitrise supportedSecret: Bitrise Workspace API Token secretType: bitrise_workspace_api_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -745,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 @@ -756,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 @@ -768,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 @@ -780,9 +523,6 @@ - provider: Buildkite supportedSecret: Buildkite User Access Token secretType: buildkite_user_access_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -791,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 @@ -803,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 @@ -815,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 @@ -827,10 +555,6 @@ - provider: Canva supportedSecret: Canva Secret secretType: canva_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -839,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 @@ -851,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 @@ -863,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 @@ -875,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 @@ -887,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 @@ -899,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 @@ -911,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 @@ -923,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 @@ -935,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 @@ -947,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 @@ -959,10 +643,6 @@ - provider: CloudBees supportedSecret: CloudBees CodeShip Credential secretType: codeship_credential - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -971,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 @@ -983,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 @@ -995,9 +667,6 @@ - provider: Contributed Systems supportedSecret: Contributed Systems Credentials secretType: contributed_systems_credentials - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -1006,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 @@ -1018,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 @@ -1030,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 @@ -1042,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 @@ -1054,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 @@ -1066,9 +715,6 @@ - provider: Datadog supportedSecret: Datadog API Key secretType: datadog_api_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -1077,9 +723,6 @@ - provider: Datadog supportedSecret: Datadog Application Key secretType: datadog_app_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -1088,9 +731,6 @@ - provider: Datadog supportedSecret: Datadog RCM secretType: datadog_rcm - versions: - fpt: '*' - ghec: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -1099,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 @@ -1111,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 @@ -1123,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 @@ -1135,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 @@ -1147,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 @@ -1159,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 @@ -1171,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 @@ -1183,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 @@ -1195,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 @@ -1207,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 @@ -1219,9 +819,6 @@ - provider: Docker supportedSecret: Docker Organization Access Token secretType: docker_organization_access_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1230,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 @@ -1242,9 +835,6 @@ - provider: Docker supportedSecret: Docker Swarm Join Token secretType: docker_swarm_join_token - versions: - fpt: '*' - ghec: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -1253,9 +843,6 @@ - provider: Docker supportedSecret: Docker Swarm Unlock Key secretType: docker_swarm_unlock_key - versions: - fpt: '*' - ghec: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -1264,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 @@ -1276,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 @@ -1288,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 @@ -1300,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 @@ -1312,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 @@ -1324,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 @@ -1336,10 +899,6 @@ - provider: Dropbox supportedSecret: Dropbox Access Token secretType: dropbox_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -1348,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 @@ -1360,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 @@ -1372,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 @@ -1384,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 @@ -1396,10 +939,6 @@ - provider: Dynatrace supportedSecret: Dynatrace Internal Token secretType: dynatrace_internal_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1408,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 @@ -1420,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 @@ -1432,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 @@ -1444,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 @@ -1456,10 +979,6 @@ - provider: Facebook supportedSecret: Facebook Access Token secretType: facebook_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -1468,10 +987,6 @@ - provider: Fastly supportedSecret: Fastly API Token secretType: fastly_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -1480,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 @@ -1492,10 +1003,6 @@ - provider: Finicity supportedSecret: Finicity App Key secretType: finicity_app_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -1504,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 @@ -1516,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 @@ -1528,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 @@ -1540,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 @@ -1552,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 @@ -1564,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 @@ -1576,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 @@ -1588,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 @@ -1600,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 @@ -1612,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 @@ -1624,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 @@ -1636,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 @@ -1648,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 @@ -1660,10 +1115,6 @@ - provider: GitLab supportedSecret: GitLab Access Token secretType: gitlab_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -1672,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 @@ -1684,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 @@ -1696,10 +1139,6 @@ - provider: Google supportedSecret: Google API Key secretType: google_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -1708,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 @@ -1722,10 +1157,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 @@ -1736,10 +1167,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 @@ -1748,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 @@ -1760,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 @@ -1772,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 @@ -1784,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 @@ -1796,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 @@ -1808,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 @@ -1820,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 @@ -1832,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 @@ -1844,9 +1239,6 @@ - provider: Groq supportedSecret: Groq API Key secretType: groq_api_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -1855,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 @@ -1867,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 @@ -1879,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 @@ -1891,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 @@ -1903,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 @@ -1914,9 +1287,6 @@ - provider: Heroku supportedSecret: Heroku Postgres Connection URL secretType: heroku_postgres_connection_url - versions: - fpt: '*' - ghec: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -1925,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 @@ -1937,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 @@ -1949,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 @@ -1961,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 @@ -1973,10 +1327,6 @@ - provider: HOP supportedSecret: HOP Bearer secretType: hop_bearer - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.11' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1985,10 +1335,6 @@ - provider: HOP supportedSecret: HOP PAT secretType: hop_pat - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.11' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1997,10 +1343,6 @@ - provider: HOP supportedSecret: HOP PTK secretType: hop_ptk - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.11' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2009,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 @@ -2021,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 @@ -2033,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 @@ -2045,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 @@ -2057,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 @@ -2069,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 @@ -2081,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 @@ -2093,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 @@ -2105,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 @@ -2117,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 @@ -2128,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 @@ -2140,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 @@ -2152,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 @@ -2164,9 +1455,6 @@ - provider: LaunchDarkly supportedSecret: LaunchDarkly API Token secretType: launchdarkly_access_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -2175,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 @@ -2187,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 @@ -2199,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 @@ -2211,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 @@ -2223,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 @@ -2235,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 @@ -2247,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 @@ -2259,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 @@ -2271,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 @@ -2283,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 @@ -2295,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 @@ -2309,10 +1553,6 @@ secretType: >- amazon_oauth_client_id
amazon_oauth_client_secret
amazon_oauth_client_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2321,10 +1561,6 @@ - provider: Mailchimp supportedSecret: Mailchimp API Key secretType: mailchimp_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2333,9 +1569,6 @@ - provider: Mailchimp supportedSecret: Mandrill API Key secretType: mandrill_api_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -2344,9 +1577,6 @@ - provider: Mailersend supportedSecret: Mailersend API Token secretType: mailersend_api_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -2355,9 +1585,6 @@ - provider: Mailersend supportedSecret: Mailersend SMTP Password secretType: mailersend_smtp_password - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -2366,9 +1593,6 @@ - provider: Mailersend supportedSecret: Mailersend SMTP Username secretType: mailersend_smtp_username - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -2377,10 +1601,6 @@ - provider: Mailgun supportedSecret: Mailgun API Key secretType: mailgun_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2389,9 +1609,6 @@ - provider: Mailgun supportedSecret: Mailgun SMTP Credential secretType: mailgun_smtp_credential - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -2400,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 @@ -2412,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 @@ -2424,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 @@ -2436,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 @@ -2448,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 @@ -2460,10 +1657,6 @@ - provider: MessageBird supportedSecret: MessageBird API Key secretType: messagebird_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2472,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 @@ -2484,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 @@ -2496,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 @@ -2508,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 @@ -2519,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 @@ -2530,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 @@ -2541,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 @@ -2552,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 @@ -2563,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 @@ -2574,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 @@ -2585,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 @@ -2596,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 @@ -2607,9 +1761,6 @@ - provider: Neon supportedSecret: Neon API Key secretType: neon_api_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -2618,9 +1769,6 @@ - provider: Neon supportedSecret: Neon Connection URI secretType: neon_connection_uri - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -2629,10 +1777,6 @@ - provider: Netflix supportedSecret: Netflix NetKey secretType: netflix_netkey - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2641,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 @@ -2653,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 @@ -2665,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 @@ -2677,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 @@ -2689,10 +1817,6 @@ - provider: Notion supportedSecret: Notion Integration Token secretType: notion_integration_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -2701,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 @@ -2713,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 @@ -2725,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 @@ -2737,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 @@ -2749,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 @@ -2761,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 @@ -2773,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 @@ -2785,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 @@ -2797,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 @@ -2809,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 @@ -2821,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 @@ -2833,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 @@ -2845,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 @@ -2857,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 @@ -2869,9 +1937,6 @@ - provider: Oracle supportedSecret: Oracle API Key secretType: oracle_api_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -2880,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 @@ -2892,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 @@ -2904,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 @@ -2916,10 +1969,6 @@ - provider: Palantir supportedSecret: Palantir JSON Web Token secretType: palantir_jwt - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2928,9 +1977,6 @@ - provider: Pangea supportedSecret: Pangea Token secretType: pangea_token - versions: - fpt: '*' - ghec: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -2939,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 @@ -2951,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 @@ -2963,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 @@ -2975,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 @@ -2987,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 @@ -2999,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 @@ -3011,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 @@ -3023,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 @@ -3035,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 @@ -3047,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 @@ -3059,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 @@ -3071,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 @@ -3083,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 @@ -3095,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 @@ -3107,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 @@ -3119,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 @@ -3131,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 @@ -3143,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 @@ -3155,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 @@ -3167,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 @@ -3179,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 @@ -3191,10 +2153,6 @@ - provider: Proctorio supportedSecret: Proctorio Consumer Key secretType: proctorio_consumer_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3203,10 +2161,6 @@ - provider: Proctorio supportedSecret: Proctorio Linkage Key secretType: proctorio_linkage_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3215,10 +2169,6 @@ - provider: Proctorio supportedSecret: Proctorio Registration Key secretType: proctorio_registration_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3227,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 @@ -3239,10 +2185,6 @@ - provider: Pulumi supportedSecret: Pulumi Access Token secretType: pulumi_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3251,10 +2193,6 @@ - provider: PyPI supportedSecret: PyPI API Token secretType: pypi_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3263,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 @@ -3275,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 @@ -3287,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 @@ -3299,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 @@ -3311,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 @@ -3323,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 @@ -3335,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 @@ -3347,10 +2257,6 @@ - provider: RubyGems supportedSecret: RubyGems API Key secretType: rubygems_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3359,9 +2265,6 @@ - provider: RunPod supportedSecret: RunPod API Key secretType: runpod_api_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3370,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 @@ -3381,9 +2281,6 @@ - provider: Salesforce supportedSecret: Salesforce Refresh Token secretType: salesforce_refresh_token - versions: - fpt: '*' - ghec: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -3392,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 @@ -3404,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 @@ -3416,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 @@ -3428,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 @@ -3440,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 @@ -3452,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 @@ -3464,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 @@ -3476,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 @@ -3488,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 @@ -3500,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 @@ -3512,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 @@ -3524,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 @@ -3536,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 @@ -3548,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 @@ -3560,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 @@ -3572,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 @@ -3584,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 @@ -3596,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 @@ -3608,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 @@ -3620,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 @@ -3632,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 @@ -3644,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 @@ -3656,9 +2465,6 @@ - provider: Siemens supportedSecret: Siemens Code Token secretType: siemens_code_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -3667,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 @@ -3679,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 @@ -3691,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 @@ -3703,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 @@ -3715,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 @@ -3727,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 @@ -3739,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 @@ -3751,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 @@ -3763,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 @@ -3775,10 +2545,6 @@ - provider: Square supportedSecret: Square Access Token secretType: square_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -3787,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 @@ -3799,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 @@ -3811,10 +2569,6 @@ - provider: SSLMate supportedSecret: SSLMate API Key secretType: sslmate_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3823,10 +2577,6 @@ - provider: SSLMate supportedSecret: SSLMate Cluster Secret secretType: sslmate_cluster_secret - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3835,10 +2585,6 @@ - provider: Stripe supportedSecret: Stripe API Key secretType: stripe_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3847,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 @@ -3859,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 @@ -3871,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 @@ -3883,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 @@ -3895,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 @@ -3907,10 +2633,6 @@ - provider: Supabase supportedSecret: Supabase Service Key secretType: supabase_service_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3919,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 @@ -3931,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 @@ -3943,10 +2657,6 @@ - provider: Telegram supportedSecret: Telegram Bot Token secretType: telegram_bot_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -3955,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 @@ -3967,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 @@ -3979,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 @@ -3991,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 @@ -4003,10 +2697,6 @@ - provider: Twilio supportedSecret: Twilio Access Token secretType: twilio_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -4015,10 +2705,6 @@ - provider: Twilio supportedSecret: Twilio Account String Identifier secretType: twilio_account_sid - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -4027,10 +2713,6 @@ - provider: Twilio supportedSecret: Twilio API Key secretType: twilio_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -4039,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 @@ -4051,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 @@ -4063,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 @@ -4075,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 @@ -4087,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 @@ -4099,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 @@ -4111,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 @@ -4123,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 @@ -4135,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 @@ -4147,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 @@ -4159,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 @@ -4171,9 +2809,6 @@ - provider: xAI supportedSecret: xAI API Key secretType: xai_api_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -4182,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 @@ -4194,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 @@ -4206,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 @@ -4218,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 @@ -4230,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 @@ -4242,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 @@ -4254,9 +2865,6 @@ - provider: Yandex supportedSecret: Yandex.Passport OAuth Token secretType: yandex_passport_oauth_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -4265,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 @@ -4277,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 @@ -4289,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 a387fd9e6ed8..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 @@ -218,10 +156,6 @@ 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 @@ -231,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 @@ -244,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 @@ -257,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 @@ -270,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 @@ -282,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 @@ -294,9 +210,6 @@ - provider: Apify supportedSecret: Apify API Token secretType: apify_api_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -306,9 +219,6 @@ - provider: Apify supportedSecret: Apify Integration API Token secretType: apify_integration_api_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -318,9 +228,6 @@ - provider: Apify supportedSecret: Apify Proxy Password secretType: apify_proxy_password - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -330,9 +237,6 @@ - provider: Apify supportedSecret: Apify UI Token secretType: apify_ui_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -342,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 @@ -354,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 @@ -367,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 @@ -380,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 @@ -393,10 +282,6 @@ - provider: Atlassian supportedSecret: Atlassian API Token secretType: atlassian_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -406,10 +291,6 @@ - provider: Atlassian supportedSecret: Atlassian JSON Web Token secretType: atlassian_jwt - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -419,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 @@ -432,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 @@ -445,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 @@ -458,9 +327,6 @@ - provider: Azure supportedSecret: Azure AI Services Key secretType: azure_ai_services_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -470,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 @@ -482,9 +345,6 @@ - provider: Azure supportedSecret: Azure Anomaly Detector Key secretType: azure_anomaly_detector_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -494,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 @@ -507,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 @@ -520,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 @@ -533,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 @@ -546,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 @@ -559,9 +399,6 @@ - provider: Azure supportedSecret: Azure App Configuration Key secretType: azure_app_configuration_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -571,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 @@ -584,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 @@ -597,9 +426,6 @@ - provider: Azure supportedSecret: Azure Cognitive Services Key secretType: azure_cognitive_services_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -609,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 @@ -622,9 +444,6 @@ - provider: Azure supportedSecret: Azure Communication Services Key secretType: azure_communication_services_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -634,9 +453,6 @@ - provider: Azure supportedSecret: Azure Computer Vision Key secretType: azure_computer_vision_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -646,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 @@ -659,9 +471,6 @@ - provider: Azure supportedSecret: Azure Content Moderator Key secretType: azure_content_moderator_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -671,9 +480,6 @@ - provider: Azure supportedSecret: Azure Content Safety Key secretType: azure_content_safety_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -683,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 @@ -696,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 @@ -708,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 @@ -720,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 @@ -733,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 @@ -745,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 @@ -758,9 +543,6 @@ - provider: Azure supportedSecret: Azure Face Key secretType: azure_face_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -770,9 +552,6 @@ - provider: Azure supportedSecret: Azure Fluid Relay Key secretType: azure_fluid_relay_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -782,9 +561,6 @@ - provider: Azure supportedSecret: Azure Form Recognizer Key secretType: azure_form_recognizer_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -794,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 @@ -807,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 @@ -819,9 +588,6 @@ - provider: Azure supportedSecret: Azure Health Insights Key secretType: azure_health_insights_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -831,9 +597,6 @@ - provider: Azure supportedSecret: Azure Immersive Reader Key secretType: azure_immersive_reader_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -843,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 @@ -855,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 @@ -868,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 @@ -881,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 @@ -894,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 @@ -907,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 @@ -920,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 @@ -933,9 +669,6 @@ - provider: Azure supportedSecret: Azure Knowledge Key secretType: azure_knowledge_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -945,9 +678,6 @@ - provider: Azure supportedSecret: Azure Luis Authoring Key secretType: azure_luis_authoring_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -957,9 +687,6 @@ - provider: Azure supportedSecret: Azure Luis Key secretType: azure_luis_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -969,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 @@ -982,9 +705,6 @@ - provider: Azure supportedSecret: Azure Maps Key secretType: azure_maps_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -994,9 +714,6 @@ - provider: Azure supportedSecret: Azure Metrics Advisor Key secretType: azure_metrics_advisor_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1006,9 +723,6 @@ - provider: Azure supportedSecret: Azure Mixed Reality Key secretType: azure_mixed_reality_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1018,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 @@ -1030,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 @@ -1042,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 @@ -1055,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 @@ -1068,9 +768,6 @@ - provider: Azure supportedSecret: Azure Personalizer Key secretType: azure_personalizer_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1080,9 +777,6 @@ - provider: Azure supportedSecret: Azure QnA Maker Key secretType: azure_qna_maker_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1092,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 @@ -1104,9 +795,6 @@ - provider: Azure supportedSecret: Azure Quantum Key secretType: azure_quantum_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1116,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 @@ -1129,10 +813,6 @@ - provider: Azure supportedSecret: Azure SAS Token secretType: azure_sas_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -1142,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 @@ -1155,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 @@ -1168,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 @@ -1181,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 @@ -1194,9 +858,6 @@ - provider: Azure supportedSecret: Azure SignalR Key secretType: azure_signalr_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1206,9 +867,6 @@ - provider: Azure supportedSecret: Azure Speech Services Key secretType: azure_speech_services_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1218,9 +876,6 @@ - provider: Azure supportedSecret: Azure Speech Translation Key secretType: azure_speech_translation_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1230,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 @@ -1243,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 @@ -1255,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 @@ -1268,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 @@ -1281,9 +921,6 @@ - provider: Azure supportedSecret: Azure Text Analytics Key secretType: azure_text_analytics_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1293,9 +930,6 @@ - provider: Azure supportedSecret: Azure Text Translation Key secretType: azure_text_translation_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1305,9 +939,6 @@ - provider: Azure supportedSecret: Azure Video Intelligence Key secretType: azure_video_intelligence_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1317,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 @@ -1329,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 @@ -1342,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 @@ -1354,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 @@ -1367,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 @@ -1380,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 @@ -1393,10 +1002,6 @@ - provider: Beamer supportedSecret: Beamer API Key secretType: beamer_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -1406,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 @@ -1419,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 @@ -1432,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 @@ -1445,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 @@ -1458,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 @@ -1471,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 @@ -1484,9 +1065,6 @@ - provider: Buildkite supportedSecret: Buildkite Agent Access Token secretType: buildkite_agent_access_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1496,9 +1074,6 @@ - provider: Buildkite supportedSecret: Buildkite Agent Job Token secretType: buildkite_agent_job_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1508,9 +1083,6 @@ - provider: Buildkite supportedSecret: Buildkite Agent Registration Token secretType: buildkite_agent_registration_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1520,9 +1092,6 @@ - provider: Buildkite supportedSecret: Buildkite Cluster Queue Token secretType: buildkite_cluster_queue_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1532,9 +1101,6 @@ - provider: Buildkite supportedSecret: Buildkite Cluster Token secretType: buildkite_cluster_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1544,9 +1110,6 @@ - provider: Buildkite supportedSecret: Buildkite Packages Registry Token secretType: buildkite_packages_registry_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1556,9 +1119,6 @@ - provider: Buildkite supportedSecret: Buildkite Packages Temporary Token secretType: buildkite_packages_temporary_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1568,9 +1128,6 @@ - provider: Buildkite supportedSecret: Buildkite Portal Secret secretType: buildkite_portal_secret - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1580,9 +1137,6 @@ - provider: Buildkite supportedSecret: Buildkite Portal Token secretType: buildkite_portal_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1592,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 @@ -1605,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 @@ -1618,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 @@ -1631,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 @@ -1644,10 +1182,6 @@ - provider: Canva supportedSecret: Canva Secret secretType: canva_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1657,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 @@ -1670,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 @@ -1683,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 @@ -1696,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 @@ -1709,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 @@ -1722,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 @@ -1735,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 @@ -1748,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 @@ -1761,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 @@ -1774,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 @@ -1787,10 +1281,6 @@ - provider: CloudBees supportedSecret: CloudBees CodeShip Credential secretType: codeship_credential - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -1800,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 @@ -1813,9 +1299,6 @@ - provider: Cohere supportedSecret: Cohere API Key secretType: cohere_api_key - versions: - fpt: '*' - ghec: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -1825,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 @@ -1838,9 +1317,6 @@ - provider: Contentful supportedSecret: Contentful Web Token secretType: contentful_web_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -1850,9 +1326,6 @@ - provider: Contributed Systems supportedSecret: Contributed Systems Credentials secretType: contributed_systems_credentials - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -1862,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 @@ -1875,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 @@ -1888,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 @@ -1901,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 @@ -1914,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 @@ -1927,9 +1380,6 @@ - provider: Datadog supportedSecret: Datadog API Key secretType: datadog_api_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -1939,9 +1389,6 @@ - provider: Datadog supportedSecret: Datadog Application Key secretType: datadog_app_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -1951,10 +1398,6 @@ - provider: Datadog supportedSecret: Datadog RCM secretType: datadog_rcm - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.18' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -1964,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 @@ -1977,9 +1416,6 @@ - provider: DeepSeek supportedSecret: DeepSeek API Key secretType: deepseek_api_key - versions: - fpt: '*' - ghec: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -1989,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 @@ -2002,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 @@ -2015,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 @@ -2028,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 @@ -2041,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 @@ -2054,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 @@ -2067,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 @@ -2080,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 @@ -2093,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 @@ -2106,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 @@ -2119,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 @@ -2132,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 @@ -2145,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 @@ -2158,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 @@ -2171,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 @@ -2184,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 @@ -2197,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 @@ -2210,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 @@ -2223,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 @@ -2236,10 +1596,6 @@ - provider: Dropbox supportedSecret: Dropbox Access Token secretType: dropbox_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2249,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 @@ -2262,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 @@ -2275,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 @@ -2288,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 @@ -2301,10 +1641,6 @@ - provider: Dynatrace supportedSecret: Dynatrace Internal Token secretType: dynatrace_internal_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2314,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 @@ -2327,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 @@ -2340,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 @@ -2353,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 @@ -2366,9 +1686,6 @@ - provider: Elastic supportedSecret: Elastic Cloud API Key secretType: elastic_cloud_api_key - versions: - fpt: '*' - ghec: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -2378,10 +1695,6 @@ - provider: Facebook supportedSecret: Facebook Access Token secretType: facebook_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2391,10 +1704,6 @@ - provider: Fastly supportedSecret: Fastly API Token secretType: fastly_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2404,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 @@ -2417,10 +1722,6 @@ - provider: Finicity supportedSecret: Finicity App Key secretType: finicity_app_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2430,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 @@ -2443,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 @@ -2456,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 @@ -2469,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 @@ -2482,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 @@ -2495,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 @@ -2508,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 @@ -2521,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 @@ -2534,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 @@ -2547,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 @@ -2560,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 @@ -2573,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 @@ -2586,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 @@ -2599,10 +1848,6 @@ - provider: GitLab supportedSecret: GitLab Access Token secretType: gitlab_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -2612,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 @@ -2625,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 @@ -2638,10 +1875,6 @@ - provider: Google supportedSecret: Google API Key secretType: google_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -2651,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 @@ -2666,10 +1895,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 @@ -2681,10 +1906,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 @@ -2694,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 @@ -2707,9 +1924,6 @@ - provider: Google supportedSecret: Google Gemini API Key secretType: google_gemini_api_key - versions: - fpt: '*' - ghec: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -2719,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 @@ -2732,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 @@ -2745,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 @@ -2758,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 @@ -2771,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 @@ -2784,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 @@ -2797,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 @@ -2810,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 @@ -2823,9 +2005,6 @@ - provider: GuardSquare supportedSecret: GuardSquare AppSweep API Key secretType: guardsquare_appsweep_api_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2835,9 +2014,6 @@ - provider: GuardSquare supportedSecret: GuardSquare CLI Access Token secretType: guardsquare_cli_access_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2847,9 +2023,6 @@ - provider: GuardSquare supportedSecret: GuardSquare Maven Token secretType: guardsquare_maven_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -2859,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 @@ -2872,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 @@ -2885,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 @@ -2898,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 @@ -2911,9 +2068,6 @@ - provider: hCaptcha supportedSecret: hCaptcha Siteverify Secret secretType: hcaptcha_siteverify_secret - versions: - fpt: '*' - ghec: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -2923,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 @@ -2936,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 @@ -2949,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 @@ -2962,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 @@ -2975,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 @@ -2988,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 @@ -3001,10 +2131,6 @@ - provider: HOP supportedSecret: HOP Bearer secretType: hop_bearer - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.11' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3014,10 +2140,6 @@ - provider: HOP supportedSecret: HOP PAT secretType: hop_pat - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.11' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3027,10 +2149,6 @@ - provider: HOP supportedSecret: HOP PTK secretType: hop_ptk - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.11' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3040,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 @@ -3053,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 @@ -3066,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 @@ -3079,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 @@ -3092,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 @@ -3105,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 @@ -3118,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 @@ -3131,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 @@ -3144,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 @@ -3157,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 @@ -3169,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 @@ -3182,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 @@ -3195,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 @@ -3208,9 +2275,6 @@ - provider: Langchain supportedSecret: Langchain API Personal Key secretType: langchain_api_personal_key - versions: - fpt: '*' - ghec: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -3220,9 +2284,6 @@ - provider: Langchain supportedSecret: Langchain API Server Key secretType: langchain_api_server_key - versions: - fpt: '*' - ghec: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -3232,9 +2293,6 @@ - provider: LaunchDarkly supportedSecret: LaunchDarkly API Token secretType: launchdarkly_access_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3244,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 @@ -3257,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 @@ -3270,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 @@ -3283,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 @@ -3296,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 @@ -3309,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 @@ -3322,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 @@ -3335,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 @@ -3348,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 @@ -3361,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 @@ -3374,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 @@ -3389,10 +2403,6 @@ secretType: >- amazon_oauth_client_id
amazon_oauth_client_secret
amazon_oauth_client_secret - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3402,10 +2412,6 @@ - provider: Mailchimp supportedSecret: Mailchimp API Key secretType: mailchimp_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3415,9 +2421,6 @@ - provider: Mailchimp supportedSecret: Mandrill API Key secretType: mandrill_api_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -3427,9 +2430,6 @@ - provider: Mailersend supportedSecret: Mailersend API Token secretType: mailersend_api_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -3439,9 +2439,6 @@ - provider: Mailersend supportedSecret: Mailersend SMTP Password secretType: mailersend_smtp_password - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -3451,9 +2448,6 @@ - provider: Mailersend supportedSecret: Mailersend SMTP Username secretType: mailersend_smtp_username - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -3463,10 +2457,6 @@ - provider: Mailgun supportedSecret: Mailgun API Key secretType: mailgun_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3476,9 +2466,6 @@ - provider: Mailgun supportedSecret: Mailgun SMTP Credential secretType: mailgun_smtp_credential - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -3488,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 @@ -3501,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 @@ -3514,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 @@ -3527,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 @@ -3540,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 @@ -3553,10 +2520,6 @@ - provider: MessageBird supportedSecret: MessageBird API Key secretType: messagebird_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3566,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 @@ -3579,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 @@ -3592,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 @@ -3604,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 @@ -3617,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 @@ -3630,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 @@ -3643,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 @@ -3656,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 @@ -3669,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 @@ -3682,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 @@ -3695,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 @@ -3708,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 @@ -3721,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 @@ -3734,9 +2646,6 @@ - provider: Neon supportedSecret: Neon API Key secretType: neon_api_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -3746,9 +2655,6 @@ - provider: Neon supportedSecret: Neon Connection URI secretType: neon_connection_uri - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -3758,10 +2664,6 @@ - provider: Netflix supportedSecret: Netflix NetKey secretType: netflix_netkey - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.17' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -3771,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 @@ -3784,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 @@ -3797,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 @@ -3810,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 @@ -3823,9 +2709,6 @@ - provider: Notion supportedSecret: Notion API Token secretType: notion_api_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -3835,10 +2718,6 @@ - provider: Notion supportedSecret: Notion Integration Token secretType: notion_integration_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -3848,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 @@ -3861,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 @@ -3874,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 @@ -3887,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 @@ -3900,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 @@ -3913,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 @@ -3926,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 @@ -3939,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 @@ -3952,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 @@ -3965,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 @@ -3978,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 @@ -3991,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 @@ -4004,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 @@ -4017,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 @@ -4030,9 +2853,6 @@ - provider: Openweather supportedSecret: Openweather API Key secretType: openweather_api_key - versions: - fpt: '*' - ghec: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -4042,9 +2862,6 @@ - provider: Oracle supportedSecret: Oracle API Key secretType: oracle_api_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -4054,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 @@ -4067,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 @@ -4080,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 @@ -4093,10 +2898,6 @@ - provider: Palantir supportedSecret: Palantir JSON Web Token secretType: palantir_jwt - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -4106,10 +2907,6 @@ - provider: Pangea supportedSecret: Pangea Token secretType: pangea_token - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.18' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -4119,9 +2916,6 @@ - provider: Perplexity supportedSecret: Perplexity API Key secretType: perplexity_api_key - versions: - fpt: '*' - ghec: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -4131,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 @@ -4144,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 @@ -4157,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 @@ -4170,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 @@ -4183,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 @@ -4196,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 @@ -4209,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 @@ -4222,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 @@ -4235,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 @@ -4248,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 @@ -4261,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 @@ -4274,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 @@ -4287,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 @@ -4300,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 @@ -4313,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 @@ -4326,9 +3060,6 @@ - provider: Polar supportedSecret: Polar Customer Session Token secretType: polar_customer_session_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -4338,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 @@ -4351,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 @@ -4364,9 +3087,6 @@ - provider: Polar supportedSecret: Polar User Session Token secretType: polar_user_session_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -4376,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 @@ -4389,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 @@ -4402,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 @@ -4415,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 @@ -4428,10 +3132,6 @@ - provider: Proctorio supportedSecret: Proctorio Consumer Key secretType: proctorio_consumer_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -4441,10 +3141,6 @@ - provider: Proctorio supportedSecret: Proctorio Linkage Key secretType: proctorio_linkage_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -4454,10 +3150,6 @@ - provider: Proctorio supportedSecret: Proctorio Registration Key secretType: proctorio_registration_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -4467,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 @@ -4480,10 +3168,6 @@ - provider: Pulumi supportedSecret: Pulumi Access Token secretType: pulumi_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -4493,10 +3177,6 @@ - provider: PyPI supportedSecret: PyPI API Token secretType: pypi_api_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -4506,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 @@ -4519,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 @@ -4532,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 @@ -4545,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 @@ -4558,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 @@ -4571,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 @@ -4584,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 @@ -4597,10 +3249,6 @@ - provider: RubyGems supportedSecret: RubyGems API Key secretType: rubygems_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -4610,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 @@ -4623,9 +3267,6 @@ - provider: Salesforce supportedSecret: Salesforce Access Token secretType: salesforce_access_token - versions: - fpt: '*' - ghec: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -4635,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 @@ -4648,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 @@ -4661,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 @@ -4674,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 @@ -4687,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 @@ -4700,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 @@ -4713,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 @@ -4726,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 @@ -4739,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 @@ -4752,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 @@ -4765,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 @@ -4778,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 @@ -4791,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 @@ -4804,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 @@ -4817,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 @@ -4830,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 @@ -4843,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 @@ -4856,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 @@ -4869,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 @@ -4882,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 @@ -4895,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 @@ -4908,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 @@ -4921,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 @@ -4934,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 @@ -4947,9 +3492,6 @@ - provider: Siemens supportedSecret: Siemens Code Token secretType: siemens_code_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: false hasPushProtection: false @@ -4959,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 @@ -4972,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 @@ -4985,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 @@ -4998,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 @@ -5011,9 +3537,6 @@ - provider: Snowflake supportedSecret: Snowflake Programmatic Access Token secretType: snowflake_programmatic_access_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -5023,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 @@ -5036,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 @@ -5049,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 @@ -5062,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 @@ -5075,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 @@ -5088,10 +3591,6 @@ - provider: Square supportedSecret: Square Access Token secretType: square_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -5101,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 @@ -5114,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 @@ -5127,10 +3618,6 @@ - provider: SSLMate supportedSecret: SSLMate API Key secretType: sslmate_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -5140,10 +3627,6 @@ - provider: SSLMate supportedSecret: SSLMate Cluster Secret secretType: sslmate_cluster_secret - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -5153,10 +3636,6 @@ - provider: Stripe supportedSecret: Stripe API Key secretType: stripe_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -5166,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 @@ -5179,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 @@ -5192,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 @@ -5205,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 @@ -5218,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 @@ -5231,10 +3690,6 @@ - provider: Supabase supportedSecret: Supabase Service Key secretType: supabase_service_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: false @@ -5244,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 @@ -5257,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 @@ -5270,10 +3717,6 @@ - provider: Telegram supportedSecret: Telegram Bot Token secretType: telegram_bot_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -5283,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 @@ -5296,9 +3735,6 @@ - provider: Temporal supportedSecret: Temporal Cloud API Key secretType: temporal_cloud_api_key - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -5308,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 @@ -5320,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 @@ -5333,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 @@ -5346,9 +3771,6 @@ - provider: Tencent supportedSecret: Tencent WeChat Pay Token secretType: tencent_wechat_pay_token - versions: - fpt: '*' - ghec: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -5358,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 @@ -5371,10 +3789,6 @@ - provider: Twilio supportedSecret: Twilio Access Token secretType: twilio_access_token - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -5384,10 +3798,6 @@ - provider: Twilio supportedSecret: Twilio Account String Identifier secretType: twilio_account_sid - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -5397,10 +3807,6 @@ - provider: Twilio supportedSecret: Twilio API Key secretType: twilio_api_key - versions: - fpt: '*' - ghec: '*' - ghes: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -5410,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 @@ -5423,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 @@ -5436,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 @@ -5449,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 @@ -5461,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 @@ -5474,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 @@ -5487,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 @@ -5500,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 @@ -5513,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 @@ -5526,9 +3897,6 @@ - provider: Weights & Biases supportedSecret: Weights & Biases API Key secretType: wandb_api_key - versions: - fpt: '*' - ghec: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: false @@ -5538,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 @@ -5551,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 @@ -5564,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 @@ -5577,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 @@ -5590,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 @@ -5603,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 @@ -5616,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 @@ -5629,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 @@ -5642,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 @@ -5655,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 @@ -5668,9 +3996,6 @@ - provider: Yandex supportedSecret: Yandex.Passport OAuth Token secretType: yandex_passport_oauth_token - versions: - fpt: '*' - ghec: '*' isPublic: true isPrivateWithGhas: true hasPushProtection: true @@ -5680,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 @@ -5693,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 @@ -5706,9 +4023,6 @@ - provider: ZenHub supportedSecret: ZenHub Personal API Key secretType: zenhub_personal_api_key - versions: - fpt: '*' - ghec: '*' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -5718,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.