Skip to content

cmgrayb/yamllint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YAMLLint container for CI/CD pipelines

Docker Snyk Container YAMLLint

This container is used to lint YAML files in CI/CD pipelines. It uses the YAMLLint tool to lint the YAML files.

Usage

Production ring

docker run --rm -v $(pwd):/data ghcr.io/cmgrayb/yamllint[:latest] yamllint FILE_OR_DIRECTORY [additional options]

Beta/nightly ring

docker run --rm -v $(pwd):/data ghcr.io/cmgrayb/yamllint:nightly yamllint FILE_OR_DIRECTORY [additional options]

Alpha ring

docker run --rm -v $(pwd):/data ghcr.io/cmgrayb/yamllint:main yamllint FILE_OR_DIRECTORY [additional options]

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages