From 8eb0368e383df484f5286c32af9efdb15997519a Mon Sep 17 00:00:00 2001 From: Walter Domenico Vergara <62425152+walterwootz@users.noreply.github.com> Date: Thu, 29 Dec 2022 14:08:03 +0100 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e62e527a..13599dda 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,10 +14,10 @@ jobs: - name: Git checkout uses: actions/checkout@v2 - name: Run Hadolint Dockerfile Linter - uses: hadolint/hadolint-action@v2.0.0 - with: - dockerfile: ./docker/Dockerfile - verbose: true + uses: burdzwastaken/hadolint-action@master + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + HADOLINT_ACTION_DOCKERFILE_FOLDER: docker lint-markdown: name: Lint Markdown