ggshield secret scan docker
fails with recent version of Docker
#469
Labels
ggshield secret scan docker
fails with recent version of Docker
#469
Environment
Describe the bug
ggshield secret scan docker
fails with an error message like this:Steps to reproduce:
ggshield secret scan docker <anyimage>
Actual result:
It crashes.
Expected result:
Scans work as expected.
Explanation
It seems Docker changed the file format used to save images. It used to use its own format, documented here: https://github.com/moby/moby/blob/master/image/spec/v1.md. This is the format we currently supports. Nowadays it uses the OCI file format, documented here: https://github.com/opencontainers/image-spec/blob/main/spec.md.
TODO
The text was updated successfully, but these errors were encountered: