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

Add Dependency Graph Workflow #23

Open
0xTim opened this issue Oct 10, 2024 · 1 comment
Open

Add Dependency Graph Workflow #23

0xTim opened this issue Oct 10, 2024 · 1 comment

Comments

@0xTim
Copy link
Member

0xTim commented Oct 10, 2024

GitHub's dependency graph features only support parsing Package.resolved, which most libraries don't check in. In order to workaround this, GitHub offers the Dependency Submission API to allow packages to submit their own package graph. We should offer a workflow to make it easy for packages to submit this.

Essentially it just needs to run swift package resolve, parse the results and send them to the API. There's a toolkit here and examples of other languages here

@shahmishal
Copy link
Member

+1

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