jbergstroem / hadolint-gh-action

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

Pass custom hadolint version to action #86

Closed jbergstroem closed 2 years ago

jbergstroem commented 2 years ago

Like many other github actions, this repo should also support passing a custom version of the binary for use. This would be implemented in the action itself, so testing needs to be consiered properly (currently, testing is done via a second repository triggered while landing to the main branch).