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
@autrilla@ajvb
Is there any chance to clarify the behavior of sops regex match?
Should we duplicate the records for Linux/MacOS and Windows separately?
Or write complex universal matches?
Given a directory called my-local on Windows, the following will FAIL to match
But the following will:
Windows 10 20H2
sops 3.7.1 (latest)
WSL-2 is not being used; sops is being run from a PowerShell session
Sops should ideally canonicalise the path separator, perhaps following established behaviour in the likes of .gitignore and .dockerignore files.
Documenting what the regex would begin to match on would be good too and any implicit anchoring that may be in effect.
The text was updated successfully, but these errors were encountered: