Supporting zstd images in Vulnerability Scanning

I have been experimenting container images compressed in zstd format lately.

It looks like Docker Hub is capable of storing zstd compressed images but lacks support in Vulnerability Scanning against zstd images.

Per my evaluation, gzip compressed images were scanned almost instantly after pushing, but zstd compressed images were never shown as “scanned”.

So I’d like to know:

  1. Is zstd supported by Vulnerability Scanning feature?
  2. If not, is supporting zstd images on the roadmap?

Thanks.

Snyk is behind the vulnerability scanning on Docker Hub. Can you scan your image using snyk directly? If you can, you can ask for support in the public roadmap
I didn’t find “zstd” when I searched for existing issues.