Skip to content

devgine/yamllint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yaml lint

Repository under construction

About

A docker image linter for YAML files.
yamllint check for syntax validity, for weirdnesses like key repetition and cosmetic problems such as lines length, trailing spaces, indentation, etc.

Run

docker run --rm -v $PWD:/srv ghcr.io/devgine/yamllint:latest /srv -s -f colored

CI

Gitlab-ci

stages:
 - quality

yaml-lint:
  stage: quality
  image:
    name: ghcr.io/devgine/yamllint:1.0.0
    entrypoint: [""]
  script:
    - yamllint . -s -c .yamllint

Scan

docker run --rm -v $PWD:/srv checkmarx/kics:v2.1.3-alpine \
  scan --no-progress -p /srv --exclude-gitignore --exclude-queries='d3499f6d-1651-41bb-a9a7-de925fea487b'

References

https://yamllint.readthedocs.io/en/stable/index.html

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages