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

Update static-code-analysis.yml

parent 6735e1f0
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ variables: ...@@ -3,7 +3,7 @@ variables:
RUN_CPPCHECK: "cppcheck --enable=all --check-config --error-exitcode=1" RUN_CPPCHECK: "cppcheck --enable=all --check-config --error-exitcode=1"
RUN_CPD: "/home/user/pmd-bin-6.19.0/bin/run.sh cpd --minimum-tokens 100 --language c --files" RUN_CPD: "/home/user/pmd-bin-6.19.0/bin/run.sh cpd --minimum-tokens 100 --language c --files"
SOURCE_FOLDER: "src" SOURCE_FOLDER: "src"
COMMON_IMAGE: "iopsys/code-analysis:0.7" COMMON_IMAGE: "iopsys/code-analysis:0.9"
DEBUG: "FALSE" DEBUG: "FALSE"
run_flawfinder: run_flawfinder:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment