Replies: 1 comment 11 replies
-
We need to discuss it since
We tried to mimic the behavior of Docker. |
Beta Was this translation helpful? Give feedback.
11 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
Running the following command succeeded although it should have failed (
idanfrim/multi-arch:only-arm64
was built only forlinux/arm64
)#3571 might be related.
Also, after pulling the image to my local docker, the same command succeeded (so remote scan and dockerd scan have the same results)
What did you expect to happen?
I expected to get a failure since
idanfrim/multi-arch:only-arm64
was not built forlinux/amd64
What happened instead?
Scan passed
Output of run with
--debug
:Output of
trivy -v
:Additional details (base image name, container registry info...):
Beta Was this translation helpful? Give feedback.
All reactions