v0.1.1 - Don't Log Passwords
This release is functionally equivalent to shuaiscott/zap2xml, except it doesn't print your password to the screen or write it to your logs.
Documentation is here.
Changes
The only change from v0.1.0 is that zap2xml
no longer prints the argv
by default. You can force it to, for debugging, by setting DEBUG
to true
.
Installation
You can pull this release from the GitHub Container Registry...
docker pull ghcr.io/kj4ezj/zap2xml:v0.1.1
...or from Docker Hub.
docker pull docker.io/kj4ezj/zap2xml:v0.1.1