From 2545dbe85fe147005f8bae632a86c600b616a749 Mon Sep 17 00:00:00 2001 From: Leon Goldberg Date: Wed, 13 Feb 2019 16:26:33 +0200 Subject: [PATCH] feat: bump snyk-docker-plugin to include openjdk analyser fix commit 7f41eac1e3a introduced a change to snyk-docker-plugin where the subprocess module would return both stdout and stderr. unfortunately, due to backward compatibility considerations, java's "-version" command outputs strictly to stderr; naively, we were looking for stdout. (https://stackoverflow.com/questions/17968856/redirect-to-stdout-in-bash) the fix in snyk-docker-plugin propagates both stdout and stderr for further parsing. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5bba179c21..cb0a4af120 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "recursive-readdir": "^2.2.2", "semver": "^5.5.0", "snyk-config": "2.2.0", - "snyk-docker-plugin": "1.21.2", + "snyk-docker-plugin": "1.21.3", "snyk-go-plugin": "1.6.1", "snyk-gradle-plugin": "2.1.3", "snyk-module": "1.9.1",