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
Trivy supports scanning licenses in node_modules for npm. Yarn also stores a cache of packages from which Trivy can extract information about licenses. Yarn classic (v 1) stores the cache in node_modules. Yarn v2+ stores the cache in .yarn/cache as archives or .yarn/unplugged in unpacked form.
This PR adds support for license scanning in projects with yarn.
kind/featureCategorizes issue or PR as related to a new feature.
1 participant
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
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
Trivy supports scanning licenses in
node_modules
fornpm
. Yarn also stores a cache of packages from which Trivy can extract information about licenses. Yarn classic (v 1) stores the cache innode_modules
. Yarn v2+ stores the cache in.yarn/cache
as archives or.yarn/unplugged
in unpacked form.This PR adds support for license scanning in projects with yarn.
Target
None
Scanner
None
Beta Was this translation helpful? Give feedback.
All reactions