Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem matcher picks up issues that were ignored in the config file #76

Open
lukasz-mitka opened this issue Feb 23, 2023 · 0 comments
Open

Comments

@lukasz-mitka
Copy link

Scenario:

  1. Create config file with some ignores
  2. Have a Dockerfile with some issues that should be ignored.
  3. Run hadolint/hadolint-action
  4. Job succeeds as findings are ignorred
  5. hadolint still prints findings to stdout
  6. Problem matcher picks them up and reports as error in GitHub UI

It's inconsistent and can be misleading. I'd like that problem matcher would skip the ignored findings.
Would require change to problem matcher or maybe hadolint.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant