Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Scanning a full FS inside a container is running forever #283

@Karreg

Description

@Karreg

What happened:

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

image

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

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingenhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions