-
Notifications
You must be signed in to change notification settings - Fork 20
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
solved locked routine when image has more than 1 tag #218
Conversation
Signed-off-by: Matthias Bertschy <[email protected]>
PR Description updated to latest commit (0c64b62) |
PR Review
✨ Review tool usage guide:Overview: The tool can be triggered automatically every time a new PR is opened, or can be invoked manually by commenting on any PR.
See the review usage page for a comprehensive guide on using this tool. |
PR Code Suggestions
✨ Improve tool usage guide:Overview:
See the improve usage page for a comprehensive guide on using this tool. |
Summary:
|
err := errorWithDocumentationRef(errMsg) | ||
sender.SendWarning(err.Error(), registryScan.sendReport, true) | ||
if err := <-errChan; err != nil { |
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.
Was this the issue?
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.
yes
Type
bug_fix, enhancement
Description
createTriggerRequestConfigMap
andsetCronJobTemplate
functions to remove unnecessary parameters.Changes walkthrough
imageregistryhandler.go
Refactoring and Bug Fixes in Image Registry Handler
mainhandler/imageregistryhandler.go
createTriggerRequestConfigMap
andsetCronJobTemplate
functions.imageregistryhandlerhelper.go
Update ConfigMap Creation Call to Match New Signature
mainhandler/imageregistryhandlerhelper.go
createTriggerRequestConfigMap
call to match its new signature.