diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 667f2b2..113c005 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -16,7 +16,7 @@ jobs: fetch-depth: 0 - name: Lint codebase - uses: super-linter/super-linter/slim@v6 + uses: super-linter/super-linter/slim@v7 env: VALIDATE_ALL_CODEBASE: true DEFAULT_BRANCH: main diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f25481e..afa2bfc 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -185,7 +185,7 @@ docker run --rm \ -e VALIDATE_MARKDOWN=true \ -e VALIDATE_SHELL_SHFMT=true \ -e VALIDATE_YAML=true \ - ghcr.io/super-linter/super-linter:slim-v6 + ghcr.io/super-linter/super-linter:slim-v7 ``` See [`.github/workflows/lint.yml`](.github/workflows/lint.yml) for the exact setup used by this project. @@ -199,7 +199,7 @@ docker run --rm \ -v $PWD:/tmp/lint \ -w /tmp/lint \ --entrypoint /bin/bash \ - -it ghcr.io/super-linter/super-linter:slim-v6 + -it ghcr.io/super-linter/super-linter:slim-v7 ``` Then from the container terminal, the following commands can lint the the code base for different