mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-31 19:45:34 +00:00
Merge branch 'improve_sast' into 'master'
Improve a bit our SAST See merge request OpenMW/openmw!1876
This commit is contained in:
commit
8b627741cf
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