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:
parent
12a8a6b876
commit
5df9573e54
@ -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:
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user