Show "pipeline security tab" ingestion status

Why are we doing this work

This is the frontend issue of #351524 (closed). We need to show indicators to the users about the state of the "pipeline security tab".

A "pipeline security tab" consists of "security findings" related to multiple "security scan" records. These scan records can be in one of the following states which need to be communicated to the user;

  • Created
  • Ingesting
  • Ingested
  • Ingestion failed
  • Purged

Implementation plan

  • frontend Query the state field of the ScanType and show information message.