hauleth / mix_machine

Machine output for Mix tasks
MIT License
16 stars 1 forks source link

Duplicate warning #9

Closed axelson closed 2 years ago

axelson commented 2 years ago

Is there a way to avoid the duplicate warning?

Screen Shot 2021-11-26 at 4 48 12 PM

I think one of the warnings might come directly from GitHub parsing the output automatically but I'm not 100% sure.

Here's the PR that surfaced that warning: https://github.com/axelson/password-validator/pull/21

hauleth commented 2 years ago

Yes, one of the result is from automatic GitHub Actions parsing of the compilation output and I do not know how to control that. The second one is coming from SARIF report upload. I do not know if there is any way to deduplicate these. Leaving it as open for now.

hauleth commented 2 years ago

Created topic on GitHub Community forum

https://github.community/t/duplicated-entries-form-automatic-output-parsing-and-sarif-reporting/214945

hauleth commented 2 years ago

Closed via https://github.com/erlef/setup-beam/issues/77