From 244cee7e62a462d9734d7fcc8a3ea62253aa1d81 Mon Sep 17 00:00:00 2001 From: Suru Dissanaike <suru.dissanaike@iopsys.eu> Date: Thu, 9 Jan 2020 13:10:13 +0100 Subject: [PATCH] Update static-code-analysis.yml --- static-code-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static-code-analysis.yml b/static-code-analysis.yml index e78634d..1332259 100644 --- a/static-code-analysis.yml +++ b/static-code-analysis.yml @@ -3,7 +3,7 @@ variables: RUN_CPPCHECK: "cppcheck --enable=all --check-config --error-exitcode=1" RUN_CPD: "/home/user/pmd-bin-6.19.0/bin/run.sh cpd --minimum-tokens 100 --language c --files" SOURCE_FOLDER: "src" - COMMON_IMAGE: "iopsys/code-analysis:0.1" + COMMON_IMAGE: "iopsys/code-analysis:0.2" DEBUG: "FALSE" run_flawfinder: -- GitLab