Skip to content
Snippets Groups Projects
Unverified Commit e0d69c2a authored by Roman Azarenko's avatar Roman Azarenko
Browse files

CI: print flawfinder and cppcheck versions

parent cacd8f9e
No related branches found
No related tags found
No related merge requests found
...@@ -12,8 +12,10 @@ run_static_code_analysis: ...@@ -12,8 +12,10 @@ run_static_code_analysis:
allow_failure: false allow_failure: false
script: script:
- echo ${RUN_FLAWFINDER} - echo ${RUN_FLAWFINDER}
- flawfinder --version
- "${RUN_FLAWFINDER} ${SOURCE_FOLDER}" - "${RUN_FLAWFINDER} ${SOURCE_FOLDER}"
- echo ${RUN_CPPCHECK} - echo ${RUN_CPPCHECK}
- cppcheck --version
- "${RUN_CPPCHECK} ${SOURCE_FOLDER}" - "${RUN_CPPCHECK} ${SOURCE_FOLDER}"
- echo ${RUN_CPD} - 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