Add definition files for new SAST events
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
- Start local instances of Gitlab and Versions
- Change the versions hostname to local Gitlab hostname or IP in submit_service.rb
- Use Rails Console to send a Service Ping from the Gitlab instance
$ gdk rails c
[1] pry(main)> ServicePing::SubmitService.new.execute
- 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.
-
I have evaluated the MR acceptance checklist for this MR.
Edited by Arpit Gogia