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
perf(trufflehog): scan all PR changed files in one process
Run a single trufflehog filesystem invocation with the filtered path list
instead of one process per file, avoiding repeated startup cost that
dominated wall time on large diffs.
Made-with: Cursor
0 commit comments