rpminspect: Disable the whole virus test
This commit is contained in:
parent
0c2c579aad
commit
25fb867671
@ -1,10 +1,14 @@
|
||||
---
|
||||
# False positive - see https://gitlab.gnome.org/GNOME/gdk-pixbuf/-/issues/150
|
||||
# We have to ignore the file as a whole in rpminspect as it's not possible to
|
||||
# ignore it just for virus test in rpminspect - reported as
|
||||
# ttps://github.com/rpminspect/rpminspect/issues/604
|
||||
ignore:
|
||||
- /usr/libexec/installed-tests/gdk-pixbuf/test-images/gif-test-suite/max-width.gif
|
||||
#virus:
|
||||
# ignore:
|
||||
# - /usr/libexec/installed-tests/gdk-pixbuf/test-images/gif-test-suite/max-width.gif
|
||||
# We have to ignore the file as a whole in rpminspect as it's not possible to
|
||||
# ignore it just for virus test in rpminspect - reported as
|
||||
# https://github.com/rpminspect/rpminspect/issues/604
|
||||
#ignore:
|
||||
# - /usr/libexec/installed-tests/gdk-pixbuf/test-images/gif-test-suite/max-width.gif
|
||||
# Seems that we're not able to exclude the file as it's virus scanned anyway,
|
||||
# hence we have to disable the whole test.
|
||||
inspections:
|
||||
virus: off
|
||||
|
||||
Loading…
Reference in New Issue
Block a user