SAST Vulnerability Resolution - Rename created custom ability to make it more generic.

What does this MR do and why?

We created custom ability update_sast_vr_setting in #599602 (closed) (see: !235831 (merged)). In this MR we are renaming update_sast_vr_setting to update_sec_ai_workflow_settings because eventually want to have the same ability for all AI workflows (from sec), and making the name more generic now to be re-used in the future will safe us work eventually.

We are renaming:

  • Permission: update_sast_vulnerability_resolution_setting → update_sec_ai_workflow_settings
  • Custom ability YAML, permission config directory, and all related internal method names and constants updated to match

Not renamed:

  • feature flag update_sast_vr_setting_permission (separate concern)

Closes: #601502 (closed)

References

Screenshots or screen recordings

Before After

How to set up and validate locally

MR acceptance checklist

Evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Charlie Kroon

Merge request reports

Loading