Bump hadolint/eclint version (#3371)

This commit is contained in:
Casper 2023-05-28 22:48:11 +02:00 committed by GitHub
parent 3d6260adf8
commit 5c504a5741
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View file

@ -123,6 +123,7 @@ RUN <<EOF
EOF EOF
# overcomplication necessary for CI # overcomplication necessary for CI
# hadolint ignore=SC2086
RUN <<EOF RUN <<EOF
for _ in {1..10}; do for _ in {1..10}; do
su - amavis -c "razor-admin -create" su - amavis -c "razor-admin -create"

View file

@ -9,8 +9,8 @@ shopt -s inherit_errexit
REPOSITORY_ROOT=$(realpath "$(dirname "$(readlink -f "${0}")")"/../../) REPOSITORY_ROOT=$(realpath "$(dirname "$(readlink -f "${0}")")"/../../)
LOG_LEVEL=${LOG_LEVEL:-debug} LOG_LEVEL=${LOG_LEVEL:-debug}
HADOLINT_VERSION='2.9.2' HADOLINT_VERSION='2.12.0'
ECLINT_VERSION='2.4.0' ECLINT_VERSION='2.7.0'
SHELLCHECK_VERSION='0.9.0' SHELLCHECK_VERSION='0.9.0'
# shellcheck source=./../../target/scripts/helpers/log.sh # shellcheck source=./../../target/scripts/helpers/log.sh