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

Provide command to export dependency graph #392

Open
KristianAN opened this issue Jun 25, 2024 · 2 comments
Open

Provide command to export dependency graph #392

KristianAN opened this issue Jun 25, 2024 · 2 comments

Comments

@KristianAN
Copy link
Contributor

BSP has an interface for exporting information about dependencies and metadata about said dependencies including transitive dependencies: https://build-server-protocol.github.io/docs/specification/#buildtargetdependencymodules-request.

If we could get this information from bleep it should be "trivial" to build integrations with various CI/Security tooling such as github security.

An example for sbt: https://github.com/scalacenter/sbt-dependency-submission

I think for general adoption this is probably a quite important feature as orgs increasingly demand such integrations.

@KristianAN
Copy link
Contributor Author

This is maybe also information we can get from coursier?

@oyvindberg
Copy link
Owner

Oh yes, absolutely. Coursier resolves all dependencies and we use that to build project definitions for bloop.

You can dump those with bleep build show bloop <projectGlobs> for instance

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants