Skip to content

Rollout enable_remove_all_vulnerabilties_from_project_mutation feature

What does this MR do and why?

Rollout enable_remove_all_vulnerabilties_from_project_mutation feature

Related to #430840 (closed)

How to set up and validate locally

mutation {
  vulnerabilitiesRemoveAllFromProject(input: {projectIds: ["gid://gitlab/Project/<project id>"]}) {
    clientMutationId
    projects {
      id
    }
  }
}

MR acceptance checklist

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

Merge request reports