Skip to content
Snippets Groups Projects
Commit 7d6c0caa authored by Cédric OLIVIER's avatar Cédric OLIVIER
Browse files

Merge branch '2-fix_permission_on_reports_directory' into 'master'

fix: permisson on report directory

Closes #2

See merge request to-be-continuous/docker!1
parents e27062ed 2d2f3604
No related branches found
No related tags found
No related merge requests found
...@@ -441,6 +441,7 @@ docker-hadolint: ...@@ -441,6 +441,7 @@ docker-hadolint:
script: script:
- autoconfig_hadolint - autoconfig_hadolint
- mkdir -p reports - mkdir -p reports
- chmod o+rwx reports
- hadolint_report_name="hadolint-$(md5sum "$DOCKER_FILE" | cut -d" " -f1).json" - 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 # 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" - hadolint --no-fail $DOCKER_HADOLINT_ARGS $hadolint_config_opts "$DOCKER_FILE"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment