From 25fb867671c5265a8cdaedbb450847db308f4e54 Mon Sep 17 00:00:00 2001 From: Tomas Popela Date: Wed, 2 Feb 2022 12:04:13 +0100 Subject: [PATCH] rpminspect: Disable the whole virus test --- rpminspect.yaml | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/rpminspect.yaml b/rpminspect.yaml index 39d27a6..7548eff 100644 --- a/rpminspect.yaml +++ b/rpminspect.yaml @@ -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