CI: use a fixed code analysis template version

This commit is contained in:
Roman Azarenko 2023-04-27 11:07:11 +02:00
parent 64e780551d
commit db4b4b955e
No known key found for this signature in database
GPG key ID: 621795252915BD63

View file

@ -1,10 +1,10 @@
include: include:
- project: 'iopsys/gitlab-ci-pipeline' - project: 'iopsys/gitlab-ci-pipeline'
file: '/static-code-analysis.yml' file: '/static-code-analysis.yml'
ref: '0.27'
variables: variables:
DEBUG: 'TRUE' DEBUG: 'TRUE'
COMMON_IMAGE: "iopsys/code-analysis:0.27"
RUN_CPPCHECK: "cppcheck --enable=all --error-exitcode=1 -D_GNU_SOURCE --suppress=unusedFunction -i ./test/ --inline-suppr" RUN_CPPCHECK: "cppcheck --enable=all --error-exitcode=1 -D_GNU_SOURCE --suppress=unusedFunction -i ./test/ --inline-suppr"
SOURCE_FOLDER: "." SOURCE_FOLDER: "."
CWMP_WORKER_PROCESSES: 1 CWMP_WORKER_PROCESSES: 1