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

fix: container optional python dependencies #5582

Merged
merged 1 commit into from
Nov 15, 2024

Conversation

gitphill
Copy link
Contributor

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?

See snyk/snyk-docker-plugin#614

Fixing a bug in snyk-docker-plugin so that optional dependencies are properly connected in the dep-graph.

This could mean that 'snyk container monitor' commands that previously timed out or errored may now start working. The fix reduces unnecessary (optional) paths in the dep-graph and so reduce the work Snyk needs to do when scanning for vulnerabilities.

How should this be manually tested?

snyk container monitor on a docker image using requirements.txt to install python dependencies.

See snyk/snyk-docker-plugin#614

Fixing a bug in snyk-docker-plugin so that optional dependencies are
properly connected in the dep-graph.

This could mean that 'snyk container monitor' commands that previously
timed out or errored may now start working. The fix reduces
unnecessary (optional) paths in the dep-graph and so reduce the work
Snyk needs to do when scanning for vulnerabilities.
@gitphill gitphill self-assigned this Nov 15, 2024
@gitphill gitphill requested a review from a team as a code owner November 15, 2024 12:21
@sandor-trombitas sandor-trombitas merged commit 2284c91 into main Nov 15, 2024
7 checks passed
@sandor-trombitas sandor-trombitas deleted the fix/upgrade-snyk-docker-plugin branch November 15, 2024 15:01
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