mirror of
https://github.com/dockur/macos.git
synced 2026-03-11 08:34:24 +00:00
chore(deps): update hadolint/hadolint-action action to v3.2.0 (#288)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
db7d2d32a4
commit
e1977b9cdc
1 changed files with 1 additions and 1 deletions
2
.github/workflows/check.yml
vendored
2
.github/workflows/check.yml
vendored
|
|
@ -13,7 +13,7 @@ jobs:
|
|||
env:
|
||||
SHELLCHECK_OPTS: -x --source-path=src -e SC1091 -e SC2001 -e SC2002 -e SC2034 -e SC2064 -e SC2153 -e SC2317 -e SC2028
|
||||
- name: Lint Dockerfile
|
||||
uses: hadolint/hadolint-action@v3.1.0
|
||||
uses: hadolint/hadolint-action@v3.2.0
|
||||
with:
|
||||
dockerfile: Dockerfile
|
||||
ignore: DL3008,DL3018,DL3020,DL3029,DL3059
|
||||
|
|
|
|||
Loading…
Reference in a new issue