action-hadolint icon indicating copy to clipboard operation
action-hadolint copied to clipboard

Update hadolint version and allow to override

Open ArtyomGabeev opened this issue 6 months ago • 1 comments

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.

ArtyomGabeev avatar Oct 09 '25 13:10 ArtyomGabeev

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.

ArtyomGabeev avatar Oct 13 '25 09:10 ArtyomGabeev