Skip to content

Commit 379cb02

Browse files
Merge pull request opendatahub-io#929 from andyatmiami/fix/gha-find-dockerfiles
NO-JIRA: fix(gha): validate-dockerfiles more permissive
2 parents 8381f4c + 43bcf28 commit 379cb02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code-quality.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
&& wget --output-document=hadolint https://github.com/hadolint/hadolint/releases/download/v2.12.0/hadolint-Linux-x86_64 \
119119
&& chmod a+x hadolint
120120
echo "Starting Hadolint"
121-
find . -name "Dockerfile" | xargs ./hadolint --config ./ci/hadolint-config.yaml
121+
find . -name "Dockerfile*" | xargs ./hadolint --config ./ci/hadolint-config.yaml
122122
echo "Hadolint done"
123123
124124
# This simply checks that the manifests and respective kustomization.yaml finishes without an error.

0 commit comments

Comments
 (0)