-
Notifications
You must be signed in to change notification settings - Fork 879
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
feat: add ssh support for age #1496
base: main
Are you sure you want to change the base?
Conversation
if err != nil { | ||
return nil, err | ||
} | ||
defer in.Close() |
Check warning
Code scanning / CodeQL
Writable file handle closed without error handling
if err != nil { | ||
return nil, err | ||
} | ||
defer out.Close() |
Check warning
Code scanning / CodeQL
Writable file handle closed without error handling
if err != nil { | ||
return nil, err | ||
} | ||
defer tty.Close() |
Check warning
Code scanning / CodeQL
Writable file handle closed without error handling
Signed-off-by: Marvin Strangfeld <[email protected]>
@albinvass would you be willing to take a look at the current conflicts and resolve them, as felixfontein said that he could try to take a look at it and maybe do something about it, here: #1134 (review) Maybe there is a chance to finally have this merged :) |
This PR rebases and continues #1134