Fix bash script to backup ckan db #15
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
docker-build.yml
on: pull_request
runner/build-docker-push:ckan-2.9.9
7m 39s
Annotations
5 errors
runner/build-docker-push:ckan-2.9.9:
ckan/Dockerfile#L27
DL3013 warning: Pin versions in pip. Instead of `pip install <package>` use `pip install <package>==<version>` or `pip install --requirement <requirements file>`
|
runner/build-docker-push:ckan-2.9.9:
ckan/Dockerfile#L27
SC3013 warning: In POSIX sh, -ef is undefined.
|
runner/build-docker-push:ckan-2.9.9:
ckan/Dockerfile#L68
DL3003 warning: Use WORKDIR to switch to a directory
|
runner/build-docker-push:ckan-2.9.9:
ckan/Dockerfile#L68
DL4006 warning: Set the SHELL option -o pipefail before RUN with a pipe in it. If you are using /bin/sh in an alpine image or if your shell is symlinked to busybox then consider explicitly setting your SHELL to /bin/ash, or disable this check
|
runner/build-docker-push:ckan-2.9.9:
ckan/Dockerfile#L68
SC2086 info: Double quote to prevent globbing and word splitting.
|