trustification / trustify

Apache License 2.0
10 stars 19 forks source link

/api/v1/sbom/{key}/packages?q=some_string does not return data #434

Closed carlosthe19916 closed 3 months ago

carlosthe19916 commented 3 months ago

I am trying to filter packages of an sbom by a string using

/api/v1/sbom/{key}/packages?q=some_string

and although I know the there should be results (as I am entering a valid string) I get zero results in the response.

This endpoint does work as expected /api/v1/package?q=some_string