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
Eight .pyc files under tests/evals/fixtures/__pycache__/ were committed the first
time the eval fixtures ran, and nothing ignored them afterwards. They are build
output of files already in the tree, so they carry no information, and OpenSSF
Scorecard counts tracked binaries against a repo whether or not they are harmful.
The ignore rule was scoped to tests/evals/swebench/__pycache__/, which is why it
caught the swebench cache and missed this one. It is now general.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
0 commit comments