We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 691f627 commit 6947e13Copy full SHA for 6947e13
.github/workflows/docker-pipeline.yaml
@@ -25,7 +25,7 @@ jobs:
25
run: |
26
find . -name "Dockerfile" | while read dockerfile; do
27
echo "Linting $dockerfile"
28
- hadolint "$dockerfile"
+ hadolint "$dockerfile" || echo "Warnings found in $dockerfile"
29
done
30
31
0 commit comments