Adjust SBoM ingestion pipeline to use `none` type when PURL is empty
Why are we doing this work?
After introducing a new type in Add `none` to PURL types (#495101 - closed) we should adjust our ingestion pipeline so that we no longer insert rows where purl_type IS NULL
Implementation plan
- Adjust
#purl_typeinee/app/services/sbom/ingestion/occurrence_map.rbto return"none"if empty
Edited by Michał Zając