Skip to content

Use enriched ID type in on-demand scan create mutation

What does this MR do?

this merge requests converts the backend and frontend requests for creating an on-demand scan over to use an enriched id type.

How to test this?

  • enable both feature flags.
echo "Feature.enable(:security_on_demand_scans_feature_flag)" | bundle exec rails c
echo "Feature.enable(:security_on_demand_scans_site_profiles_feature_flag)" | bundle exec rails c
  • visit a project's on-demand scan form: /:group/:project/-/on_demand_scans/.

Conformity

Availability and Testing

Edited by Philip Cunningham

Merge request reports

Loading