anthonyharrison / distro2SBOM

Generates SBOM files from system packaging information
Apache License 2.0
10 stars 7 forks source link

ALWAYS GET SYSTEM DATA DURING INIT #10

Closed mLuca closed 7 months ago

mLuca commented 7 months ago

Instead of assuming when system data might be needed, just get it always on init. Will make future adaptions also easier since assumptions don't need to be revisited.

mLuca commented 7 months ago

Introduced for solving Issue #9