Backup #51
Annotations
4 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>`
|
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
This job failed
Loading