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: