You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* chore: add warning for unknown purls
This commit adds a debug in cases where a generated sbom has a purl,
but the NES/XEOL database does not have any information.
This commit also improves typing in several ways that makes
it easier to trace why scan details might be missing in the first place:
- Use an actual Map when building scan results
- set ScanResultComponent.status to optional to match current api
- create ComponentStatus type union
- replace optional Line properties with defined properties where feasible
0 commit comments