You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we build docker image with dind in Jenkins, when run jf docker scan in build pod with Docker Engine 25 and above to scan docker image, it always reports No vulnerable components were found
From the shared logs: Archive manifest.json exceeded internal depth limitation, extraction stopped.
Can you try to run the command as follows:
jf docker scan example.artifactory.com/docker-release/test-npm:0.1.4-20240425144822-b5df44 --bypass-archive-limits
@dortam888 thanks for replying
but seem this option requires Xray 3.59.0 or higher
14:25:41 + jf docker scan example.artifactory.com/docker-release/test-npm:0.1.4-20240425144822-b5df44 --bypass-archive-limits
14:25:41 14:25:41 [Info] Creating image archive...
14:25:42 14:25:42 [Error] You are using JFrog Xray version 3.54.5, while this operation requires version 3.59.0 or higher.
Describe the bug
we build docker image with dind in Jenkins, when run
jf docker scan
in build pod with Docker Engine 25 and above to scan docker image, it always reportsNo vulnerable components were found
Current behavior
Docker info:
execute log:
Reproduction steps
jf docker scan <some image>
Expected behavior
jf docker scan
work as expectJFrog CLI version
2.56.0
Operating system type and version
ubuntu 22.04
JFrog Artifactory version
7.38.10
JFrog Xray version
3.54.5
The text was updated successfully, but these errors were encountered: