pyupio / safety

Safety checks Python dependencies for known security vulnerabilities and suggests the proper remediations for vulnerabilities detected.
https://safetycli.com/product/safety-cli
MIT License
1.66k stars 141 forks source link

Please tag docker image with version #304

Open northdpole opened 4 years ago

northdpole commented 4 years ago

Description

Hey safety maintainers, thanks a ton for the great tool! Could you please release appropriately tagged versions of the corresponding docker image? It seems there is only the "latest" image available which makes docker image pinning a nightmare.

Docker image pinning is required in regulated industries even for CI/CD projects, unfortunately.

You can do so by running the following commands when you release:

 SAFETY_VERSION=1.9.0 docker tag safety:latest pyupio/safety:"${SAFETY_VERSION}" && docker push pyupio/safety:"${SAFETY_VERSION}"

What I Did

 docker pull pyupio/safety:1.9.0