Open lumjjb opened 2 years ago
I would be interested to work on this, if no one else has started working on it. cc @lumjjb
Sorry missed this message but yes @ankitm123 you can work on this. Thanks!
Hi @ankitm123 ! are you still looking into this issue?
Is this issue resolved by adding this or we want to incorporate additional testing?
Hello @stevemenezes, the thought process here was to get unit tests for each implementation (for example SPDX) https://github.com/guacsec/guac/blob/d29cbb83a14eeeef5daa108f8b7d6779c4c85086/pkg/ingestor/parser/spdx/parse_spdx.go#L313-L315
Currently, we are not using, GetIdentities
but is high on the priority list to get started.
Hi @lumjjb @pxp928! I'd like to work on this.
GetIdentities
is still not implemented yet. So nothing to be done at this point.
Currently parser tests do not test for
GetIdentities
(in pkg/ingestor/parser)