Update hadolint/hadolint-action action to v1.7.0

This commit is contained in:
renovate[bot]
2023-04-13 06:07:46 +00:00
committed by GitHub
parent 6e06dec555
commit b9c9c3f854
3 changed files with 3 additions and 3 deletions

View File

@@ -16,7 +16,7 @@ jobs:
- 6.0/fpm/Dockerfile - 6.0/fpm/Dockerfile
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- uses: hadolint/hadolint-action@v1.5.0 - uses: hadolint/hadolint-action@v1.7.0
with: with:
dockerfile: ${{ matrix.dockerfile }} dockerfile: ${{ matrix.dockerfile }}
ignore: DL4006 DL3008 DL3018 ignore: DL4006 DL3008 DL3018

View File

@@ -16,7 +16,7 @@ jobs:
- 5.0/fpm/Dockerfile - 5.0/fpm/Dockerfile
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- uses: hadolint/hadolint-action@v1.5.0 - uses: hadolint/hadolint-action@v1.7.0
with: with:
dockerfile: ${{ matrix.dockerfile }} dockerfile: ${{ matrix.dockerfile }}
ignore: DL4006 DL3008 DL3018 ignore: DL4006 DL3008 DL3018

View File

@@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- uses: hadolint/hadolint-action@v1.5.0 - uses: hadolint/hadolint-action@v1.7.0
with: with:
dockerfile: ${{ matrix.dockerfile }} dockerfile: ${{ matrix.dockerfile }}
ignore: DL4006 DL3008 DL3018 ignore: DL4006 DL3008 DL3018