What happened:
Running a container and scanning itself with grype is running forever, stuck on the Cataloging step:

What you expected to happen:
It should scan as fast as scanning an image
How to reproduce it (as minimally and precisely as possible):
$ docker run -it debian:9 /bin/bash
Then inside the container:
$ curl -sSfL https://raw.githubusercontent.com/anchore/grype/main/install.sh | sh -s -- -b /usr/local/bin
$ grype /
Anything else we need to know?:
Environment:
- grype version (use
grype version -v): 0.1.0
- OS (e.g:
cat /etc/os-release or similar): N/A