wpscanteam / wpscan

WPScan WordPress security scanner. Written for security professionals and blog maintainers to test the security of their WordPress websites. Contact us via contact@wpscan.com
https://wpscan.com/wordpress-cli-scanner
Other
8.57k stars 1.26k forks source link

Support semantic versioning in docker tags #1617

Closed rseedorff closed 3 years ago

rseedorff commented 3 years ago

Is your feature request related to a problem? Please describe. As a wpcan user i would like do decide more precisely which version of wpscan is currently running in my infrastructure. In an automated container cluster setup it is somehow a little bit risky to always reference a latest docker tag image instead of specific versions. With only a maintained latest tag reference there is no control as user about specific upgrade path.

Describe the solution you'd like It would be great if your release process will be extended to create stable semantic version tags as docker image tags and push them to dockerhub. There are some helpful GitHub actions that could do the job easily.

Describe alternatives you've considered none

Additional context

erwanlr commented 3 years ago

I've setup docker build for tags, however that will only work for future releases :/

rseedorff commented 3 years ago

That's great! Thx for your fast response and help :)

I will close this issue after your next release and will be happy to se a versioned docker tag then.

erwanlr commented 3 years ago

https://hub.docker.com/r/wpscanteam/wpscan/tags?page=1&ordering=last_updated

Screenshot 2021-03-22 at 13 45 40

^_-

rseedorff commented 3 years ago

Thx alot! Work's like a charm :)

erwanlr commented 3 years ago

FYI, the tag changed a bit as we switched from Docker Automated build to GH actions for that, there is now a 'v' character in the tag, ie 'v3.8.19' and not '3.8.19' like before.

rseedorff commented 3 years ago

Great, thx for sharing the information 👍🏻