1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-03-30 07:21:12 +00:00

Improve a bit our SAST

This commit is contained in:
jvoisin 2022-05-17 21:42:14 +02:00
parent 12a8a6b876
commit 5df9573e54
2 changed files with 6 additions and 1 deletions

View File

@ -15,7 +15,7 @@ variables:
ARTIFACT_COMPRESSION_LEVEL: "fast"
CACHE_COMPRESSION_LEVEL: "fast"
SAST_EXCLUDED_ANALYZERS: "bandit"
SAST_EXCLUDED_PATHS: spec,test,tests,tmp,extern
SAST_EXCLUDED_PATHS: "extern"
.Ubuntu_Image:
tags:

View File

@ -69,3 +69,8 @@
[flawfinder.ruleset.identifier]
type = "flawfinder_func_name"
value = "printf" # only false positives, sigh
[[flawfinder.ruleset]]
disable = true
[flawfinder.ruleset.identifier]
type = "flawfinder_func_name"
value = "system" # only false positives, sigh