pipeline: shellcheck: image: pipelinecomponents/shellcheck commands: - shellcheck ./timeout build_commit: image: plugins/docker secrets: [registry_user, registry_password] settings: username: from_secret: registry_user password: from_secret: registry_password registry: gitnet.fr repo: gitnet.fr/${CI_REPO} tags: latest when: event: [push]