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