mirror of
https://github.com/falcosecurity/falco.git
synced 2025-08-09 18:17:57 +00:00
update(.circleci): re-enabled cppcheck
Signed-off-by: Leonardo Grasso <me@leonardograsso.com>
This commit is contained in:
parent
0be0191c53
commit
fab95f38a9
@ -754,6 +754,7 @@ workflows:
|
|||||||
- "build-musl"
|
- "build-musl"
|
||||||
- "build-arm64"
|
- "build-arm64"
|
||||||
- "build-centos7"
|
- "build-centos7"
|
||||||
|
- "quality-static-analysis"
|
||||||
- "tests-integration":
|
- "tests-integration":
|
||||||
requires:
|
requires:
|
||||||
- "build-centos7"
|
- "build-centos7"
|
||||||
|
@ -25,11 +25,10 @@ else()
|
|||||||
"--force"
|
"--force"
|
||||||
"--inconclusive"
|
"--inconclusive"
|
||||||
"--inline-suppr" # allows to specify suppressions directly in source code
|
"--inline-suppr" # allows to specify suppressions directly in source code
|
||||||
"--project=${CMAKE_CURRENT_BINARY_DIR}/compile_commands.json" # use the compilation database as source
|
|
||||||
"--quiet"
|
|
||||||
"--xml" # we want to generate a report
|
"--xml" # we want to generate a report
|
||||||
"--output-file=${CMAKE_CURRENT_BINARY_DIR}/static-analysis-reports/cppcheck/cppcheck.xml" # generate the report under the reports folder in the build folder
|
"--output-file=${CMAKE_CURRENT_BINARY_DIR}/static-analysis-reports/cppcheck/cppcheck.xml" # generate the report under the reports folder in the build folder
|
||||||
"-i${CMAKE_CURRENT_BINARY_DIR}"# exclude the build folder
|
"-i${CMAKE_CURRENT_BINARY_DIR}"# exclude the build folder
|
||||||
|
"${CMAKE_SOURCE_DIR}"
|
||||||
)
|
)
|
||||||
endif() # CPPCHECK
|
endif() # CPPCHECK
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user