From 897ef8125be98742e8d1aac025036155102a7a06 Mon Sep 17 00:00:00 2001 From: Raoni Gabriel <2515360+raonigabriel@users.noreply.github.com> Date: Tue, 7 Feb 2023 09:08:19 -0300 Subject: [PATCH] Cleanup hadolint ignored on CI --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a3d8cee..d0d2e7a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,6 @@ jobs: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of Sonar analysis - name: Hadolint uses: hadolint/hadolint-action@v3.1.0 - ignore: SC2086,DL3018 with: dockerfile: ./Dockerfile - name: SonarCloud Scan