We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8381f4c + 43bcf28 commit 379cb02Copy full SHA for 379cb02
.github/workflows/code-quality.yaml
@@ -118,7 +118,7 @@ jobs:
118
&& wget --output-document=hadolint https://github.com/hadolint/hadolint/releases/download/v2.12.0/hadolint-Linux-x86_64 \
119
&& chmod a+x hadolint
120
echo "Starting Hadolint"
121
- find . -name "Dockerfile" | xargs ./hadolint --config ./ci/hadolint-config.yaml
+ find . -name "Dockerfile*" | xargs ./hadolint --config ./ci/hadolint-config.yaml
122
echo "Hadolint done"
123
124
# This simply checks that the manifests and respective kustomization.yaml finishes without an error.
0 commit comments