Skip to content

Commit

Permalink
fix: container optional python dependencies
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
gitphill committed Nov 15, 2024
1 parent 6275f61 commit 3205e66
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
"semver": "^6.0.0",
"snyk-config": "^5.0.0",
"snyk-cpp-plugin": "2.24.0",
"snyk-docker-plugin": "6.13.11",
"snyk-docker-plugin": "6.13.15",
"snyk-go-plugin": "1.23.0",
"snyk-gradle-plugin": "4.6.0",
"snyk-module": "3.1.0",
Expand Down

0 comments on commit 3205e66

Please sign in to comment.