trustification / trustify

Apache License 2.0
8 stars 15 forks source link

Move TrustifyContext to its own module to avoid some circularity. #512

Closed bobmcwhirter closed 3 days ago

bobmcwhirter commented 6 days ago

Add capabilities:

bobmcwhirter commented 6 days ago

image

This is the primary change, if you can sort through the noise. Making it easier to ingest documents for test setup.

bobmcwhirter commented 6 days ago

It should do yeah.

bobmcwhirter commented 6 days ago

I have a Stream. Maybe it's rewindable?

jcrossley3 commented 3 days ago

Can you remove the ingest fn in modules/fundamental/src/sbom/endpoints/test.rs as a part of this PR, too? Seems odd to exclude it.

@bobmcwhirter nevermind. after looking at it more closely, it doesn't appear to be a trivial change.