From 49d468df73ce7fc3930898ddf7b150ca87008eb2 Mon Sep 17 00:00:00 2001 From: alex Date: Fri, 17 Mar 2023 10:53:18 +0100 Subject: [PATCH] Update ci hadolint comma separated ignore rules --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4c86c67d..58a94c13 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: uses: hadolint/hadolint-action@master with: dockerfile: extras/docker/Dockerfile - ignore: DL3006 DL3008 DL3018 DL3033 DL4006 SC3037 + ignore: DL3006,DL3008,DL3018,DL3033,DL4006,SC3037 lint-markdown: name: Lint Markdown