Loading gitlab-ci.yml +11 −0 Original line number Diff line number Diff line Loading @@ -39,3 +39,14 @@ hadolint: - /entrypoint.sh "${CUSTOM_DOCKERFILE}/Dockerfile" cache: [] dependencies: [] #### Hadolint schellcheck: extends: .common_lint image: name: $SHELLCHECK_IMAGE entrypoint: ["/usr/bin/env", "sh", "-c"] script: - /entrypoint.sh *.sh cache: [] dependencies: [] Loading
gitlab-ci.yml +11 −0 Original line number Diff line number Diff line Loading @@ -39,3 +39,14 @@ hadolint: - /entrypoint.sh "${CUSTOM_DOCKERFILE}/Dockerfile" cache: [] dependencies: [] #### Hadolint schellcheck: extends: .common_lint image: name: $SHELLCHECK_IMAGE entrypoint: ["/usr/bin/env", "sh", "-c"] script: - /entrypoint.sh *.sh cache: [] dependencies: []