Skip to content

Commit

Permalink
LINT.md: Update super-linter to v7
Browse files Browse the repository at this point in the history
Signed-off-by: Joakim Roubert <[email protected]>
  • Loading branch information
joakimr-axis authored Aug 30, 2024
1 parent 2cf0252 commit 9728dc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions LINT.md
Original file line number Diff line number Diff line change
Expand Up @@ -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-v6
ghcr.io/super-linter/super-linter:slim-v7
```

## Run super-linter interactively
Expand All @@ -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-v6
ghcr.io/super-linter/super-linter:slim-v7
```

Then from the container terminal, the following commands can lint the the code
Expand Down

0 comments on commit 9728dc7

Please sign in to comment.