Merge pull request #32 from xfenix/dependabot/pip/sentry-sdk-2.8.0 #280
pipeline.yml
on: push
py-lint-and-test
2m 56s
docker-lint
9s
submit-coverage
37s
update-dockerhub-readme
24s
Annotations
10 errors and 5 warnings
docker-lint:
Dockerfile#L13
DL3059 info: Multiple consecutive `RUN` instructions. Consider consolidation.
|
docker-lint:
Dockerfile#L18
DL3008 warning: Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
|
docker-lint:
Dockerfile#L18
DL3059 info: Multiple consecutive `RUN` instructions. Consider consolidation.
|
docker-lint:
Dockerfile#L18
DL3015 info: Avoid additional packages by specifying `--no-install-recommends`
|
docker-lint:
Dockerfile#L19
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
|
docker-lint:
Dockerfile#L22
DL3008 warning: Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
|
docker-lint:
Dockerfile#L22
DL3015 info: Avoid additional packages by specifying `--no-install-recommends`
|
docker-lint:
Dockerfile#L23
DL3013 warning: Pin versions in pip. Instead of `pip install <package>` use `pip install <package>==<version>` or `pip install --requirement <requirements file>`
|
docker-lint:
Dockerfile#L23
DL3059 info: Multiple consecutive `RUN` instructions. Consider consolidation.
|
docker-lint:
Dockerfile#L23
DL3042 warning: Avoid use of cache directory with pip. Use `pip install --no-cache-dir <package>`
|
docker-lint
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/
|
submit-coverage
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, codecov/codecov-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
py-lint-and-test
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/
|
build-and-publish
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, docker/setup-buildx-action@v2, docker/login-action@v2, docker/metadata-action@v4, docker/build-push-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
update-dockerhub-readme
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, peter-evans/dockerhub-description@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|