diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 6c5fa90..303df63 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -28,7 +28,7 @@ jobs: uses: hadolint/hadolint-action@v3.3.0 with: dockerfile: Dockerfile - ignore: DL3008 + ignore: DL3008 failure-threshold: warning - name: Validate JSON and YML files