diff --git a/static-code-analysis.yml b/static-code-analysis.yml index 47cedb0eda45c6a851c247bf10721df86f3ba757..51432a8d7fa7c99115f66c6c6dda2a54f7f176c6 100644 --- a/static-code-analysis.yml +++ b/static-code-analysis.yml @@ -1,6 +1,6 @@ variables: RUN_FLAWFINDER: "flawfinder --falsepositive -m 4" - RUN_CPPCHECK: "cppcheck --enable=all --check-config --error-exitcode=1" + 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 --exclude ./test/cmocka --files" SOURCE_FOLDER: "src" COMMON_IMAGE: "iopsys/code-analysis:latest"