Remove action-hadolint (#5806)

* Update action-hadolint version to 1.19.0

Signed-off-by: quicksilver <zhifeng.zhang@zilliz.com>

* Update action-hadolint version to 1.18.0

Signed-off-by: quicksilver <zhifeng.zhang@zilliz.com>

* Update action-hadolint version to 1.16.1

Signed-off-by: quicksilver <zhifeng.zhang@zilliz.com>

* Remove reviewdog/action-hadolint action

Signed-off-by: quicksilver <zhifeng.zhang@zilliz.com>
pull/5812/head
quicksilver 2021-06-16 17:51:29 +08:00 committed by GitHub
parent 9ae3da41cc
commit bbcacc1880
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 0 additions and 24 deletions

View File

@ -43,12 +43,6 @@ jobs:
path: .docker/amd64-ubuntu${{ matrix.ubuntu }}-go-mod
key: ubuntu${{ matrix.ubuntu }}-go-mod-${{ hashFiles('**/go.sum') }}
restore-keys: ubuntu${{ matrix.ubuntu }}-go-mod-
- name: Dockerfile Lint
uses: reviewdog/action-hadolint@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-pr-check # Default is github-pr-check
hadolint_ignore: DL3008 SC1091 DL3013 DL3003
- name: Code Check
env:
CHECK_BUILDER: "1"

View File

@ -28,12 +28,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Check Dockerfile
uses: reviewdog/action-hadolint@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-pr-check # Default is github-pr-check
hadolint_ignore: DL3008 SC1091 DL3013 DL3003
- name: Get version from system time after release step
id: extracter
run: echo "::set-output name=version::$(date +%Y%m%d-%H%M%S)"

View File

@ -22,12 +22,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Check Dockerfile
uses: reviewdog/action-hadolint@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-pr-check # Default is github-pr-check
hadolint_ignore: DL3008 SC1091 DL3013 DL3003
- name: Get version from system time after release step
id: extracter
run: |

View File

@ -24,12 +24,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Check Dockerfile
uses: reviewdog/action-hadolint@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-pr-check # Default is github-pr-check
hadolint_ignore: DL3008 SC1091 DL3013 DL3003
- name: Get version from system time after release step
id: extracter
run: |