component-detection icon indicating copy to clipboard operation
component-detection copied to clipboard

ability to configure that all packages detected in a file our development dependencies

Open tofay opened this issue 3 years ago • 1 comments

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?

tofay avatar Aug 11 '22 13:08 tofay

This is something we could potentially support with #671

cobya avatar May 15 '24 20:05 cobya