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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
Added an alpine image to Dockerfile to allow a user to run the tool using the container's shell instead of each command running a container then exiting. Either option is available. (#113)
Fixed
Fixed -l | --latest flag when running tool on Windows. (#112)
Fixed connections/connection.go file to using the styling package instead of local variables.
Security
Secured Dockerfile by running as a non-root user and removing root login. (#115)