Skip to content

Commit

Permalink
fix: enables multi-platform support for OCI images
Browse files Browse the repository at this point in the history
This fixes a bug that restricted scanning OCI images to linux/amd64
only. We now also ensure the provided --platform flag is used to
correctly identify the appropriate manifests for images that have
multiple platforms.
  • Loading branch information
pecodez committed Mar 4, 2024
1 parent b64d765 commit d0972c9
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
38 changes: 19 additions & 19 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.10.2",
"snyk-docker-plugin": "6.10.3",
"snyk-go-plugin": "1.23.0",
"snyk-gradle-plugin": "4.1.0",
"snyk-module": "3.1.0",
Expand Down

0 comments on commit d0972c9

Please sign in to comment.