Skip to content
Snippets Groups Projects
Unverified Commit 444c9b90 authored by Roman Azarenko's avatar Roman Azarenko
Browse files

CI: use a specific code-analysis image for pipeline reproducability

parent ffabad72
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ variables:
RUN_CPPCHECK: "cppcheck --enable=all --error-exitcode=1 --suppress=unusedFunction --suppress=unreadVariable ."
RUN_CPD: "/home/user/pmd-bin-6.19.0/bin/run.sh cpd --minimum-tokens 200 --language c --exclude ./test/cmocka --files"
SOURCE_FOLDER: "src"
COMMON_IMAGE: "iopsys/code-analysis:latest"
COMMON_IMAGE: "iopsys/code-analysis:0.27"
DEBUG: "FALSE"
run_static_code_analysis:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment