diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a255133..7dfb3bc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -61,6 +61,8 @@ jobs: uses: hadolint/hadolint-action@v3.1.0 with: dockerfile: Dockerfile + failure-threshold: error + ignore: DL3008,DL3059 sanity: runs-on: ubuntu-latest @@ -84,4 +86,5 @@ jobs: yamllint -d "{extends: default, rules: {line-length: disable, truthy: {check-keys: false}}}" "${yamls[@]}" else echo "No YAML files." - fi \ No newline at end of file + fi + \ No newline at end of file diff --git a/.github/workflows/sync-changelog.yml b/.github/workflows/sync-changelog.yml index 8c39b0e..c7c3a6f 100644 --- a/.github/workflows/sync-changelog.yml +++ b/.github/workflows/sync-changelog.yml @@ -41,4 +41,5 @@ jobs: else git commit -m "chore: sync CHANGELOG.md from FileRise" git push origin main - fi \ No newline at end of file + fi + \ No newline at end of file diff --git a/docker-compose.yml b/docker-compose.yml index bb22094..2441708 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -40,4 +40,5 @@ services: interval: 30s timeout: 5s retries: 3 - start_period: 20s \ No newline at end of file + start_period: 20s + \ No newline at end of file