forked from anchore/syft
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
- parse pom
- Check if pom was parsed before (to prevent cycles/loops)
- Store coordinates of pom (for cycle detection in 2.)
- find parent, if found parse parent (goto 1.)
- find properties, store when not already present
- find pom imports (BOM) in dependency management, goto 1.
- Gather all managed dependencies
- [for parent poms only] Gather all dependencies (as these are inherited)
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request