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

[AG-29] Mark as "internal" Ruby dependencies declared with GitHub urls from the organization #21

Open
felipead opened this issue Jan 10, 2018 · 0 comments

Comments

@felipead
Copy link
Contributor

felipead commented Jan 10, 2018

When parsing Ruby dependencies inside Gemfile , we should mark as "internal" dependencies with git schemes pointing to the same organization we're generating the report for.

Examples:

gem 'foo', git: '[email protected]:acme/foo.git'
gem 'bar', git: 'https://12345678901234567890:[email protected]/acme/bar', tag: 'v0.1.0'"

Dependencies marked as "internal" should not be processed.

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

No branches or pull requests

1 participant