hadolint / hadolint-action

GitHub action for Hadolint, A Dockerfile linting tool
MIT License
194 stars 52 forks source link

Remove problem matcher after run #16

Closed arnested closed 3 years ago

arnested commented 3 years ago

Hopefully, the last PR with learnings from using problem matchers... They are a bit tricky after all...

When a problem matcher is added in one step it is having effect in subsequent steps as well. Not just the step adding it.

This came into effect when I had later step doing a docker build and some output lines matched the hadolint problem matcher pattern.

This pull request adds a ::remove-matcher to the cleanup.

brpaz commented 3 years ago

Thanks. The information from these PRs will be handy, as I might start using this for other actions ;)

github-actions[bot] commented 3 years ago

:tada: This PR is included in version 1.3.1 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: