-
Notifications
You must be signed in to change notification settings - Fork 0
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/add authentication to check images on registries #42
Feature/add authentication to check images on registries #42
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please split the encoding into a seperate PR and request review again
0e91b13
to
534ac72
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add test case and correct the logic for registries without credentials
Co-authored-by: Simon Schneider <10846939+raynigon@users.noreply.github.com>
remove blocked registry improves the handling of urls and parsing
increase readability res -> response
increase readability res -> response
Co-authored-by: Simon Schneider <10846939+raynigon@users.noreply.github.com>
remove blocked registry improves the handling of urls and parsing
increase readability res -> response
increase readability res -> response
bf3bc5a
to
a88efbe
Compare
…s' of https://github.com/raynigon/lennybot into feature/add-authentication-to-check-images-on-registries
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
test works fine.
logic is setup.
pyright was introduced.
pylint is 10.0.
black and isort done.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Co-authored-by: Simon Schneider <10846939+raynigon@users.noreply.github.com>
During the first test we have faced issues with docker registries where you have to provide authentication for.
Therefore different features were added:
This PR should add this logics and as well include test cases therefore.