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
Branches
Tags
No related merge requests found
...@@ -11,6 +11,9 @@ run_static_code_analysis: ...@@ -11,6 +11,9 @@ run_static_code_analysis:
stage: static_code_analysis stage: static_code_analysis
allow_failure: true allow_failure: true
script: script:
- echo ${RUN_FLAWFINDER}
- "${RUN_FLAWFINDER} ${SOURCE_FOLDER}" - "${RUN_FLAWFINDER} ${SOURCE_FOLDER}"
- echo ${RUN_CPPCHECK}
- "${RUN_CPPCHECK} ${SOURCE_FOLDER}" - "${RUN_CPPCHECK} ${SOURCE_FOLDER}"
- echo ${RUN_CPD}
- "${RUN_CPD} ${SOURCE_FOLDER}" - "${RUN_CPD} ${SOURCE_FOLDER}"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment