Instruct rpminspect to exclude firmware files for elf and annocheck inspections
Signed-off-by: jbair <jbair@redhat.com>
This commit is contained in:
parent
5e4cc41e9b
commit
5d40be6cef
9
rpminspect.yaml
Normal file
9
rpminspect.yaml
Normal 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/*/*
|
Loading…
Reference in New Issue
Block a user