Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pin super-linter to specific version (prometheus-community#191)
https://github.com/github/super-linter/blob/master/action.yml The GitHub action refers to the v3 tag of the docker image: ```yaml name: 'Super-Linter' author: 'GitHub' description: 'It is a simple combination of various linters, written in bash, to help validate your source code.' runs: using: 'docker' image: 'docker://ghcr.io/github/super-linter:v3' branding: icon: 'check-square' color: 'white' ``` It's a floating tag as one can check in https://hub.docker.com/r/github/super-linter/tags Kubeval was added in https://github.com/github/super-linter/releases/tag/v3.11.0 Signed-off-by: Torsten Walter <mail@torstenwalter.de>
- Loading branch information