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(scan-eval): gate NetworkReq scanner skip on Docker-unavailable only (Codex finding)
The runnabilityReason function unconditionally skipped NetworkReq scanners
even when Docker was enabled. When the operator explicitly opts in via
--scanners + MCPPROXY_SCAN_EVAL_DOCKER=1, network-req scanners should be
runnable — the Docker-off case is already covered by the earlier return.
Adds TestSelectScanners_NetworkReq_RunnableWhenDockerEnabled to lock in
the new behavior.
Related #574
0 commit comments