Commit 4ad137f
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-8471 parent 49a426e commit 4ad137f
2 files changed
+5
-5
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
119 | | - | |
| 119 | + | |
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
| |||
0 commit comments