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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Changes
pattern validation of values with a file-path, directory-path or path format is now retried against the resolved real path when the value itself does not match and points to a non-local filesystem. This fixes validation of proxy filesystem URIs (e.g. lamin://) that resolve to a matching storage path (#217).
Bug fixes
Fixed a bug where Azure blob storage paths were incorrectly validated as directories.