Avoid some rpminspect failures in gating
- badfuncs - false positives - pathmigration - genuine but of a low priority
This commit is contained in:
parent
f19f11a48c
commit
9df68a5b70
13
rpminspect.yaml
Normal file
13
rpminspect.yaml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
badfuncs:
|
||||||
|
# GCC doesn't use the "forbidden" functions as such. Just some of its
|
||||||
|
# sanitizers can instrument those functions which leads to false
|
||||||
|
# positives in the badfuncs test.
|
||||||
|
ignore:
|
||||||
|
- /usr/lib*/libasan.so.*.*.*
|
||||||
|
- /usr/lib*/libtsan.so.*.*.*
|
||||||
|
|
||||||
|
pathmigration:
|
||||||
|
# Incomplete UsrMove, known but not planned at the moment
|
||||||
|
ignore:
|
||||||
|
- /lib*/libgcc_s-*.so.*
|
||||||
|
- /lib*/libgcc_s.so.*
|
Loading…
Reference in New Issue
Block a user