Skip to content

update: kustomize

update: kustomize #352

Triggered via push October 4, 2024 01:46
Status Success
Total duration 38s
Artifacts

linting.yaml

on: push
kustomize-lint
29s
kustomize-lint
yaml-lint
3s
yaml-lint
bash-lint
7s
bash-lint
hadolint
4s
hadolint
Fit to window
Zoom out
Zoom in

Annotations

13 warnings and 1 notice
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/
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/
hadolint: components/label-studio/container/patch/Dockerfile#L19
Multiple consecutive `RUN` instructions. Consider consolidation.