Skip to content

Commit

Permalink
add logs
Browse files Browse the repository at this point in the history
  • Loading branch information
zreigz committed Nov 7, 2024
1 parent fe4a282 commit 3c1c9b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/controller/vulnerabilityreports_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ func (r *VulnerabilityReportReconciler) SetupWithManager(mgr ctrl.Manager) error
if _, err := r.ConsoleClient.UpsertVulnerabilityReports(apiReports); err != nil {
logger.Error(err, "unable to upsert vulnerability reports")
} else {
logger.Info("upsert vulnerability reports")
r.reports.Clear()
}
}
Expand Down

0 comments on commit 3c1c9b5

Please sign in to comment.