forked from PatchMon/PatchMon-agent
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Description
Image update checking functionality is commented out with a TODO note. This feature appears incomplete.
Location
internal/integrations/docker/docker.go lines 157-165
Code Snippet
// TODO: Make this configurable or run in background
// Check for updates (but don't block data collection)
// updates, updateErr := d.checkForImageUpdates(ctx, images)
// if updateErr != nil {
// d.logger.WithError(updateErr).Warn("Failed to check for image updates")
// }Impact
Docker image update checking is not functioning.
Recommended Fix
Either:
- Implement as a background task
- Make it configurable via settings
- Remove if no longer needed
Found By
Code quality audit
Reactions are currently unavailable