trustification / trustify

Apache License 2.0
8 stars 15 forks source link

Add syft re-ingest test, fix discovered issues with files #452

Closed ctron closed 1 week ago

ctron commented 1 week ago

syft creates SBOMs which contain "files" and those have relationships. However, we current do not ingest those files, and so the relationships are considered "broken", failing the ingestion of such files.

This PR adds support for files in the SBOM graph and also adds a test for syft, making use of this.

This PR is based on PR #451.