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
A recent commit[1] added the ability to analyze local images by adding
the `docker-daemon:` string before the image name. While this works
from an analysis point of view, it yields the incorrect string for
the container name in Tern's reporting. As a fix, this new commit
removes the `docker-daemon` string when instantiating a new OCIImage
or DockerImage object, yielding the correct image name in the reports.
[1]40b981cResolves#1214Resolves#1212
Signed-off-by: Rose Judge <[email protected]>
0 commit comments