Closed
Conversation
Merged
Owner
|
@schnatterer thanks for the PR, I did have to change way too much including new pipelines and implemented this in a different PR. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Thanks for creating and maintaining this docker image!
We're about to integrate it as default validator into our GitOps library.
An image scan using trivy revealed that it would be a good idea to upgrade the base image in advance.
Also, a new yamllint version is available.
If you care to find out about the details of the trivy scan:
docker run --rm -v trivy-cache:/root/.cache \ -v /var/run/docker.sock:/var/run/docker.sock \ -v/tmp:/tmp \ aquasec/trivy:0.16.0 image \ cytopia/yamllint@sha256:610c78c5e0d2d05c220b55293dfb34003949abe85bfde6e8397f57af6faad231 # Repo digest corresponding to cytopia/yamllint:1.25-0.7 at the moment