-
-
Notifications
You must be signed in to change notification settings - Fork 121
Description
I ran a Docker scan on its own (i.e., pipeline: analyze_docker_image, input: docker://ghcr.io/aboutcode-org/scancode.io:v34.9.5).
In layer 12, there are two packages that are not detected, and they are:
/opt/scancodeio/.venv/lib/python3.12/site-packages/beartype /opt/scancodeio/.venv/lib/python3.12/site-packages/beartype-0.19.0.dist-info
/opt/scancodeio/.venv/lib/python3.12/site-packages/normality /opt/scancodeio/.venv/lib/python3.12/site-packages/normality-2.6.1.dist-info
Other packages under /opt/scancodeio/.venv/lib/python3.12/site-packages are detected correctly.
There is no obvious reason why these packages are not detected as they also have the METADATA as others:
/opt/scancodeio/.venv/lib/python3.12/site-packages/beartype-0.19.0.dist-info/METADATA
/opt/scancodeio/.venv/lib/python3.12/site-packages/normality-2.6.1.dist-info/METADATA