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
What happened:
"failed to catalog" error when scanning Python apps:
[0006] ERROR failed to catalog: 1 error occurred:
unable to catalog python package=/usr/local/lib/python3.9/site-packages/distlib-0.3.1.dist-info/METADATA: missing python package top_level.txt (package="/usr/local/lib/python3.9/site-packages/distlib-0.3.1.dist-info/METADATA")
What you expected to happen:
I dunno if top_level.txt is required in Python eggs, or whether Grype thinks they are required, but they are not really required
What happened:
"failed to catalog" error when scanning Python apps:
[0006] ERROR failed to catalog: 1 error occurred:
unable to catalog python package=/usr/local/lib/python3.9/site-packages/distlib-0.3.1.dist-info/METADATA: missing python package top_level.txt (package="/usr/local/lib/python3.9/site-packages/distlib-0.3.1.dist-info/METADATA")
What you expected to happen:
I dunno if top_level.txt is required in Python eggs, or whether Grype thinks they are required, but they are not really required
How to reproduce it (as minimally and precisely as possible):
Python app source code:
https://github.com/luoyimu1/hermitcrab
Grype cmd I ran: grype --scope all-layers
Anything else we need to know?:
Environment:
grype version
: 0.1.0, 0.2.0cat /etc/os-release
or similar): LinuxThe text was updated successfully, but these errors were encountered: