From 2ccda70f606586e4888df5b52810bfdff6ee5d65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20OLIVIER?= <cedric3.olivier@orange.com> Date: Tue, 22 Jun 2021 13:32:42 +0000 Subject: [PATCH] Update gitlab-ci-docker.yml --- templates/gitlab-ci-docker.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/gitlab-ci-docker.yml b/templates/gitlab-ci-docker.yml index 0f1ecee..705b77f 100644 --- a/templates/gitlab-ci-docker.yml +++ b/templates/gitlab-ci-docker.yml @@ -441,6 +441,7 @@ docker-hadolint: script: - autoconfig_hadolint - mkdir -p reports + - chmod o+rwx reports - hadolint_report_name="hadolint-$(md5sum "$DOCKER_FILE" | cut -d" " -f1).json" # Force one run with tty format in order to have a nice output without failure - hadolint --no-fail $DOCKER_HADOLINT_ARGS $hadolint_config_opts "$DOCKER_FILE" -- GitLab