Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE_REQUEST] Check if all images are references only by their sha256 tag #539

Open
VedantMahabaleshwarkar opened this issue Apr 11, 2023 · 2 comments
Labels
enhancement New feature or request good first issue Good for newcomers hacktoberfest Hacktoberfest is a month-long celebration of open source projects help wanted Extra attention is needed

Comments

@VedantMahabaleshwarkar
Copy link

VedantMahabaleshwarkar commented Apr 11, 2023

Description of the problem/feature request
A new optional check to verify if all image references are referenced by their sha256 tags only.

Description of the existing behavior vs. expected behavior
not applicable.

Additional context
For disconnected deployments of kubernetes/openshift, the image references in the YAML files are not the usual tags but instead the sha256 tag. It would be nice to have a check to verify this behavior. Since it is not a very common use-case, the check can be optional. The test itself would be similar to an existing latest-tag check, however the regex would be modified to accept only images using the sha256 tag

@janisz janisz added enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed hacktoberfest Hacktoberfest is a month-long celebration of open source projects labels Apr 12, 2023
@VedantMahabaleshwarkar
Copy link
Author

VedantMahabaleshwarkar commented Apr 12, 2023

I have the changes ready for this in my fork, I see the help wanted and good first issue labels. I'll go ahead and submit a PR for review by the community!

@VedantMahabaleshwarkar
Copy link
Author

PR : #539

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers hacktoberfest Hacktoberfest is a month-long celebration of open source projects help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants