From 9728dc7298db754138806e33284c5da01708b4d1 Mon Sep 17 00:00:00 2001 From: Joakim Roubert Date: Fri, 30 Aug 2024 10:19:29 +0200 Subject: [PATCH] LINT.md: Update super-linter to v7 Signed-off-by: Joakim Roubert --- LINT.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LINT.md b/LINT.md index accba79..a8f4235 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-v6 + ghcr.io/super-linter/super-linter:slim-v7 ``` ## 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-v6 + ghcr.io/super-linter/super-linter:slim-v7 ``` Then from the container terminal, the following commands can lint the the code