Skip to content

Commit

Permalink
Update static-scan.yml (#229)
Browse files Browse the repository at this point in the history
Signed-off-by: Eoghan Russell <[email protected]>
  • Loading branch information
johnoloughlin authored Dec 6, 2023
1 parent 09bcd5c commit 644abac
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/static-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 644abac

Please sign in to comment.