diff --git a/static-code-analysis.yml b/static-code-analysis.yml index 42c3a840b3ecdcc61c0ff63e38b2dd9c6776eaaf..6df34610415291c10cb355a7c7774a2337c2a6a8 100644 --- a/static-code-analysis.yml +++ b/static-code-analysis.yml @@ -1,8 +1,8 @@ variables: RUN_FLAWFINDER: "flawfinder --falsepositive -m 4" - RUN_CPPCHECK: "cppcheck --enable=all --error-exitcode=1 --suppress=unusedFunction --suppress=unreadVariable ." + 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" + SOURCE_FOLDER: "." COMMON_IMAGE: "iopsys/code-analysis:latest" DEBUG: "FALSE"