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
fix(pre-push): redirect stdin from /dev/null for pre-check commands
agentshield and zizmor inherit stdin from the git pre-push hook,
which is a pipe carrying ref data. If either tool reads from stdin,
it consumes the ref data, causing the while-read loop to iterate
zero times and silently bypassing all commit-level security checks.
0 commit comments