Skip to content

Add definition files for new SAST events

Arpit Gogia requested to merge arpit-365214-new-sast-service-metrics into master

What does this MR do and why?

Adds YAML definition files for SAST events that were recently added to the known events list as part of !86275 (merged)

Relevant discussion: #365214 (closed)

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

How to set up and validate locally

  1. Start local instances of Gitlab and Versions
  2. Change the versions hostname to local Gitlab hostname or IP in submit_service.rb
  3. Use Rails Console to send a Service Ping from the Gitlab instance
$ gdk rails c
[1] pry(main)> ServicePing::SubmitService.new.execute
  1. Use Rails Console to check the latest service ping from the version server instance
$ bundle exec rails s
[1] pry(main)> UsageData.last.redis_hll_counters["ci_templates"][<key>]

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Arpit Gogia

Merge request reports