We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
no-fail
1 parent 9f8142f commit 36c3294Copy full SHA for 36c3294
.github/workflows/ci.yml
@@ -52,8 +52,8 @@ jobs:
52
dockerfile: Dockerfile.${{ matrix.container_os }}
53
failure-threshold: error
54
output-file: hadolint_Dockerfile.${{ matrix.container_os }}.out
55
- # TODO: disable next once we have lint succeeding
56
- no-fail: true
+ # NOTE: disabled next now we have cleaned enough to stop lint errors
+ #no-fail: true
57
- name: Print Hadolint results
58
run: |
59
echo '================================================'
0 commit comments