trufflehog pre-commit hook fails on Windows: /dev/fd/63 process substitution unavailable #481
Labels
No labels
burndown-2026-06
coherence-core
consult
headless
interactive
P0
P1
P2
P3
P4
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
coilyco-flight-deck/agentic-os#481
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
On kai-desktop-tower (Windows, Git Bash hook runtime), the managed trufflehog hook fails before scanning:
The wrapper feeds the exclude list via process substitution, which has no /dev/fd on this Git Bash. Every commit from a Windows host hits this, so the secret-scan backstop is effectively absent there (leak-check still runs). Fix candidates: write the filter list to a real temp file instead of <(...), or gate the flag on platform. Found 2026-07-12 while landing coilyco-bridge/agentic-os-kai#739.