Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
bridgecrewio
/
detect-secrets
Public
forked from
Yelp/detect-secrets
Notifications
You must be signed in to change notification settings
Fork
10
Star
9
Code
Issues
3
Pull requests
11
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Chore/detect secrets perf optimizations
- #294
#294
Merged
Saarett
merged 11 commits into
master
bridgecrewio/detect-secrets:master
from
chore/detect-secrets-perf-optimizations
bridgecrewio/detect-secrets:chore/detect-secrets-perf-optimizations
Copy head branch name to clipboard
Aug 12, 2026
Conversation
Commits
11
(11)
Checks
Files changed
Merged
Chore/detect secrets perf optimizations
#294
Saarett
merged 11 commits into
master
bridgecrewio/detect-secrets:master
from
chore/detect-secrets-perf-optimizations
bridgecrewio/detect-secrets:chore/detect-secrets-perf-optimizations
Copy head branch name to clipboard
Commits
Commits on Aug 9, 2026
perf: add plan cache to eliminate repeated inspect calls in DI hot path
Show description for c6509ad
GillSami
committed
c6509ad
View commit details
Copy full SHA for c6509ad
Browse repository at this point
Commits on Aug 10, 2026
fix: pin filter config to restore correct 343-finding parity baseline
Show description for 3168e33
GillSami
committed
3168e33
View commit details
Copy full SHA for 3168e33
Browse repository at this point
fix: restore correct 343-finding parity baseline + record real checkov timing
Show description for 0f08efe
GillSami
committed
0f08efe
View commit details
Copy full SHA for 0f08efe
Browse repository at this point
perf: add pre-gate to skip lines that cannot contain secrets
Show description for 72ba48f
GillSami
committed
72ba48f
View commit details
Copy full SHA for 72ba48f
Browse repository at this point
perf: cache filter list in get_filters_with_parameter() to avoid rebuilding it on every line (DETECT_SECRETS_PERF_FILTER_CACHE flag); parity oracle 343 findings unchanged, full suite 1116 passed/1 …
Show description for 3503f9f
GillSami
committed
3503f9f
View commit details
Copy full SHA for 3503f9f
Browse repository at this point
perf: short-circuit calculate_shannon_entropy() for strings too short or too uniform to exceed any threshold (DETECT_SECRETS_PERF_ENTROPY_SC flag)
GillSami
committed
80971af
View commit details
Copy full SHA for 80971af
Browse repository at this point
perf: use lazy %-style logging in scan.py hot paths (_is_filtered_out, _get_lines_from_file) to avoid eager string formatting;
GillSami
committed
eaffec1
View commit details
Copy full SHA for eaffec1
Browse repository at this point
Commits on Aug 11, 2026
perf(private_key): look up file size once per file instead of per line
Show description for 0bce612
Saarett
authored and
GillSami
committed
0bce612
View commit details
Copy full SHA for 0bce612
Browse repository at this point
fix: resolve CI pipeline failures (lint, mypy, cross-env test compatibility)
GillSami
committed
d494abf
View commit details
Copy full SHA for d494abf
Browse repository at this point
fix test
GillSami
committed
f1c07c7
View commit details
Copy full SHA for f1c07c7
Browse repository at this point
test: add correctness tests for entropy short-circuit logic
GillSami
committed
1a41a3f
View commit details
Copy full SHA for 1a41a3f
Browse repository at this point
You can’t perform that action at this time.