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 github): propagate blocking errors during manifest download
A token-wide GitHub block (rate limit / auth / abuse detection) hit while
downloading a manifest file was swallowed when an earlier file had already
downloaded, so the scan proceeded on a partial manifest set and reported
success. Surface the blocking error immediately, mirroring the repo loop.
Also suppress the green per-run success lines on the all-repos-failed path
so scripts reading log lines cannot infer success from a run that returns
ok:false, and drop internal tracker IDs from comments and a test title.
0 commit comments