From 119c750edc3c67db4d5fd29a66ea922dc9312e86 Mon Sep 17 00:00:00 2001 From: Enkelmann <46347022+Enkelmann@users.noreply.github.com> Date: Thu, 14 Jan 2021 13:35:22 +0100 Subject: [PATCH] Switch to stable cwe_checker-Docker-image Switch to the stable cwe_checker Docker image, since the latest container will introduce some breaking changes to its interface in the the future. --- src/plugins/analysis/cwe_checker/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/analysis/cwe_checker/install.sh b/src/plugins/analysis/cwe_checker/install.sh index d449d3c62..d97d2d20b 100755 --- a/src/plugins/analysis/cwe_checker/install.sh +++ b/src/plugins/analysis/cwe_checker/install.sh @@ -8,7 +8,7 @@ echo " Installing cwe_checker Plugin " echo "------------------------------------" echo "Trying to pull cwe_checker Docker image" -docker pull fkiecad/cwe_checker:latest +docker pull fkiecad/cwe_checker:stable return_code=$? if [[ ${return_code} -eq 0 ]]; then