Commit 43043cb7 authored by Vaibhav Gupta's avatar Vaibhav Gupta

CI/CD: Add flawfinder

Signed-off-by: 's avatarVaibhav Gupta <vaibhav.gupta@cern.ch>
parent 2eaf5fa1
......@@ -17,6 +17,13 @@ cppcheck:
script:
- make cppcheck
flawfinder:
stage: analyse
image:
name: gitlab-registry.cern.ch/coht/common-containers/static-analysis:latest
script:
- make flawfinder
documentation:
stage: build
image:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment