mirror of
https://github.com/OpenMW/openmw.git
synced 2025-06-29 15:41:34 +00:00
Improve a bit our SAST
This commit is contained in:
parent
12a8a6b876
commit
5df9573e54
2 changed files with 6 additions and 1 deletions
|
@ -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…
Reference in a new issue