Skip to content

Commit 51039e4

Browse files
fix: Added filtering history entries with no "created_by"
For docker archives we extract auto detected user instructions from the image config. Some of the entries are missing "created_by" so we were throwing an error.
1 parent 0483fc4 commit 51039e4

File tree

2 files changed

+101
-9
lines changed

2 files changed

+101
-9
lines changed

package-lock.json

Lines changed: 100 additions & 8 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
@@ -45,7 +45,7 @@
4545
"needle": "^2.5.0",
4646
"sleep-promise": "^8.0.1",
4747
"snyk-config": "4.0.0",
48-
"snyk-docker-plugin": "^4.16.1",
48+
"snyk-docker-plugin": "^4.17.3",
4949
"source-map-support": "^0.5.16",
5050
"tunnel": "0.0.6",
5151
"typescript": "^3.8.3",

0 commit comments

Comments
 (0)