Skip to main content

3 posts tagged with "search"

View All Tags

A smarter search bar - find incidents by value, author, file path, or in plain English

calendar icon   Release Date: May 20, 2026

A smarter search bar

Cut incident triage time by getting straight to the right list. The search bar now answers the questions you actually ask during triage - "what did Alice leak in the last 3 months?", "which unassigned critical incidents need owners?" - without forcing you through a chain of filter menus.

What's new?

  • Search by secret value: paste a secret directly into the bar to see if it's already raised an incident. The value is hashed in your browser before being sent, so the plaintext never leaves your device.
  • Search by commit author: type a developer's name or email fragment (e.g. @contractor.com) to surface every incident with at least one occurrence introduced by that person.
  • Search by file path: type any portion of a path (e.g. .env, docker-compose.yml, config/secrets) to filter incidents whose occurrences match.
  • Search by source name: type any portion of a repository, channel, drive, or project name to scope the page to that source.
  • Natural language search (AI Filters): when AI Filters are enabled on your workspace, type a full sentence and GitGuardian translates it into the right combination of filters - for example, Open critical unassigned incidents related to cloud providers.

All search modes compose. You can mix structured filters, raw text, and a natural-language prompt in the same query, and save the result as a view to share with your team.

Why is this important?

Incident triage is fastest when you don't have to leave the page or know the exact filter name. By making the search bar the single entry point for every way you might describe what you're looking for, GitGuardian removes a layer of clicking from your day-to-day triage workflow - whether you're chasing a specific token, auditing a developer, or scoping leaks to a critical file.

Get Started Today!

The new search modes are available immediately on every workspace, on every plan. Natural language search requires AI Filters to be activated - see AI settings for the workspace settings and self-hosted prerequisites.

Learn more about the search bar

Enhancements

  • Microsoft Teams notifications: Backfilled the Issue Regression event for existing Microsoft Teams notifier configurations - channels now alert when a previously resolved incident reopens, in addition to new incidents and new occurrences. Learn more
  • JFrog Artifactory scanning: Incident details now capture additional metadata for secrets found in JFrog Artifactory, making it easier to identify the leak author and assign incidents to the right owner.
  • Sources health management — Jira Cloud: GitGuardian now pauses real-time ingestion and historical scans on unreachable Jira Cloud sources, auto-resumes them once health is restored, and surfaces an actionable recovery step. Rolling out to more integrations in upcoming releases. See the Jira Cloud integration guide.
  • Risk score in alerting and ticketing: Incident risk score update events are now available in Custom Webhook, Slack, Microsoft Teams, ServiceNow, Jira Cloud, and Jira Data Center.

Fixes

  • Secret revocation: Fixed a case where revoking a Sendgrid API key from GitGuardian could surface a misleading error because the validity check was not re-run after the revocation request.
  • Team perimeter: Restored the ability to bulk select all results when adding JFrog Artifactory sources to a team perimeter, previously broken on workspaces with large Artifactory repositories.
  • GitHub health check: The GitHub and GitHub Enterprise health check now probes the documented /meta endpoint instead of the API root. This fixes false Unhealthy statuses reported after upgrading to GitHub Enterprise Server 3.19.4.
  • Analytics: Fixed an issue where GitHub PR Check runs analytics dashboards were not displayed for GitHub Enterprise integrations.
  • Perimeter performance: The source list now renders independently of the overview sidebar queries, fixing failed page renders on workspaces with very large source inventories (200k+ sources).

Introducing AI Filters - It's time to have a conversation with your data!

calendar icon   Release Date: September 17, 2025

AI Filters Feature Thumbnail

We're excited to introduce AI Filters - use natural language to navigate through Incidents, Perimeter, and Audit Logs. Finding what you need has never been easier.

What it does:

  • Type queries in plain English (e.g., "Show me critical incidents from last week")
  • AI automatically converts your request into the appropriate filters
  • Works alongside your existing filter settings
  • Save AI-generated filters as views for team sharing

Available in: Incidents, Perimeter, and Audit Logs

Look for the AI input field in your filter bars to get started! Learn more about AI filters.


Enhancements

  • Confluence Cloud Integration: Enhanced Confluence Cloud secret scanning to work with outbound-only network connections through OAuth2 authentication, eliminating the need for inbound access previously required by Connect app installations. This improvement enables organizations with strict network policies to securely scan their Confluence Cloud content using historical scanning capabilities. Learn more
  • GitHub Check Runs: Added option to include public share links in check runs, enabling developers outside your workspace to access and resolve incident details directly from pull requests without requiring GitGuardian dashboard access. Learn more
  • Security: Added Content Security Policy (CSP) headers to improve browser security.

Fixes

  • Remediation tracking: Disabled file tracking for non-default branches. Learn more
  • Perimeter:
    • Fixed "invalid time value" error when applying filters with running bulk scans.
    • Fixed scan bar and buttons visibility for team members not in the global team.
  • Notifications:
    • Fixed Honeytoken events to only appear in "All incidents" team notifications instead of all teams.
    • Fixed custom webhook URL validation to properly handle escaped URLs.
  • Integrations:
    • Fixed installation validation blocking customers from setting up on-prem JFrog Docker registry integration.
    • Fixed direct URL display in occurrences for older Confluence Data Center versions.

Introducing Quick Access, your shortcut to efficiency!

calendar icon   Release Date: July 21, 2025

Quick Access Thumbnail

We're thrilled to unveil Quick access, a powerful new feature designed to streamline your navigation and boost productivity within the GitGuardian platform.

It offers a unified search interface that allows you to swiftly access different parts of the application, search documentation — all from one convenient location.

Why you'll love it:

Quick access is designed to make your experience with GitGuardian smoother and more efficient:

  • Faster navigation: Reduce time spent navigating through complex menu structures.
  • Context-aware results: Search results adapt based on your current location and permissions.
  • Enhanced productivity: Spend less time searching and more time doing.

How to use:

  • Access: Use Ctrl+K (or Cmd+K on Mac) to open it from anywhere in the platform.
  • Search: Type your query to find pages, documentation.
  • Navigate: Use arrow keys to browse results and press Enter to select.

Try it out today and let us know what you think! Check out our documentation to learn more!


Enhancements

  • Public API: Custom Tags (custom_tags) query parameters have been documented as part of the API documentation.

Fixes

  • User Management: Ensure SCIM user provisioning matches emails case-insensitively to prevent duplicate or mismatched user entries.