Loading templates/gitlab-ci-docker.yml +1 −0 Original line number Diff line number Diff line Loading @@ -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" Loading Loading
templates/gitlab-ci-docker.yml +1 −0 Original line number Diff line number Diff line Loading @@ -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" Loading