We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4773c31 commit 68ed949Copy full SHA for 68ed949
.github/workflows/lint-dockerfiles.yml
@@ -36,7 +36,7 @@ jobs:
36
- name: Run hadolint
37
uses: reviewdog/action-hadolint@v1
38
with:
39
- fail_on_error: false
+ fail_level: none
40
filter_mode: diff_context
41
hadolint_flags: ${{ steps.file-changes.outputs.changed-files }}
42
level: error
0 commit comments