From 4179b3351ac8c12e450b83c5b2511a6486d2eed6 Mon Sep 17 00:00:00 2001 From: "jorg.vr" Date: Tue, 12 Nov 2024 11:18:10 +0100 Subject: [PATCH] update config file path --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 5f500c3..7c8fcee 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -16,4 +16,4 @@ jobs: with: dockerfile: dodona-${{ matrix.image }}.dockerfile error_level: 2 - config_file: ./hadolint.yaml \ No newline at end of file + config_file: hadolint.yml \ No newline at end of file