Fix SBOM ingestion race condition
What does this MR do and why?
Fix SBOM ingestion race condition
We currently expect the pipeline to have completed before ingesting SBOM data, and we guard against this in the ingestion job. We now allow reports to be ingested before the pipeline completes, which means we need to update the guard.
Closes: #577331
MR acceptance checklist
Evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.