You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// to enable logs even when the function returns earlier
// due to an error
deferlog.InitLogger(s.opts.Debug, false)
However, the absence of logs significantly complicates troubleshooting and error analysis.
Additionally, users occasionally request more clarity on the scanning process - #6997
This discussion aims to explore potential solutions for enhancing logs.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Description
Currently, logs are disabled for the scanning process, likely due to the challenges of parallel image scanning.
trivy/pkg/k8s/scanner/scanner.go
Lines 55 to 61 in a16b830
However, the absence of logs significantly complicates troubleshooting and error analysis.
Additionally, users occasionally request more clarity on the scanning process - #6997
This discussion aims to explore potential solutions for enhancing logs.
Target
Kubernetes
Scanner
Misconfiguration
Beta Was this translation helpful? Give feedback.
All reactions