diff --git a/rpminspect.yaml b/rpminspect.yaml new file mode 100644 index 0000000..0db035f --- /dev/null +++ b/rpminspect.yaml @@ -0,0 +1,9 @@ +--- +# Exclude firmware files from elf and annocheck inspections as they will trigger false positives +elf: + exclude_path: ^/lib/firmware/* + +annocheck: + ignore: + - /lib/firmware/*.bin + - /lib/firmware/*/*