Skip to content

Update tools versions #30

Update tools versions

Update tools versions #30

Triggered via pull request November 16, 2023 20:44
Status Success
Total duration 21s
Artifacts

lint.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
lint: Dockerfile#L2
DL3006 warning: Always tag the version of an image explicitly
lint: Dockerfile#L9
DL3018 warning: Pin versions in apk add. Instead of `apk add <package>` use `apk add <package>=<version>`
lint: Dockerfile#L9
SC2015 info: Note that A && B || C is not if-then-else. C may run when A is true.
lint: Dockerfile#L9
DL3047 warning: Avoid use of wget without progress bar. Use `wget --progress=dot:giga <url>`.Or consider using `-q` or `-nv` (shorthands for `--quiet` or `--no-verbose`).
lint: Dockerfile#L9
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
lint: Dockerfile#L37
DL3018 warning: Pin versions in apk add. Instead of `apk add <package>` use `apk add <package>=<version>`
lint: Dockerfile#L47
DL4001 warning: Either use Wget or Curl but not both
lint: Dockerfile#L58
SC2059 info: Don't use variables in the printf format string. Use printf '..%s..' "$foo".
lint: Dockerfile#L58
DL4001 warning: Either use Wget or Curl but not both
lint: Dockerfile#L58
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
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/