diff --git a/static-code-analysis.yml b/static-code-analysis.yml
index 5f7a85f16fe2807837797c013e80b19d9b23d835..d86f3c0899ec6470fe3fedaa517bc326fd5c90ed 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 --error-exitcode=1 --suppress=unusedFunction --suppress=unreadVariable ."
+  RUN_CPPCHECK: "cppcheck --enable=all --error-exitcode=1 --inline-suppr --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"