diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 1aaf17f..6e3140f 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -30,7 +30,7 @@ jobs: uses: hadolint/hadolint-action@v3.3.0 with: dockerfile: Dockerfile - ignore: DL3008,DL3003,DL3006 + ignore: DL3008 failure-threshold: warning - name: Validate JSON and YML files