-
Notifications
You must be signed in to change notification settings - Fork 912
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sops creates yaml file with tab indentation #434
Comments
I can't reproduce this:
|
@autrilla Could you try with a "binary" file, such as the sops |
Sure:
Binary files are JSON, not YAML. |
Argh, thanks! Of course, most JSON is valid YAML, so when I named it |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After encrypting a file using
sops -e
, the resulting yaml file was indented using tabs. This is disallowed by the spec and does not pass yaml linters. After manually converting the tabs to spacessops -d
continues to work, so this is mostly an inconvenience.The text was updated successfully, but these errors were encountered: