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
Fix container matching to handle sha256: prefix in image IDs
The container Image and ImageID fields contain full SHA256 hashes with
'sha256:' prefix, while @image.id is the short 12-character ID. Changed
from exact equality checks to substring matching using include?().
0 commit comments