Commit d9e1d60a authored by Vaibhav Gupta's avatar Vaibhav Gupta

CI/CD: Add reuse, cppcheck, and flawfinder

Signed-off-by: 's avatarVaibhav Gupta <vaibhav.gupta@cern.ch>
parent 4c47d97e
......@@ -10,14 +10,28 @@ include:
file:
- 'edl-gitlab-ci.yml'
reuse:
stage: analyse
image:
name: fsfe/reuse:latest
entrypoint: [""]
script:
- reuse lint
cppcheck:
stage: analyse
image:
name: gitlab-registry.cern.ch/coht/common-containers/static-analysis:latest
allow_failure: true
script:
- make cppcheck
flawfinder:
stage: analyse
image:
name: gitlab-registry.cern.ch/coht/common-containers/static-analysis:latest
script:
- make flawfinder
kernel_build_cc7:
extends: .kernel_build_cc7
variables:
......
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