diff --git a/static-code-analysis.yml b/static-code-analysis.yml
index 4714f78dcdb51fa32bd0b8f1f44b2d6dadb91555..d670a87c2e9f3a72642bde00b0692f5addd80df6 100644
--- a/static-code-analysis.yml
+++ b/static-code-analysis.yml
@@ -3,7 +3,7 @@ variables:
   SOURCE_FOLDER: "src"
   SHELL_SRC: ""
   FLAWFINDER_OPTIONS: "-m 4 --error-level=4"
-  CPPCHECK_OPTIONS: " --enable=all --inline-suppr --suppress=unusedFunction --suppress=unreadVariable"
+  CPPCHECK_OPTIONS: " --enable=all --inline-suppr --suppress=unusedFunction --suppress=unreadVariable --suppress=unmatchedSuppression"
   CPD_OPTIONS: "--minimum-tokens 200 --language c --exclude ./test/cmocka --files"
   SHELLCHECK_OPTIONS: "-e SC2039,SC2034,SC1091 -S info"
   DEBUG: "FALSE"