Skip to content

Add registry event info to metadata tools

Aditya Tiwari requested to merge 443631-add-registry-event-info into master

What does this MR do?

  1. Resolve env variable REGISTRY_TRIGGERED in Environment.
  2. Set the following to metadata.tools to sbom converter.
    1. { "vendor": "gitlab", "name": "container_registry" }

Steps to test

  1. Set newly introduced env variable.
  2. Run the CS.
  3. Verify that the SBOM report has newly introduced instigator identifier.

ScreenshotScreenshot_2024-04-17_at_6.03.16_PM

What are the relevant issue numbers?

gitlab-org/gitlab#443631 (closed)

Does this MR meet the acceptance criteria?

Edited by Aditya Tiwari

Merge request reports