stackrox / kube-linter

KubeLinter is a static analysis tool that checks Kubernetes YAML files and Helm charts to ensure the applications represented in them adhere to best practices.

Home Page:https://docs.kubelinter.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG] docker_image in pre-commit should specify tag

kenzht opened this issue · comments

System info:

  • linux

Describe the bug

  • docker image used in pre-commit-hooks is always using the latest, which ignores the version specified in rev.

To Reproduce

  • pre-commit run kube-linter-docker --all-files pulls stackrox/kube-linter:latest

Expected behavior
kube-linter-docker should respect the version specified in rev.

Screenshots
image