Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.

Commit 011a4d6

Browse files
johnoloughlinEoghan Russell
authored and
Eoghan Russell
committed
Update static-scan.yml
Signed-off-by: Eoghan Russell <[email protected]>
1 parent 09bcd5c commit 011a4d6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: .github/workflows/static-scan.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,14 @@ jobs:
4343
hadolint:
4444
runs-on: ubuntu-latest
4545
name: Hadolint
46+
env:
47+
HADOLINT_RECURSIVE: "true"
4648
steps:
4749
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
4850
- uses: hadolint/hadolint-action@54c9adbab1582c2ef04b2016b760714a4bfde3cf # v3.1.0
4951
name: Run Hadolint
5052
with:
51-
dockerfile: ./docker/userspacecni/Dockerfile
53+
recursive: true
5254
ignore: DL3008,DL3059
5355

5456
go-check:

0 commit comments

Comments
 (0)