diff --git a/.github/workflows/super-linter.yml b/.github/workflows/super-linter.yml index 05556d5..a7cba27 100644 --- a/.github/workflows/super-linter.yml +++ b/.github/workflows/super-linter.yml @@ -17,6 +17,6 @@ jobs: run: cat .github/super-linter.env >> "$GITHUB_ENV" - name: Lint code base - uses: super-linter/super-linter/slim@v7 + uses: super-linter/super-linter/slim@v8 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/LINT.md b/LINT.md index 5f77371..fa0837b 100644 --- a/LINT.md +++ b/LINT.md @@ -22,7 +22,7 @@ docker run --rm \ -v "$PWD":/tmp/lint \ -e RUN_LOCAL=true \ --env-file .github/super-linter.env \ - ghcr.io/super-linter/super-linter:slim-v7 + ghcr.io/super-linter/super-linter:slim-v8 ``` ## Run super-linter interactively @@ -36,7 +36,7 @@ docker run -it --rm \ -w /tmp/lint \ --env-file .github/super-linter.env \ --entrypoint /bin/bash \ - ghcr.io/super-linter/super-linter:slim-v7 + ghcr.io/super-linter/super-linter:slim-v8 ``` Then from the container terminal, the following commands can lint the the code