diff --git a/static-code-analysis.yml b/static-code-analysis.yml
index 51432a8d7fa7c99115f66c6c6dda2a54f7f176c6..2f019afe702c56aea6a0ef2471498324a10c2150 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 --error-exitcode=1 --suppress=unusedFunction --suppress=unreadVariable ."
   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"