diff --git a/slim/README.md b/slim/README.md index 45ef2b92..683baaf8 100644 --- a/slim/README.md +++ b/slim/README.md @@ -2,14 +2,14 @@ The **GitHub Super-Linter** maintains `two` major images: -- `github/super-linter:v4` -- `github/super-linter:slim-v4` +- `github/super-linter:v5` +- `github/super-linter:slim-v5` In order to help users pull this image more naturally, the `action.yml` in this directory can help users pull the `slim image`. ## Slim Image -The slim `github/super-linter:slim-v4` comes with all supported linters but removes the following: +The slim `github/super-linter:slim-v5` comes with all supported linters but removes the following: - `rust` linters - `dotenv` linters @@ -26,8 +26,9 @@ Example usage: # Run Linter against code base # ################################ - name: Lint Code Base - uses: github/super-linter/slim@v4 + uses: github/super-linter/slim@v5 env: VALIDATE_ALL_CODEBASE: false DEFAULT_BRANCH: main GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} +```