Skip to content
Snippets Groups Projects
Commit 43043cb7 authored by Vaibhav Gupta's avatar Vaibhav Gupta
Browse files

CI/CD: Add flawfinder


Signed-off-by: default avatarVaibhav Gupta <vaibhav.gupta@cern.ch>
parent 2eaf5fa1
Branches
Tags
No related merge requests found
......@@ -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:
......
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