From fc25cd5f6b25e00fb0dd3619acdb727678dd0bad Mon Sep 17 00:00:00 2001 From: Casper Date: Mon, 30 Jan 2023 12:30:27 +0100 Subject: [PATCH] Linting: bump shellcheck version to 0.9.0 (#3041) --- test/linting/lint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/linting/lint.sh b/test/linting/lint.sh index bbb5d964..cab2f404 100755 --- a/test/linting/lint.sh +++ b/test/linting/lint.sh @@ -11,7 +11,7 @@ REPOSITORY_ROOT=$(realpath "$(dirname "$(readlink -f "${0}")")"/../../) LOG_LEVEL=${LOG_LEVEL:-debug} HADOLINT_VERSION='2.9.2' ECLINT_VERSION='2.4.0' -SHELLCHECK_VERSION='0.8.0' +SHELLCHECK_VERSION='0.9.0' # shellcheck source=./../../target/scripts/helpers/log.sh source "${REPOSITORY_ROOT}/target/scripts/helpers/log.sh"