From 644abac3c45df476bd8c913505678a6b0ca8f824 Mon Sep 17 00:00:00 2001 From: John O'Loughlin Date: Wed, 6 Dec 2023 14:03:56 +0000 Subject: [PATCH] Update static-scan.yml (#229) Signed-off-by: Eoghan Russell --- .github/workflows/static-scan.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/static-scan.yml b/.github/workflows/static-scan.yml index af55ccd4..d4c11b3b 100644 --- a/.github/workflows/static-scan.yml +++ b/.github/workflows/static-scan.yml @@ -43,12 +43,14 @@ jobs: hadolint: runs-on: ubuntu-latest name: Hadolint + env: + HADOLINT_RECURSIVE: "true" steps: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - uses: hadolint/hadolint-action@54c9adbab1582c2ef04b2016b760714a4bfde3cf # v3.1.0 name: Run Hadolint with: - dockerfile: ./docker/userspacecni/Dockerfile + recursive: true ignore: DL3008,DL3059 go-check: