This is a secure container to run pwgen. We created our own in order to be able to control the contents, since we use this for security-sensitive purposes.
The container will check to make sure that a good source of entropy is available to the container, and exit with an error otherwise.
$ docker run ghcr.io/komed-health/pwgen 20
#/bin/bash
declare PWGEN_CMD="docker run ghcr.io/komed-health/pwgen"
declare PW=$($PWGEN_CMD 20)
echo $PW
❗️This project follows Semantic Versioning❗️
This is our process to release a new version:
- Go to the release page and create a new release e.g.
1.0.0
. - Write down couple of sentences in the release description.
That's it 🎉