Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
tofay opened this issue Aug 11, 2022 · 1 comment
Labels
status:requirements Full requirements are not yet known, so implementation should not be started type:feature Feature (new functionality)

Comments

@tofay
Copy link
Contributor

tofay commented Aug 11, 2022

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?

@cobya cobya added status:requirements Full requirements are not yet known, so implementation should not be started type:feature Feature (new functionality) labels Aug 15, 2022
@cobya
Copy link
Contributor

cobya commented May 15, 2024

This is something we could potentially support with #671

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status:requirements Full requirements are not yet known, so implementation should not be started type:feature Feature (new functionality)
Projects
Development

No branches or pull requests

2 participants