• Using Neuvector 5.3.2, when I scan my JFrog repo all OCI images are skipped, it is only scanning docker images. The release notes at https://open-docs.neuvector.com/next/releasenotes/5x#release-notes-for-5x mention "Accept OCI image format when switching to docker api 1.24
" but I am not certain how or where to switch to docker API 1.2.4. Is anyone successfully scanning OCI images?
m
many-nightfall-1806
05/29/2024, 8:24 PM
Where is the scanner running?
You can check the docker api version by using the command
docker version
into the node where the scanner is running. This node should have a docker api version >= 1.24.
m
mysterious-school-38038
05/29/2024, 8:32 PM
Thank you very much, I will figure that out and check the version.