Closed jbergstroem closed 1 year ago
Come to think of it, you can probably do .dockerfile*
instead of listing them manually.
Feel free for to add this to the PR. I’ll review it asap
you could optionally also tell github to only run it if dockerfiles change
you could optionally also tell github to only run it if dockerfiles change
That’s something I wanted to do for all the checks for quite a bit. It probably should be done in a separate PR. Feel free to do so tho :)!
@0xricksanchez: i believe i've accomplished whats needed in this PR then! I spent some time looking at the community using the action I maintain and wanted to help out / improve usage.
Base: 89.92% // Head: 89.92% // No change to project coverage :thumbsup:
Coverage data is based on head (
6174077
) compared to base (1da4fd8
). Patch has no changes to coverable lines.
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
error-level
->error_level
This doesn't address the warning that hadolint outputs since the action is set to not error on warnings. Let me know if you want me to address that too!