action-hadolint
action-hadolint copied to clipboard
Update hadolint version and allow to override
Hi,
I've faced the issue with hadolint which was fixed in 2.13.1. Hadolint has some set of linter errors which are not possible to exlude, (e.g. DL1000).
In this PR, I'm updating version of hadolint to latest and propose to allow override version via inputs.
Can you update depup workflow ?
https://github.com/reviewdog/action-hadolint/blob/03ccd6f1e6ee5e25f78395d0cd91884e809673df/.github/workflows/depup.yml#L44
Hi, @haya14busa .
I've took a look how linters versioning handling done in other reviewdog* actions, and make it to handle 'latest' version and removed dedup workflow for hadolint.
Please take a look again, thank you.