[Snyk] Security upgrade setuptools from 68.0.0 to 70.0.0 #45
Annotations
7 errors and 2 warnings
Dockerfile#L19
DL3008 warning: Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
|
Dockerfile#L19
DL3015 info: Avoid additional packages by specifying `--no-install-recommends`
|
Dockerfile#L59
DL3022 warning: COPY --from should reference a previously defined FROM alias
|
Dockerfile#L73
SC2028 info: echo may not expand escape sequences. Use printf.
|
Dockerfile#L99
DL3042 warning: Avoid use of cache directory with pip. Use `pip install --no-cache-dir <package>`
|
Dockerfile#L99
DL3008 warning: Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
|
Dockerfile#L99
DL3013 warning: Pin versions in pip. Instead of `pip install <package>` use `pip install <package>==<version>` or `pip install --requirement <requirements file>`
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2. 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 succeeded
Loading