mirror of
https://github.com/anchore/syft.git
synced 2026-08-19 16:48:27 +02:00
Closes #4587 Adds a single info-level log line at the end of every `syft scan` run that reports the total scan wall-clock time, e.g.: [0003] INFO scan completed in 2.017s Per maintainer guidance on the issue, the line is logged at INFO so it surfaces with `-v` (alongside the existing per-cataloger timing) and stays out of the default TUI / stdout. Useful for users who leave long scans running and want the overall time at a glance, without having to wrap the invocation in `time`. Signed-off-by: Chris (ChrisJr404) <11917633+ChrisJr404@users.noreply.github.com> Co-authored-by: Chris (ChrisJr404) <11917633+ChrisJr404@users.noreply.github.com>