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
Currently gosec is throwing warnings for any defer statement that closes
a file (even if the error is handled) due to a bug.
Once securego/gosec#714 is fixed and a release has been made this patch
can be reverted.
Signed-off-by: Sam Whited <sam@samwhited.com>
0 commit comments