Secret scanning extended metadata to be automatically enabled for certain repositories

Published: (January 15, 2026 at 04:59 PM EST)
2 min read

Source: GitHub Changelog

GitHub secret scanning is adding support for extended metadata checks in security configurations, starting February 18 2026.

Extended metadata checks are a nested feature under validity checks. If you’ve already enabled validity checks for your repositories via security configurations, you’ll automatically have extended metadata checks enabled.

What are extended metadata checks?

With extended metadata checks, secret scanning alerts now display details about a secret’s owner, secret creation and expiry dates, and project or organization context when information is available from the secret provider. This feature extends validity checks to additional context about the secret.

For example, leaked OpenAI keys with information available will display the secret owner’s name, email, and identifier, in addition to information about the organization.

These new metadata keys expand on existing validity checks to give more actionable context for triage and remediation, enabling development and security teams to assess exposure faster and prioritize remediation.

Note: The availability of metadata depends on the secret provider, the type of token, and sometimes even the secret itself. GitHub makes a best effort to display all available metadata, but not every key will always be present.

What’s changing?

Extended metadata checks are currently available to Enterprise Cloud customers with secret scanning who have validity checks enabled. Starting on this date, users will be able to enable or disable the feature at organization and enterprise levels with security configurations. Repositories with validity checks enabled with security configurations will see metadata checks automatically enabled for them at this time.

Learn more about securing your repositories with secret scanning or share feedback about secret scanning and extended metadata checks.

Back to Blog

Related posts

Read more »