Skip to content
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

Close tmpfile after writing #685

Merged
merged 3 commits into from
Jul 14, 2020
Merged

Close tmpfile after writing #685

merged 3 commits into from
Jul 14, 2020

Commits on Jun 28, 2020

  1. Close tmpfile after writing

    Windows will not allow for deletion of a file with an open handle, 
    close tmpfile after writing to prevent unencrypted tmpfiles out-living
    the execution
    lbonanomi committed Jun 28, 2020
    Configuration menu
    Copy the full SHA
    5af0913 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2020

  1. Update cmd/sops/edit.go

    Co-authored-by: Adrian Utrilla <adrianutrilla@gmail.com>
    lbonanomi and autrilla committed Jul 6, 2020
    Configuration menu
    Copy the full SHA
    836ad33 View commit details
    Browse the repository at this point in the history
  2. defer edited file close

    lbonanomi committed Jul 6, 2020
    Configuration menu
    Copy the full SHA
    675367c View commit details
    Browse the repository at this point in the history