Backup #62
Annotations
3 errors and 1 warning
dockerfiles/go-1.19.Dockerfile#L9
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
|
dockerfiles/python-3.11.Dockerfile#L3
DL3013 warning: Pin versions in pip. Instead of `pip install <package>` use `pip install <package>==<version>` or `pip install --requirement <requirements file>`
|
dockerfiles/python-3.11.Dockerfile#L3
DL3042 warning: Avoid use of cache directory with pip. Use `pip install --no-cache-dir <package>`
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
This job failed
Loading