Commit 2ccda70f authored by Cédric OLIVIER's avatar Cédric OLIVIER
Browse files

Update gitlab-ci-docker.yml

parent e27062ed
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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"