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
deps: remove trivy/pkg/cache import, replace with local helper (#2478)
Replace cache.DefaultDir() with defaultTrivyCacheDir() using only
stdlib (os.UserCacheDir + filepath.Join). This removes the heavy
trivy/pkg/cache dependency and its transitive imports (disk, ext4,
xfs, zap, twirp, etc.), shrinking the full binary.
Suggested-by: shino
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments