Instruct rpminspect to exclude firmware files for elf and annocheck inspections

This commit is contained in:
jbair 2022-02-10 11:04:04 -06:00 committed by root
parent 5e4cc41e9b
commit b82512213e
2 changed files with 10 additions and 0 deletions

1
.alsa-firmware.metadata Normal file
View File

@ -0,0 +1 @@
d53614be5edec88b8171f88cdbba778bc4cb4d17 alsa-firmware-1.2.4.tar.bz2

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