CI Gating: Rpminspect kick off configuration

Configure osci.brew-build.rpminspect.static-analysis so that it
doesn't report empty payload for the systemtap package, and check
shell syntax for systemtap script or tapset files that are actually
not shell scripts.
This commit is contained in:
Martin Cermak 2021-12-08 14:35:31 +01:00
parent 8a6427b8ce
commit bd17deb969
1 changed files with 7 additions and 0 deletions

7
rpminspect.yaml Normal file
View File

@ -0,0 +1,7 @@
emptyrpm:
   expected_empty:
      - systemtap
shellsyntax:
ignore:
- /usr/share/systemtap/examples*
- /usr/share/systemtap/testsuite*