mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 00:31:07 -05:00
updates v4
references to v5
This commit is contained in:
parent
acc7c542dd
commit
6077aa4582
1 changed files with 5 additions and 4 deletions
|
@ -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 }}
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue