hadolint / hadolint-action

GitHub action for Hadolint, A Dockerfile linting tool
MIT License
192 stars 50 forks source link

fix: missing problem-matcher #45

Closed mblottiere closed 2 years ago

mblottiere commented 2 years ago

Rationale

Attempt to address #44 by changing the matcher directory. It uses the solution mentioned in https://github.com/actions/toolkit/issues/305#issuecomment-585515210.

Instead of uploading the file in the workdir (which is a mounted volume), it uses $HOME.

lorenzo commented 2 years ago

thanks