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

feat: support verbose gradle graphs for sbom generation #5592

Merged
merged 1 commit into from
Nov 21, 2024

Conversation

orsagie
Copy link
Contributor

@orsagie orsagie commented Nov 20, 2024

Pull Request Submission Checklist

  • Follows CONTRIBUTING guidelines
  • Includes detailed description of changes
  • Contains risk assessment (Low | Medium | High)
  • Highlights breaking API changes (if applicable)
  • Links to automated tests covering new functionality
  • Includes manual testing instructions (if necessary)
  • Updates relevant GitBook documentation (PR link: ___)

What does this PR do?

Upgrades gradle-plugin to implement a similar resolution of depgraphs as recently done for maven.
See snyk/snyk-gradle-plugin#290.

Where should the reviewer start?

How should this be manually tested?

  • run snyk sbom --format=cyclonedx1.4+json on the newly added gradle project in the cli (cli/test/fixtures/gradle-with-repeated-deps)
    Current version of CLI will output pruned deps, while the new version will not prune any nodes.

@orsagie orsagie merged commit 71c1b7f into main Nov 21, 2024
7 checks passed
@orsagie orsagie deleted the feat/gradle-verbose branch November 21, 2024 08:33
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

Successfully merging this pull request may close these issues.

2 participants