Skip to content

Commit 4ad137f

Browse files
committed
fix(container): update snyk-docker-plugin to 9.1.4 for OCI extraction fix
Bumps snyk-docker-plugin from 9.1.3 to 9.1.4 to resolve silent scan failures on OCI archive images. The previous single-pass extraction approach caused stream corruption on large or hybrid-format OCI archives (e.g. containerd image store), resulting in exit code 0 with no results. v9.1.4 implements a two-pass extraction strategy that reliably handles these archives by separating JSON metadata parsing from layer extraction. Resolves: CN-847
1 parent 49a426e commit 4ad137f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
"semver": "^6.0.0",
117117
"snyk-config": "^5.0.0",
118118
"snyk-cpp-plugin": "^2.24.3",
119-
"snyk-docker-plugin": "9.1.3",
119+
"snyk-docker-plugin": "9.1.4",
120120
"snyk-go-plugin": "2.0.3",
121121
"snyk-gradle-plugin": "5.1.1",
122122
"snyk-module": "3.1.0",

0 commit comments

Comments
 (0)