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
Add basic symlink handling in the layer scanning implementation. A new field (targetPath) was added to the internal fileNode struct to store the symlink target path. Next steps include testing hardlinks and handling symlinks during layer tracing.
#373