From 83641ca0a7c1f4da1c78cebf56b777e17e9d9470 Mon Sep 17 00:00:00 2001 From: agatakrajewska Date: Mon, 7 Sep 2020 13:32:04 +0100 Subject: [PATCH] feat: Adding '--platform' flag to 'snyk container' commands We're adding 'arm' architecture support to the cli scanning. Firstly the 'platform' flag is supported if docker available locally and experimental features configured. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1858a259fbd..4e8d48eaebd 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "semver": "^6.0.0", "snyk-config": "3.1.0", "snyk-cpp-plugin": "1.4.1", - "snyk-docker-plugin": "3.18.1", + "snyk-docker-plugin": "3.19.0", "snyk-go-plugin": "1.16.0", "snyk-gradle-plugin": "3.6.2", "snyk-module": "3.1.0",