Skip to content

update: catalog version #344

update: catalog version

update: catalog version #344

Triggered via push October 3, 2024 23:18
Status Failure
Total duration 17s
Artifacts

linting.yaml

on: push
kustomize-lint
7s
kustomize-lint
yaml-lint
6s
yaml-lint
bash-lint
5s
bash-lint
hadolint
6s
hadolint
Fit to window
Zoom out
Zoom in

Annotations

1 error, 13 warnings, and 1 notice
kustomize-lint
Process completed with exit code 1.
bash-lint
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/
bash-lint
The following actions use a deprecated Node.js version 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/
kustomize-lint
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/
kustomize-lint
The following actions use a deprecated Node.js version 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/
yaml-lint
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/
yaml-lint
The following actions use a deprecated Node.js version 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/
hadolint: components/label-studio/container/patch/Dockerfile#L6
Pin versions in pip. Instead of `pip install <package>` use `pip install <package>==<version>` or `pip install --requirement <requirements file>`
hadolint: components/label-studio/container/patch/Dockerfile#L6
Avoid use of cache directory with pip. Use `pip install --no-cache-dir <package>`
hadolint: components/label-studio/container/s2i/Dockerfile#L1
Always tag the version of an image explicitly
hadolint: components/label-studio/container/s2i/Dockerfile#L10
Pin versions in pip. Instead of `pip install <package>` use `pip install <package>==<version>` or `pip install --requirement <requirements file>`
hadolint: components/label-studio/container/s2i/Dockerfile#L10
Avoid use of cache directory with pip. Use `pip install --no-cache-dir <package>`
hadolint
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/
hadolint
The following actions use a deprecated Node.js version 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/
hadolint: components/label-studio/container/patch/Dockerfile#L19
Multiple consecutive `RUN` instructions. Consider consolidation.