5d40be6cef
Signed-off-by: jbair <jbair@redhat.com>
10 lines
223 B
YAML
10 lines
223 B
YAML
---
|
|
# 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/*/*
|