Instruct rpminspect to exclude firmware files for elf and annocheck inspections

Signed-off-by: jbair <jbair@redhat.com>
This commit is contained in:
jbair 2022-02-10 11:04:04 -06:00
parent 5e4cc41e9b
commit 5d40be6cef

9
rpminspect.yaml Normal file
View File

@ -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/*/*