Skip to content

Do not crash the whole background job if one type of report fails

Mehmet Emin INAC requested to merge dont_crash_whole_background_job into master

What does this MR do?

Currently, there is a problem with the container scanning reports on staging environment which breaks all the other type of reports from being ingested into the system.

With this change, we will at least ingest the findings for other report types.

Sentry: https://sentry.gitlab.net/gitlab/gitlabcom/issues/2396541

Screenshots (strongly suggested)

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • [-] Label as security and @ mention @gitlab-com/gl-security/appsec
  • [-] The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • [-] Security reports checked/validated by a reviewer from the AppSec team
Edited by Thong Kuah

Merge request reports