diff options
-rw-r--r-- | .gitlab-ci.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 63e64e1..8323b18 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -44,3 +44,10 @@ flawfinder: paths: - ./flawfinder.html - ./flawfinder_inputs.html + +cppcheck: + image: base/archlinux + stage: analysis + script: + - pacman -Syu --noconfirm cppcheck + - cppcheck --enable=all --inconclusive --std=posix . |