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
@step
def match_not_analyzed_to_system_packages(self):
"""
Match not-yet-analyzed files to files already related to system packages.
"""
rootfs.match_not_analyzed(
self.project,
reference_status="system-package",
not_analyzed_status="",
)
self.next(self.match_not_analyzed_to_application_packages)
... we should consider doing it one rootfs at a time if there are several rootfs at once in the project e.g. for rfs in self.root_filesystems:...
The text was updated successfully, but these errors were encountered:
In the root_filesystems.py pipeline in the step:
... we should consider doing it one rootfs at a time if there are several rootfs at once in the project e.g.
for rfs in self.root_filesystems:
...The text was updated successfully, but these errors were encountered: