component-detection
component-detection copied to clipboard
ability to configure that all packages detected in a file our development dependencies
In Azure for Operators there are many projects that manage development dependencies separately from runtime dependencies, e.g:
- we have projects of many languages that use Python for functional verification tests. In this case the Python dependencies are in a Poetry.lock file and we'd like to be able to indicate that all dependencies found in that file are development dependencies
- some projects using Gradle have separate lockfiles for runtime and development dependencies
- some projects contain example projects in their tests. These examples contain lockfiles, and we'd like to indicate that these are development dependencies rather.
Is this possible today? if not, do you have suggestions on how we could enhance component-detection to support this?
This is something we could potentially support with #671