Skip to content
Snippets Groups Projects
Commit 7c2d4e49 authored by Suru Dissanaike's avatar Suru Dissanaike
Browse files

Update static-code-analysis.yml

parent 10240748
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,9 @@ run_static_code_analysis:
stage: static_code_analysis
allow_failure: true
script:
- echo ${RUN_FLAWFINDER}
- "${RUN_FLAWFINDER} ${SOURCE_FOLDER}"
- echo ${RUN_CPPCHECK}
- "${RUN_CPPCHECK} ${SOURCE_FOLDER}"
- echo ${RUN_CPD}
- "${RUN_CPD} ${SOURCE_FOLDER}"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment