Skip to content

Bump hadolint/hadolint-action from 1.5.0 to 3.1.0 #96

Bump hadolint/hadolint-action from 1.5.0 to 3.1.0

Bump hadolint/hadolint-action from 1.5.0 to 3.1.0 #96

Triggered via pull request November 21, 2023 18:49
Status Failure
Total duration 18s
Artifacts

dockerfile-lint.yml

on: pull_request
dockerfile-lint
7s
dockerfile-lint
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 1 warning
dockerfile-lint: Dockerfile#L4
DL3002 warning: Last USER should not be root
dockerfile-lint: Dockerfile#L5
DL3008 warning: Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
dockerfile-lint: Dockerfile#L28
SC2102 info: Ranges can only match single chars (mentioned due to duplicates).
dockerfile-lint: Dockerfile#L28
DL3013 warning: Pin versions in pip. Instead of `pip install <package>` use `pip install <package>==<version>` or `pip install --requirement <requirements file>`
dockerfile-lint: Dockerfile#L33
DL3013 warning: Pin versions in pip. Instead of `pip install <package>` use `pip install <package>==<version>` or `pip install --requirement <requirements file>`
dockerfile-lint: Dockerfile#L37
DL3059 info: Multiple consecutive `RUN` instructions. Consider consolidation.
dockerfile-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/