cybersecsi / RAUDI

A repo to automatically generate and keep updated a series of Docker images through GitHub Actions.
GNU General Public License v3.0
545 stars 33 forks source link

Add clean_version helper function #31

Closed thelicato closed 2 years ago

thelicato commented 2 years ago

Issue fixed

This pull request fixes issue #3

Changes proposed in this pull request

Add a new helper function called clean_version that takes a version and cleans it into the format RAUDI expects (only digits and dots). The function has been added to the templates and to every other existing tool.