csutils / csmock

A tool for static analysis, dynamic analysis, and formal verification of RPM packages
GNU General Public License v3.0
23 stars 20 forks source link

csmock: use `rpmbuild --without test ...` #175

Closed kdudka closed 3 months ago

kdudka commented 3 months ago

... when execution of tests is not needed for the requested scan. This fixes an unnecessary failure while SAST scanning jss-4.9.4-1.module+el8.7.0+15532+95bac9ee

Resolves: https://issues.redhat.com/browse/OSH-697

jperezdealgaba commented 3 months ago

/LGTM !

kdudka commented 3 months ago

@jperezdealgaba Thanks for review!