jbergstroem / hadolint-gh-action

A hadolint linter for github actions that provides code annotations (and more)
MIT License
12 stars 5 forks source link

fix: stricter version parsing #143

Closed jbergstroem closed 7 months ago

jbergstroem commented 7 months ago

We now remove artifacts from the version command, avoiding mismatches based on what is provided (eg: 2.9.0) and what hadolint responds with (2.9.0-no-git) in certain versions.

Also, add e2e tests to cover these and refactor version checking.