-
Notifications
You must be signed in to change notification settings - Fork 224
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
fix: return the image manifest digest instead of image id #2399
fix: return the image manifest digest instead of image id #2399
Conversation
looks like integration tests are failing because of dockerhub rate limits:
not sure if there's anything we can do, except to just retry? |
retried CI, but hit with a new error which doesn't appear to be related to any of the changes I've introduced. |
@afdesk FWIW, I ran the integration tests locally from my branch and all tests passed:
|
@dkulchinsky thanks for your contribution |
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! thanks!
woot! thanks for the review and approval @afdesk , can we get this merged with a failing CI check? |
I'd like to pass the test, it's on my side now |
yay! looks like all checks are 🟢 |
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.
thanks for the PR!
Description
This PR supersedes #2310, fixes tests and adds safety around the image manifest digest extraction from the report
@afdesk for you review
Related issues
Checklist