anchore / syft

CLI tool and library for generating a Software Bill of Materials from container images and filesystems
Apache License 2.0
6.29k stars 578 forks source link

fix: bump clio to pull in logging fix #3466

Closed willmurphyscode closed 2 days ago

willmurphyscode commented 2 days ago

Description

Bump anchore/clio to pull in anchore/clio#68

Previously, if SYFT_LOG_FILE was not set, and no TTY was present, log.Warn messages were discarded instead of being sent to stderr.

Type of change

Checklist: