reviewdog / action-hadolint

Run hadolint with reviewdog 🐶
MIT License
48 stars 16 forks source link

Add ability to specify path to Dockerfile #75

Closed rufusnufus closed 7 months ago

rufusnufus commented 2 years ago

I have several Dockerfiles under different directories. The action cannot fetch the changes to them

javierjulio commented 7 months ago

The action works with Dockerfiles in nested directories automatically, even if containing an extension, e.g. Dockerfile.dev, it will scan and report any warnings for it.