Skip to content

ci: update golang; switch kubeval to kubeconform #49

ci: update golang; switch kubeval to kubeconform

ci: update golang; switch kubeval to kubeconform #49

GitHub Actions / hadolint succeeded Feb 10, 2024 in 0s

reviewdog [hadolint] report

reported by reviewdog 🐶

Findings (0)
Filtered Findings (5)

Dockerfile|11 col 1| Pin versions in apt get install. Instead of apt-get install <package> use apt-get install <package>=<version>
Dockerfile|11 col 1| Avoid additional packages by specifying --no-install-recommends
Dockerfile|32 col 1| GNU xargs -i is deprecated in favor of -I{}
Dockerfile|32 col 1| 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
Dockerfile|58 col 1| Pin versions in apt get install. Instead of apt-get install <package> use apt-get install <package>=<version>