You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using openscap to scan a system that use apt (such as Debian or Ubuntu) returns incomplete results. This warning is logged:
OVAL object 'dpkginfo_object' is not supported.
The problem is that openscap is built without apt support.
The fix, implemented in this commit, is to add apt as a build requirement.
Only Fedora provides the apt-devel package.
Therefore it is only included when building for Fedora.
0 commit comments